Shades of Galliano #D2A01C
Tints of Galliano #D2A01C
RGB
CMYK
RGB Variations
Color information
#D2A01C (or 0xD2A01C) is known color: Galliano. HEX triplet: D2, A0 and 1C. RGB value is (210,160,28). Sum of RGB (Red+Green+Blue) = 210+160+28=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A01C is #2D5FE3. Grayscale: #A0A0A0. Windows color (decimal): -2973668 or 1876178. OLE color: 1876178.
HSL color Cylindrical-coordinate representation of color #D2A01C: hue angle of 43.52º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2A01C is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 28 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.18 |
| HSL | 43.52º | 0.76% | 0.47% | - |
| HSV(B) | 43.52º | 0.87% | 0.82% | - |
| XYZ | 39.36 | 38.93 | 6.54 | - |
| YUV | 159.9 | 53.57 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 28 | 0 | 0.24 | 0.87 | 0.18 | 43.52 | 0.76 | 0.47 |
| Hex | D2 | A0 | 1C | 0 | 18 | 57 | 12 | 2C | 4C | 2F |
| Octal | 322 | 240 | 34 | 0 | 30 | 127 | 22 | 54 | 114 | 57 |
| Binary | 11010010 | 10100000 | 11100 | 0 | 11000 | 1010111 | 10010 | 101100 | 1001100 | 101111 |
Color Harmonies of #D2A01C
Complementary color
Monochromatic Colors of #D2A01C
Black with #D2A01C
Text Example
Text Example
White with #D2A01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A01C; }
p { color: rgb(210,160,28); }
H1.HeaderClassName
{
color: #D2A01C;
}
.AnyTagClassName
{
color: #D2A01C;
}
</style>
background-color css
<style>
a { background-color: #D2A01C; }
a { background-color: rgb(210,160,28); }
div.DivClassName
{
background-color: #D2A01C;
}
.BgClassName
{
background-color: #D2A01C;
}
</style>
border-color css
<style>
span { border-color: #D2A01C; }
span { border-color: rgb(210,160,28); }
td.TdClassName
{
border-color: #D2A01C;
}
.TagClassName
{
border-color: #D2A01C;
}
</style>