Shades of Galliano #D2A02E
Tints of Galliano #D2A02E
RGB
CMYK
RGB Variations
Color information
#D2A02E (or 0xD2A02E) is known color: Galliano. HEX triplet: D2, A0 and 2E. RGB value is (210,160,46). Sum of RGB (Red+Green+Blue) = 210+160+46=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A02E is #2D5FD1. Grayscale: #A2A2A2. Windows color (decimal): -2973650 or 3055826. OLE color: 3055826.
HSL color Cylindrical-coordinate representation of color #D2A02E: hue angle of 41.71º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2A02E is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 46 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.18 |
| HSL | 41.71º | 0.65% | 0.5% | - |
| HSV(B) | 41.71º | 0.78% | 0.82% | - |
| XYZ | 39.64 | 39.04 | 8.03 | - |
| YUV | 161.95 | 62.57 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 46 | 0 | 0.24 | 0.78 | 0.18 | 41.71 | 0.65 | 0.5 |
| Hex | D2 | A0 | 2E | 0 | 18 | 4E | 12 | 2A | 41 | 32 |
| Octal | 322 | 240 | 56 | 0 | 30 | 116 | 22 | 52 | 101 | 62 |
| Binary | 11010010 | 10100000 | 101110 | 0 | 11000 | 1001110 | 10010 | 101010 | 1000001 | 110010 |
Color Harmonies of #D2A02E
Complementary color
Monochromatic Colors of #D2A02E
Black with #D2A02E
Text Example
Text Example
White with #D2A02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A02E; }
p { color: rgb(210,160,46); }
H1.HeaderClassName
{
color: #D2A02E;
}
.AnyTagClassName
{
color: #D2A02E;
}
</style>
background-color css
<style>
a { background-color: #D2A02E; }
a { background-color: rgb(210,160,46); }
div.DivClassName
{
background-color: #D2A02E;
}
.BgClassName
{
background-color: #D2A02E;
}
</style>
border-color css
<style>
span { border-color: #D2A02E; }
span { border-color: rgb(210,160,46); }
td.TdClassName
{
border-color: #D2A02E;
}
.TagClassName
{
border-color: #D2A02E;
}
</style>