Shades of Galliano #D9A42A
Tints of Galliano #D9A42A
RGB
CMYK
RGB Variations
Color information
#D9A42A (or 0xD9A42A) is known color: Galliano. HEX triplet: D9, A4 and 2A. RGB value is (217,164,42). Sum of RGB (Red+Green+Blue) = 217+164+42=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A42A is #265BD5. Grayscale: #A6A6A6. Windows color (decimal): -2513878 or 2794713. OLE color: 2794713.
HSL color Cylindrical-coordinate representation of color #D9A42A: hue angle of 41.83º 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 #D9A42A is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 42 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.15 |
| HSL | 41.83º | 0.7% | 0.51% | - |
| HSV(B) | 41.83º | 0.81% | 0.85% | - |
| XYZ | 42.31 | 41.47 | 7.97 | - |
| YUV | 165.94 | 58.06 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 42 | 0 | 0.24 | 0.81 | 0.15 | 41.83 | 0.7 | 0.51 |
| Hex | D9 | A4 | 2A | 0 | 18 | 51 | F | 2A | 46 | 33 |
| Octal | 331 | 244 | 52 | 0 | 30 | 121 | 17 | 52 | 106 | 63 |
| Binary | 11011001 | 10100100 | 101010 | 0 | 11000 | 1010001 | 1111 | 101010 | 1000110 | 110011 |
Color Harmonies of #D9A42A
Complementary color
Monochromatic Colors of #D9A42A
Black with #D9A42A
Text Example
Text Example
White with #D9A42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A42A; }
p { color: rgb(217,164,42); }
H1.HeaderClassName
{
color: #D9A42A;
}
.AnyTagClassName
{
color: #D9A42A;
}
</style>
background-color css
<style>
a { background-color: #D9A42A; }
a { background-color: rgb(217,164,42); }
div.DivClassName
{
background-color: #D9A42A;
}
.BgClassName
{
background-color: #D9A42A;
}
</style>
border-color css
<style>
span { border-color: #D9A42A; }
span { border-color: rgb(217,164,42); }
td.TdClassName
{
border-color: #D9A42A;
}
.TagClassName
{
border-color: #D9A42A;
}
</style>