Shades of Galliano #D0A128
Tints of Galliano #D0A128
RGB
CMYK
RGB Variations
Color information
#D0A128 (or 0xD0A128) is known color: Galliano. HEX triplet: D0, A1 and 28. RGB value is (208,161,40). Sum of RGB (Red+Green+Blue) = 208+161+40=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A128 is #2F5ED7. Grayscale: #A1A1A1. Windows color (decimal): -3104472 or 2662864. OLE color: 2662864.
HSL color Cylindrical-coordinate representation of color #D0A128: hue angle of 43.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0A128 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 40 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.18 |
| HSL | 43.21º | 0.68% | 0.49% | - |
| HSV(B) | 43.21º | 0.81% | 0.82% | - |
| XYZ | 39.14 | 39.05 | 7.48 | - |
| YUV | 161.26 | 59.57 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 40 | 0 | 0.23 | 0.81 | 0.18 | 43.21 | 0.68 | 0.49 |
| Hex | D0 | A1 | 28 | 0 | 17 | 51 | 12 | 2B | 44 | 31 |
| Octal | 320 | 241 | 50 | 0 | 27 | 121 | 22 | 53 | 104 | 61 |
| Binary | 11010000 | 10100001 | 101000 | 0 | 10111 | 1010001 | 10010 | 101011 | 1000100 | 110001 |
Color Harmonies of #D0A128
Complementary color
Monochromatic Colors of #D0A128
Black with #D0A128
Text Example
Text Example
White with #D0A128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A128; }
p { color: rgb(208,161,40); }
H1.HeaderClassName
{
color: #D0A128;
}
.AnyTagClassName
{
color: #D0A128;
}
</style>
background-color css
<style>
a { background-color: #D0A128; }
a { background-color: rgb(208,161,40); }
div.DivClassName
{
background-color: #D0A128;
}
.BgClassName
{
background-color: #D0A128;
}
</style>
border-color css
<style>
span { border-color: #D0A128; }
span { border-color: rgb(208,161,40); }
td.TdClassName
{
border-color: #D0A128;
}
.TagClassName
{
border-color: #D0A128;
}
</style>