Shades of Galliano #D2AB1B
Tints of Galliano #D2AB1B
RGB
CMYK
RGB Variations
Color information
#D2AB1B (or 0xD2AB1B) is known color: Galliano. HEX triplet: D2, AB and 1B. RGB value is (210,171,27). Sum of RGB (Red+Green+Blue) = 210+171+27=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AB1B is #2D54E4. Grayscale: #A6A6A6. Windows color (decimal): -2970853 or 1813458. OLE color: 1813458.
HSL color Cylindrical-coordinate representation of color #D2AB1B: hue angle of 47.21º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2AB1B is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 27 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.18 |
| HSL | 47.21º | 0.77% | 0.46% | - |
| HSV(B) | 47.21º | 0.87% | 0.82% | - |
| XYZ | 41.34 | 42.91 | 7.14 | - |
| YUV | 166.25 | 49.42 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 27 | 0 | 0.19 | 0.87 | 0.18 | 47.21 | 0.77 | 0.46 |
| Hex | D2 | AB | 1B | 0 | 13 | 57 | 12 | 2F | 4D | 2E |
| Octal | 322 | 253 | 33 | 0 | 23 | 127 | 22 | 57 | 115 | 56 |
| Binary | 11010010 | 10101011 | 11011 | 0 | 10011 | 1010111 | 10010 | 101111 | 1001101 | 101110 |
Color Harmonies of #D2AB1B
Complementary color
Monochromatic Colors of #D2AB1B
Black with #D2AB1B
Text Example
Text Example
White with #D2AB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB1B; }
p { color: rgb(210,171,27); }
H1.HeaderClassName
{
color: #D2AB1B;
}
.AnyTagClassName
{
color: #D2AB1B;
}
</style>
background-color css
<style>
a { background-color: #D2AB1B; }
a { background-color: rgb(210,171,27); }
div.DivClassName
{
background-color: #D2AB1B;
}
.BgClassName
{
background-color: #D2AB1B;
}
</style>
border-color css
<style>
span { border-color: #D2AB1B; }
span { border-color: rgb(210,171,27); }
td.TdClassName
{
border-color: #D2AB1B;
}
.TagClassName
{
border-color: #D2AB1B;
}
</style>