Shades of Galliano #D9A62B
Tints of Galliano #D9A62B
RGB
CMYK
RGB Variations
Color information
#D9A62B (or 0xD9A62B) is known color: Galliano. HEX triplet: D9, A6 and 2B. RGB value is (217,166,43). Sum of RGB (Red+Green+Blue) = 217+166+43=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A62B is #2659D4. Grayscale: #A7A7A7. Windows color (decimal): -2513365 or 2860761. OLE color: 2860761.
HSL color Cylindrical-coordinate representation of color #D9A62B: hue angle of 42.41º degrees, saturation: 0.7, 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 #D9A62B is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 43 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.15 |
| HSL | 42.41º | 0.7% | 0.51% | - |
| HSV(B) | 42.41º | 0.8% | 0.85% | - |
| XYZ | 42.69 | 42.2 | 8.18 | - |
| YUV | 167.23 | 57.9 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 43 | 0 | 0.24 | 0.80 | 0.15 | 42.41 | 0.7 | 0.51 |
| Hex | D9 | A6 | 2B | 0 | 18 | 50 | F | 2A | 46 | 33 |
| Octal | 331 | 246 | 53 | 0 | 30 | 120 | 17 | 52 | 106 | 63 |
| Binary | 11011001 | 10100110 | 101011 | 0 | 11000 | 1010000 | 1111 | 101010 | 1000110 | 110011 |
Color Harmonies of #D9A62B
Complementary color
Monochromatic Colors of #D9A62B
Black with #D9A62B
Text Example
Text Example
White with #D9A62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A62B; }
p { color: rgb(217,166,43); }
H1.HeaderClassName
{
color: #D9A62B;
}
.AnyTagClassName
{
color: #D9A62B;
}
</style>
background-color css
<style>
a { background-color: #D9A62B; }
a { background-color: rgb(217,166,43); }
div.DivClassName
{
background-color: #D9A62B;
}
.BgClassName
{
background-color: #D9A62B;
}
</style>
border-color css
<style>
span { border-color: #D9A62B; }
span { border-color: rgb(217,166,43); }
td.TdClassName
{
border-color: #D9A62B;
}
.TagClassName
{
border-color: #D9A62B;
}
</style>