Shades of Galliano #D9A62C
Tints of Galliano #D9A62C
RGB
CMYK
RGB Variations
Color information
#D9A62C (or 0xD9A62C) is known color: 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
| RGB | 217 | 166 | 44 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.15 |
| HSL | 42.31º | 0.69% | 0.51% | - |
| HSV(B) | 42.31º | 0.8% | 0.85% | - |
| XYZ | 42.71 | 42.21 | 8.28 | - |
| YUV | 167.34 | 58.4 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 44 | 0 | 0.24 | 0.80 | 0.15 | 42.31 | 0.69 | 0.51 |
| Hex | D9 | A6 | 2C | 0 | 18 | 50 | F | 2A | 45 | 33 |
| Octal | 331 | 246 | 54 | 0 | 30 | 120 | 17 | 52 | 105 | 63 |
| Binary | 11011001 | 10100110 | 101100 | 0 | 11000 | 1010000 | 1111 | 101010 | 1000101 | 110011 |
Color Harmonies of #D9A62C
Complementary color
Monochromatic Colors of #D9A62C
Black with #D9A62C
Text Example
Text Example
White with #D9A62C
Text Example
Text Example
HTML Codes & Css Web 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>