Shades of Galliano #D0AA20
Tints of Galliano #D0AA20
RGB
CMYK
RGB Variations
Color information
#D0AA20 (or 0xD0AA20) is known color: Galliano. HEX triplet: D0, AA and 20. RGB value is (208,170,32). Sum of RGB (Red+Green+Blue) = 208+170+32=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AA20 is #2F55DF. Grayscale: #A6A6A6. Windows color (decimal): -3102176 or 2140880. OLE color: 2140880.
HSL color Cylindrical-coordinate representation of color #D0AA20: hue angle of 47.05º degrees, saturation: 0.73, 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 #D0AA20 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 32 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.18 |
| HSL | 47.05º | 0.73% | 0.47% | - |
| HSV(B) | 47.05º | 0.85% | 0.82% | - |
| XYZ | 40.65 | 42.26 | 7.38 | - |
| YUV | 165.63 | 52.59 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 32 | 0 | 0.18 | 0.85 | 0.18 | 47.05 | 0.73 | 0.47 |
| Hex | D0 | AA | 20 | 0 | 12 | 55 | 12 | 2F | 49 | 2F |
| Octal | 320 | 252 | 40 | 0 | 22 | 125 | 22 | 57 | 111 | 57 |
| Binary | 11010000 | 10101010 | 100000 | 0 | 10010 | 1010101 | 10010 | 101111 | 1001001 | 101111 |
Color Harmonies of #D0AA20
Complementary color
Monochromatic Colors of #D0AA20
Black with #D0AA20
Text Example
Text Example
White with #D0AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA20; }
p { color: rgb(208,170,32); }
H1.HeaderClassName
{
color: #D0AA20;
}
.AnyTagClassName
{
color: #D0AA20;
}
</style>
background-color css
<style>
a { background-color: #D0AA20; }
a { background-color: rgb(208,170,32); }
div.DivClassName
{
background-color: #D0AA20;
}
.BgClassName
{
background-color: #D0AA20;
}
</style>
border-color css
<style>
span { border-color: #D0AA20; }
span { border-color: rgb(208,170,32); }
td.TdClassName
{
border-color: #D0AA20;
}
.TagClassName
{
border-color: #D0AA20;
}
</style>