Shades of Galliano #D9A42F
Tints of Galliano #D9A42F
RGB
CMYK
RGB Variations
Color information
#D9A42F (or 0xD9A42F) is known color: Galliano. HEX triplet: D9, A4 and 2F. RGB value is (217,164,47). Sum of RGB (Red+Green+Blue) = 217+164+47=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A42F is #265BD0. Grayscale: #A7A7A7. Windows color (decimal): -2513873 or 3122393. OLE color: 3122393.
HSL color Cylindrical-coordinate representation of color #D9A42F: hue angle of 41.29º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9A42F is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 47 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.15 |
| HSL | 41.29º | 0.69% | 0.52% | - |
| HSV(B) | 41.29º | 0.78% | 0.85% | - |
| XYZ | 42.4 | 41.51 | 8.47 | - |
| YUV | 166.51 | 60.56 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 47 | 0 | 0.24 | 0.78 | 0.15 | 41.29 | 0.69 | 0.52 |
| Hex | D9 | A4 | 2F | 0 | 18 | 4E | F | 29 | 45 | 34 |
| Octal | 331 | 244 | 57 | 0 | 30 | 116 | 17 | 51 | 105 | 64 |
| Binary | 11011001 | 10100100 | 101111 | 0 | 11000 | 1001110 | 1111 | 101001 | 1000101 | 110100 |
Color Harmonies of #D9A42F
Complementary color
Monochromatic Colors of #D9A42F
Black with #D9A42F
Text Example
Text Example
White with #D9A42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A42F; }
p { color: rgb(217,164,47); }
H1.HeaderClassName
{
color: #D9A42F;
}
.AnyTagClassName
{
color: #D9A42F;
}
</style>
background-color css
<style>
a { background-color: #D9A42F; }
a { background-color: rgb(217,164,47); }
div.DivClassName
{
background-color: #D9A42F;
}
.BgClassName
{
background-color: #D9A42F;
}
</style>
border-color css
<style>
span { border-color: #D9A42F; }
span { border-color: rgb(217,164,47); }
td.TdClassName
{
border-color: #D9A42F;
}
.TagClassName
{
border-color: #D9A42F;
}
</style>