#D9A62C

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

Shades of Galliano #D9A62C

Tints of Galliano #D9A62C

Color information

#D9A62C (or 0xD9A62C) is unknown color: approx Galliano. HEX triplet: D9, A6 and 2C. RGB value is (217,166,44). Sum of RGB (Red+Green+Blue) = 217+166+44=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A62C is #2659D3. Grayscale: #A7A7A7. Windows color (decimal): -2513364 or 2926297. OLE color: 2926297.

HSL color Cylindrical-coordinate representation of color #D9A62C: hue angle of 42.31º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9A62C is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB21716644-
CMYK00.240.800.15
HSL42.31º69.48%51.18%-
HSV(B)42.31º79.72%85.1%-
XYZ42.7142.218.28-
YUV167.3458.4163.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.82%
GREEN value IS 166 (65.23% from 255) = 38.88%
BLUE value IS 44 (17.58% from 255) = 10.30%
R=50.82%
G=38.88%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171664400.240.800.1542.3169.4851.18
HexD9A62C01850F2a4533
Octal33124654030120175210563
Binary1101100110100110101100011000101000011111010101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A62C; }

 p { color: rgb(217,166,44); }

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

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

 a { background-color: rgb(217,166,44); }

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

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

 span { border-color: rgb(217,166,44); }

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