#D4A120

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

Shades of Galliano #D4A120

Tints of Galliano #D4A120

Color information

#D4A120 (or 0xD4A120) is unknown color: approx Galliano. HEX triplet: D4, A1 and 20. RGB value is (212,161,32). Sum of RGB (Red+Green+Blue) = 212+161+32=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A120 is #2B5EDF. Grayscale: #A2A2A2. Windows color (decimal): -2842336 or 2138580. OLE color: 2138580.

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

Color convert

RGB21216132-
CMYK00.240.850.17
HSL43º73.77%47.84%-
HSV(B)43º84.91%83.14%-
XYZ40.1639.596.89-
YUV161.5454.9163.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.35%
GREEN value IS 161 (63.28% from 255) = 39.75%
BLUE value IS 32 (12.89% from 255) = 7.90%
R=52.35%
G=39.75%
B=7.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121613200.240.850.174373.7747.84
HexD4A12001855112b4a30
Octal32424140030125215311260
Binary11010100101000011000000110001010101100011010111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A120; }

 p { color: rgb(212,161,32); }

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

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

 a { background-color: rgb(212,161,32); }

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

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

 span { border-color: rgb(212,161,32); }

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