#D79D20

Color #D79D20 Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #D79D20

Tints of Galliano #D79D20

Color information

#D79D20 (or 0xD79D20) is unknown color: approx Galliano. HEX triplet: D7, 9D and 20. RGB value is (215,157,32). Sum of RGB (Red+Green+Blue) = 215+157+32=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79D20 is #2862DF. Grayscale: #A0A0A0. Windows color (decimal): -2646752 or 2137559. OLE color: 2137559.

HSL color Cylindrical-coordinate representation of color #D79D20: hue angle of 40.98º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D79D20 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB21515732-
CMYK00.270.850.16
HSL40.98º74.09%48.43%-
HSV(B)40.98º85.12%84.31%-
XYZ40.3438.676.7-
YUV160.0955.72167.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 53.22%
GREEN value IS 157 (61.72% from 255) = 38.86%
BLUE value IS 32 (12.89% from 255) = 7.92%
R=53.22%
G=38.86%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151573200.270.850.1640.9874.0948.43
HexD79D2001B5510294a30
Octal32723540033125205111260
Binary11010111100111011000000110111010101100001010011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79D20; }

 p { color: rgb(215,157,32); }

 H1.HeaderClassName
 {
   color: #D79D20;
 }
 .AnyTagClassName
 {
   color: #D79D20;
 }
</style>
background-color css

<style>
 a { background-color: #D79D20; }

 a { background-color: rgb(215,157,32); }

 div.DivClassName
 {
   background-color: #D79D20;
 }
 .BgClassName
 {
   background-color: #D79D20;
 }
</style>
border-color css

<style>
 span { border-color: #D79D20; }

 span { border-color: rgb(215,157,32); }

 td.TdClassName
 {
   border-color: #D79D20;
 }
 .TagClassName
 {
   border-color: #D79D20;
 }
</style>