Shades of Galliano #D2AD0E
Tints of Galliano #D2AD0E
RGB
CMYK
RGB Variations
Color information
#D2AD0E (or 0xD2AD0E) is known color: Galliano. HEX triplet: D2, AD and 0E. RGB value is (210,173,14). Sum of RGB (Red+Green+Blue) = 210+173+14=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AD0E is #2D52F1. Grayscale: #A6A6A6. Windows color (decimal): -2970354 or 962002. OLE color: 962002.
HSL color Cylindrical-coordinate representation of color #D2AD0E: hue angle of 48.67º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2AD0E is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 14 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.18 |
| HSL | 48.67º | 0.88% | 0.44% | - |
| HSV(B) | 48.67º | 0.93% | 0.82% | - |
| XYZ | 41.6 | 43.62 | 6.64 | - |
| YUV | 165.94 | 42.26 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 14 | 0 | 0.18 | 0.93 | 0.18 | 48.67 | 0.88 | 0.44 |
| Hex | D2 | AD | E | 0 | 12 | 5D | 12 | 31 | 58 | 2C |
| Octal | 322 | 255 | 16 | 0 | 22 | 135 | 22 | 61 | 130 | 54 |
| Binary | 11010010 | 10101101 | 1110 | 0 | 10010 | 1011101 | 10010 | 110001 | 1011000 | 101100 |
Color Harmonies of #D2AD0E
Complementary color
Monochromatic Colors of #D2AD0E
Black with #D2AD0E
Text Example
Text Example
White with #D2AD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD0E; }
p { color: rgb(210,173,14); }
H1.HeaderClassName
{
color: #D2AD0E;
}
.AnyTagClassName
{
color: #D2AD0E;
}
</style>
background-color css
<style>
a { background-color: #D2AD0E; }
a { background-color: rgb(210,173,14); }
div.DivClassName
{
background-color: #D2AD0E;
}
.BgClassName
{
background-color: #D2AD0E;
}
</style>
border-color css
<style>
span { border-color: #D2AD0E; }
span { border-color: rgb(210,173,14); }
td.TdClassName
{
border-color: #D2AD0E;
}
.TagClassName
{
border-color: #D2AD0E;
}
</style>