Shades of Galliano #D2AB22
Tints of Galliano #D2AB22
RGB
CMYK
RGB Variations
Color information
#D2AB22 (or 0xD2AB22) is known color: Galliano. HEX triplet: D2, AB and 22. RGB value is (210,171,34). Sum of RGB (Red+Green+Blue) = 210+171+34=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AB22 is #2D54DD. Grayscale: #A7A7A7. Windows color (decimal): -2970846 or 2272210. OLE color: 2272210.
HSL color Cylindrical-coordinate representation of color #D2AB22: hue angle of 46.7º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2AB22 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 34 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.18 |
| HSL | 46.7º | 0.72% | 0.48% | - |
| HSV(B) | 46.7º | 0.84% | 0.82% | - |
| XYZ | 41.43 | 42.94 | 7.62 | - |
| YUV | 167.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 34 | 0 | 0.19 | 0.84 | 0.18 | 46.7 | 0.72 | 0.48 |
| Hex | D2 | AB | 22 | 0 | 13 | 54 | 12 | 2F | 48 | 30 |
| Octal | 322 | 253 | 42 | 0 | 23 | 124 | 22 | 57 | 110 | 60 |
| Binary | 11010010 | 10101011 | 100010 | 0 | 10011 | 1010100 | 10010 | 101111 | 1001000 | 110000 |
Color Harmonies of #D2AB22
Complementary color
Monochromatic Colors of #D2AB22
Black with #D2AB22
Text Example
Text Example
White with #D2AB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB22; }
p { color: rgb(210,171,34); }
H1.HeaderClassName
{
color: #D2AB22;
}
.AnyTagClassName
{
color: #D2AB22;
}
</style>
background-color css
<style>
a { background-color: #D2AB22; }
a { background-color: rgb(210,171,34); }
div.DivClassName
{
background-color: #D2AB22;
}
.BgClassName
{
background-color: #D2AB22;
}
</style>
border-color css
<style>
span { border-color: #D2AB22; }
span { border-color: rgb(210,171,34); }
td.TdClassName
{
border-color: #D2AB22;
}
.TagClassName
{
border-color: #D2AB22;
}
</style>