Shades of Galliano #D0A120
Tints of Galliano #D0A120
RGB
CMYK
RGB Variations
Color information
#D0A120 (or 0xD0A120) is known color: Galliano. HEX triplet: D0, A1 and 20. RGB value is (208,161,32). Sum of RGB (Red+Green+Blue) = 208+161+32=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A120 is #2F5EDF. Grayscale: #A0A0A0. Windows color (decimal): -3104480 or 2138576. OLE color: 2138576.
HSL color Cylindrical-coordinate representation of color #D0A120: hue angle of 43.98º 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 #D0A120 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 32 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.18 |
| HSL | 43.98º | 0.73% | 0.47% | - |
| HSV(B) | 43.98º | 0.85% | 0.82% | - |
| XYZ | 39.02 | 39 | 6.84 | - |
| YUV | 160.35 | 55.57 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 32 | 0 | 0.23 | 0.85 | 0.18 | 43.98 | 0.73 | 0.47 |
| Hex | D0 | A1 | 20 | 0 | 17 | 55 | 12 | 2C | 49 | 2F |
| Octal | 320 | 241 | 40 | 0 | 27 | 125 | 22 | 54 | 111 | 57 |
| Binary | 11010000 | 10100001 | 100000 | 0 | 10111 | 1010101 | 10010 | 101100 | 1001001 | 101111 |
Color Harmonies of #D0A120
Complementary color
Monochromatic Colors of #D0A120
Black with #D0A120
Text Example
Text Example
White with #D0A120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A120; }
p { color: rgb(208,161,32); }
H1.HeaderClassName
{
color: #D0A120;
}
.AnyTagClassName
{
color: #D0A120;
}
</style>
background-color css
<style>
a { background-color: #D0A120; }
a { background-color: rgb(208,161,32); }
div.DivClassName
{
background-color: #D0A120;
}
.BgClassName
{
background-color: #D0A120;
}
</style>
border-color css
<style>
span { border-color: #D0A120; }
span { border-color: rgb(208,161,32); }
td.TdClassName
{
border-color: #D0A120;
}
.TagClassName
{
border-color: #D0A120;
}
</style>