Shades of Galliano #D1A422
Tints of Galliano #D1A422
RGB
CMYK
RGB Variations
Color information
#D1A422 (or 0xD1A422) is known color: Galliano. HEX triplet: D1, A4 and 22. RGB value is (209,164,34). Sum of RGB (Red+Green+Blue) = 209+164+34=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 34 (13.67% from 255 or 8.35% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A422 is #2E5BDD. Grayscale: #A3A3A3. Windows color (decimal): -3038174 or 2270417. OLE color: 2270417.
HSL color Cylindrical-coordinate representation of color #D1A422: hue angle of 44.57º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1A422 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 34 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.18 |
| HSL | 44.57º | 0.72% | 0.48% | - |
| HSV(B) | 44.57º | 0.84% | 0.82% | - |
| XYZ | 39.86 | 40.22 | 7.18 | - |
| YUV | 162.64 | 55.41 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 34 | 0 | 0.22 | 0.84 | 0.18 | 44.57 | 0.72 | 0.48 |
| Hex | D1 | A4 | 22 | 0 | 16 | 54 | 12 | 2D | 48 | 30 |
| Octal | 321 | 244 | 42 | 0 | 26 | 124 | 22 | 55 | 110 | 60 |
| Binary | 11010001 | 10100100 | 100010 | 0 | 10110 | 1010100 | 10010 | 101101 | 1001000 | 110000 |
Color Harmonies of #D1A422
Complementary color
Monochromatic Colors of #D1A422
Black with #D1A422
Text Example
Text Example
White with #D1A422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A422; }
p { color: rgb(209,164,34); }
H1.HeaderClassName
{
color: #D1A422;
}
.AnyTagClassName
{
color: #D1A422;
}
</style>
background-color css
<style>
a { background-color: #D1A422; }
a { background-color: rgb(209,164,34); }
div.DivClassName
{
background-color: #D1A422;
}
.BgClassName
{
background-color: #D1A422;
}
</style>
border-color css
<style>
span { border-color: #D1A422; }
span { border-color: rgb(209,164,34); }
td.TdClassName
{
border-color: #D1A422;
}
.TagClassName
{
border-color: #D1A422;
}
</style>