Shades of Galliano #D2B11E
Tints of Galliano #D2B11E
RGB
CMYK
RGB Variations
Color information
#D2B11E (or 0xD2B11E) is known color: Galliano. HEX triplet: D2, B1 and 1E. RGB value is (210,177,30). Sum of RGB (Red+Green+Blue) = 210+177+30=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B11E is #2D4EE1. Grayscale: #AAAAAA. Windows color (decimal): -2969314 or 2011602. OLE color: 2011602.
HSL color Cylindrical-coordinate representation of color #D2B11E: hue angle of 49º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2B11E is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 30 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.18 |
| HSL | 49º | 0.75% | 0.47% | - |
| HSV(B) | 49º | 0.86% | 0.82% | - |
| XYZ | 42.53 | 45.24 | 7.72 | - |
| YUV | 170.11 | 48.93 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 30 | 0 | 0.16 | 0.86 | 0.18 | 49 | 0.75 | 0.47 |
| Hex | D2 | B1 | 1E | 0 | 10 | 56 | 12 | 31 | 4B | 2F |
| Octal | 322 | 261 | 36 | 0 | 20 | 126 | 22 | 61 | 113 | 57 |
| Binary | 11010010 | 10110001 | 11110 | 0 | 10000 | 1010110 | 10010 | 110001 | 1001011 | 101111 |
Color Harmonies of #D2B11E
Complementary color
Monochromatic Colors of #D2B11E
Black with #D2B11E
Text Example
Text Example
White with #D2B11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B11E; }
p { color: rgb(210,177,30); }
H1.HeaderClassName
{
color: #D2B11E;
}
.AnyTagClassName
{
color: #D2B11E;
}
</style>
background-color css
<style>
a { background-color: #D2B11E; }
a { background-color: rgb(210,177,30); }
div.DivClassName
{
background-color: #D2B11E;
}
.BgClassName
{
background-color: #D2B11E;
}
</style>
border-color css
<style>
span { border-color: #D2B11E; }
span { border-color: rgb(210,177,30); }
td.TdClassName
{
border-color: #D2B11E;
}
.TagClassName
{
border-color: #D2B11E;
}
</style>