#D9A020

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

Shades of Galliano #D9A020

Tints of Galliano #D9A020

Color information

#D9A020 (or 0xD9A020) is unknown color: approx Galliano. HEX triplet: D9, A0 and 20. RGB value is (217,160,32). Sum of RGB (Red+Green+Blue) = 217+160+32=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A020 is #265FDF. Grayscale: #A3A3A3. Windows color (decimal): -2514912 or 2138329. OLE color: 2138329.

HSL color Cylindrical-coordinate representation of color #D9A020: hue angle of 41.51º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9A020 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB21716032-
CMYK00.260.850.15
HSL41.51º74.3%48.82%-
HSV(B)41.51º85.25%85.1%-
XYZ41.45406.9-
YUV162.4554.38166.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.06%
GREEN value IS 160 (62.89% from 255) = 39.12%
BLUE value IS 32 (12.89% from 255) = 7.82%
R=53.06%
G=39.12%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171603200.260.850.1541.5174.348.82
HexD9A02001A55F2a4a31
Octal33124040032125175211261
Binary1101100110100000100000011010101010111111010101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A020; }

 p { color: rgb(217,160,32); }

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

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

 a { background-color: rgb(217,160,32); }

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

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

 span { border-color: rgb(217,160,32); }

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