Shades of Galliano #D9A72A
Tints of Galliano #D9A72A
RGB
CMYK
RGB Variations
Color information
#D9A72A (or 0xD9A72A) is known color: Galliano. HEX triplet: D9, A7 and 2A. RGB value is (217,167,42). Sum of RGB (Red+Green+Blue) = 217+167+42=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A72A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A72A is #2658D5. Grayscale: #A8A8A8. Windows color (decimal): -2513110 or 2795481. OLE color: 2795481.
HSL color Cylindrical-coordinate representation of color #D9A72A: hue angle of 42.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9A72A is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 42 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.15 |
| HSL | 42.86º | 0.7% | 0.51% | - |
| HSV(B) | 42.86º | 0.81% | 0.85% | - |
| XYZ | 42.85 | 42.56 | 8.15 | - |
| YUV | 167.7 | 57.07 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 42 | 0 | 0.23 | 0.81 | 0.15 | 42.86 | 0.7 | 0.51 |
| Hex | D9 | A7 | 2A | 0 | 17 | 51 | F | 2B | 46 | 33 |
| Octal | 331 | 247 | 52 | 0 | 27 | 121 | 17 | 53 | 106 | 63 |
| Binary | 11011001 | 10100111 | 101010 | 0 | 10111 | 1010001 | 1111 | 101011 | 1000110 | 110011 |
Color Harmonies of #D9A72A
Complementary color
Monochromatic Colors of #D9A72A
Black with #D9A72A
Text Example
Text Example
White with #D9A72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A72A; }
p { color: rgb(217,167,42); }
H1.HeaderClassName
{
color: #D9A72A;
}
.AnyTagClassName
{
color: #D9A72A;
}
</style>
background-color css
<style>
a { background-color: #D9A72A; }
a { background-color: rgb(217,167,42); }
div.DivClassName
{
background-color: #D9A72A;
}
.BgClassName
{
background-color: #D9A72A;
}
</style>
border-color css
<style>
span { border-color: #D9A72A; }
span { border-color: rgb(217,167,42); }
td.TdClassName
{
border-color: #D9A72A;
}
.TagClassName
{
border-color: #D9A72A;
}
</style>