Shades of Galliano #D0A22C
Tints of Galliano #D0A22C
RGB
CMYK
RGB Variations
Color information
#D0A22C (or 0xD0A22C) is known color: Galliano. HEX triplet: D0, A2 and 2C. RGB value is (208,162,44). Sum of RGB (Red+Green+Blue) = 208+162+44=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A22C is #2F5DD3. Grayscale: #A2A2A2. Windows color (decimal): -3104212 or 2925264. OLE color: 2925264.
HSL color Cylindrical-coordinate representation of color #D0A22C: hue angle of 43.17º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0A22C is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 44 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.18 |
| HSL | 43.17º | 0.65% | 0.49% | - |
| HSV(B) | 43.17º | 0.79% | 0.82% | - |
| XYZ | 39.39 | 39.43 | 7.92 | - |
| YUV | 162.3 | 61.24 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 44 | 0 | 0.22 | 0.79 | 0.18 | 43.17 | 0.65 | 0.49 |
| Hex | D0 | A2 | 2C | 0 | 16 | 4F | 12 | 2B | 41 | 31 |
| Octal | 320 | 242 | 54 | 0 | 26 | 117 | 22 | 53 | 101 | 61 |
| Binary | 11010000 | 10100010 | 101100 | 0 | 10110 | 1001111 | 10010 | 101011 | 1000001 | 110001 |
Color Harmonies of #D0A22C
Complementary color
Monochromatic Colors of #D0A22C
Black with #D0A22C
Text Example
Text Example
White with #D0A22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A22C; }
p { color: rgb(208,162,44); }
H1.HeaderClassName
{
color: #D0A22C;
}
.AnyTagClassName
{
color: #D0A22C;
}
</style>
background-color css
<style>
a { background-color: #D0A22C; }
a { background-color: rgb(208,162,44); }
div.DivClassName
{
background-color: #D0A22C;
}
.BgClassName
{
background-color: #D0A22C;
}
</style>
border-color css
<style>
span { border-color: #D0A22C; }
span { border-color: rgb(208,162,44); }
td.TdClassName
{
border-color: #D0A22C;
}
.TagClassName
{
border-color: #D0A22C;
}
</style>