Shades of Galliano #D1A22C
Tints of Galliano #D1A22C
RGB
CMYK
RGB Variations
Color information
#D1A22C (or 0xD1A22C) is known color: Galliano. HEX triplet: D1, A2 and 2C. RGB value is (209,162,44). Sum of RGB (Red+Green+Blue) = 209+162+44=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A22C is #2E5DD3. Grayscale: #A3A3A3. Windows color (decimal): -3038676 or 2925265. OLE color: 2925265.
HSL color Cylindrical-coordinate representation of color #D1A22C: hue angle of 42.91º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1A22C is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 44 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.18 |
| HSL | 42.91º | 0.65% | 0.5% | - |
| HSV(B) | 42.91º | 0.79% | 0.82% | - |
| XYZ | 39.67 | 39.58 | 7.93 | - |
| YUV | 162.6 | 61.07 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 44 | 0 | 0.22 | 0.79 | 0.18 | 42.91 | 0.65 | 0.5 |
| Hex | D1 | A2 | 2C | 0 | 16 | 4F | 12 | 2B | 41 | 32 |
| Octal | 321 | 242 | 54 | 0 | 26 | 117 | 22 | 53 | 101 | 62 |
| Binary | 11010001 | 10100010 | 101100 | 0 | 10110 | 1001111 | 10010 | 101011 | 1000001 | 110010 |
Color Harmonies of #D1A22C
Complementary color
Monochromatic Colors of #D1A22C
Black with #D1A22C
Text Example
Text Example
White with #D1A22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A22C; }
p { color: rgb(209,162,44); }
H1.HeaderClassName
{
color: #D1A22C;
}
.AnyTagClassName
{
color: #D1A22C;
}
</style>
background-color css
<style>
a { background-color: #D1A22C; }
a { background-color: rgb(209,162,44); }
div.DivClassName
{
background-color: #D1A22C;
}
.BgClassName
{
background-color: #D1A22C;
}
</style>
border-color css
<style>
span { border-color: #D1A22C; }
span { border-color: rgb(209,162,44); }
td.TdClassName
{
border-color: #D1A22C;
}
.TagClassName
{
border-color: #D1A22C;
}
</style>