Shades of Galliano #D2AA2B
Tints of Galliano #D2AA2B
RGB
CMYK
RGB Variations
Color information
#D2AA2B (or 0xD2AA2B) is known color: Galliano. HEX triplet: D2, AA and 2B. RGB value is (210,170,43). Sum of RGB (Red+Green+Blue) = 210+170+43=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AA2B is #2D55D4. Grayscale: #A8A8A8. Windows color (decimal): -2971093 or 2861778. OLE color: 2861778.
HSL color Cylindrical-coordinate representation of color #D2AA2B: hue angle of 45.63º 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 #D2AA2B is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 43 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.18 |
| HSL | 45.63º | 0.66% | 0.5% | - |
| HSV(B) | 45.63º | 0.8% | 0.82% | - |
| XYZ | 41.39 | 42.63 | 8.33 | - |
| YUV | 167.48 | 57.75 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 43 | 0 | 0.19 | 0.80 | 0.18 | 45.63 | 0.66 | 0.5 |
| Hex | D2 | AA | 2B | 0 | 13 | 50 | 12 | 2E | 42 | 32 |
| Octal | 322 | 252 | 53 | 0 | 23 | 120 | 22 | 56 | 102 | 62 |
| Binary | 11010010 | 10101010 | 101011 | 0 | 10011 | 1010000 | 10010 | 101110 | 1000010 | 110010 |
Color Harmonies of #D2AA2B
Complementary color
Monochromatic Colors of #D2AA2B
Black with #D2AA2B
Text Example
Text Example
White with #D2AA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA2B; }
p { color: rgb(210,170,43); }
H1.HeaderClassName
{
color: #D2AA2B;
}
.AnyTagClassName
{
color: #D2AA2B;
}
</style>
background-color css
<style>
a { background-color: #D2AA2B; }
a { background-color: rgb(210,170,43); }
div.DivClassName
{
background-color: #D2AA2B;
}
.BgClassName
{
background-color: #D2AA2B;
}
</style>
border-color css
<style>
span { border-color: #D2AA2B; }
span { border-color: rgb(210,170,43); }
td.TdClassName
{
border-color: #D2AA2B;
}
.TagClassName
{
border-color: #D2AA2B;
}
</style>