Shades of Galliano #D2AB2B
Tints of Galliano #D2AB2B
RGB
CMYK
RGB Variations
Color information
#D2AB2B (or 0xD2AB2B) is known color: Galliano. HEX triplet: D2, AB and 2B. RGB value is (210,171,43). Sum of RGB (Red+Green+Blue) = 210+171+43=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AB2B is #2D54D4. Grayscale: #A8A8A8. Windows color (decimal): -2970837 or 2862034. OLE color: 2862034.
HSL color Cylindrical-coordinate representation of color #D2AB2B: hue angle of 45.99º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2AB2B is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 43 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.18 |
| HSL | 45.99º | 0.66% | 0.5% | - |
| HSV(B) | 45.99º | 0.8% | 0.82% | - |
| XYZ | 41.58 | 43 | 8.39 | - |
| YUV | 168.07 | 57.42 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 43 | 0 | 0.19 | 0.80 | 0.18 | 45.99 | 0.66 | 0.5 |
| Hex | D2 | AB | 2B | 0 | 13 | 50 | 12 | 2E | 42 | 32 |
| Octal | 322 | 253 | 53 | 0 | 23 | 120 | 22 | 56 | 102 | 62 |
| Binary | 11010010 | 10101011 | 101011 | 0 | 10011 | 1010000 | 10010 | 101110 | 1000010 | 110010 |
Color Harmonies of #D2AB2B
Complementary color
Monochromatic Colors of #D2AB2B
Black with #D2AB2B
Text Example
Text Example
White with #D2AB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB2B; }
p { color: rgb(210,171,43); }
H1.HeaderClassName
{
color: #D2AB2B;
}
.AnyTagClassName
{
color: #D2AB2B;
}
</style>
background-color css
<style>
a { background-color: #D2AB2B; }
a { background-color: rgb(210,171,43); }
div.DivClassName
{
background-color: #D2AB2B;
}
.BgClassName
{
background-color: #D2AB2B;
}
</style>
border-color css
<style>
span { border-color: #D2AB2B; }
span { border-color: rgb(210,171,43); }
td.TdClassName
{
border-color: #D2AB2B;
}
.TagClassName
{
border-color: #D2AB2B;
}
</style>