Shades of Galliano #D2AB1F
Tints of Galliano #D2AB1F
RGB
CMYK
RGB Variations
Color information
#D2AB1F (or 0xD2AB1F) is known color: Galliano. HEX triplet: D2, AB and 1F. RGB value is (210,171,31). Sum of RGB (Red+Green+Blue) = 210+171+31=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AB1F is #2D54E0. Grayscale: #A7A7A7. Windows color (decimal): -2970849 or 2075602. OLE color: 2075602.
HSL color Cylindrical-coordinate representation of color #D2AB1F: hue angle of 46.93º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2AB1F is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 31 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.18 |
| HSL | 46.93º | 0.74% | 0.47% | - |
| HSV(B) | 46.93º | 0.85% | 0.82% | - |
| XYZ | 41.39 | 42.93 | 7.4 | - |
| YUV | 166.7 | 51.42 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 31 | 0 | 0.19 | 0.85 | 0.18 | 46.93 | 0.74 | 0.47 |
| Hex | D2 | AB | 1F | 0 | 13 | 55 | 12 | 2F | 4A | 2F |
| Octal | 322 | 253 | 37 | 0 | 23 | 125 | 22 | 57 | 112 | 57 |
| Binary | 11010010 | 10101011 | 11111 | 0 | 10011 | 1010101 | 10010 | 101111 | 1001010 | 101111 |
Color Harmonies of #D2AB1F
Complementary color
Monochromatic Colors of #D2AB1F
Black with #D2AB1F
Text Example
Text Example
White with #D2AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB1F; }
p { color: rgb(210,171,31); }
H1.HeaderClassName
{
color: #D2AB1F;
}
.AnyTagClassName
{
color: #D2AB1F;
}
</style>
background-color css
<style>
a { background-color: #D2AB1F; }
a { background-color: rgb(210,171,31); }
div.DivClassName
{
background-color: #D2AB1F;
}
.BgClassName
{
background-color: #D2AB1F;
}
</style>
border-color css
<style>
span { border-color: #D2AB1F; }
span { border-color: rgb(210,171,31); }
td.TdClassName
{
border-color: #D2AB1F;
}
.TagClassName
{
border-color: #D2AB1F;
}
</style>