Shades of Galliano #D9A21A
Tints of Galliano #D9A21A
RGB
CMYK
RGB Variations
Color information
#D9A21A (or 0xD9A21A) is known color: Galliano. HEX triplet: D9, A2 and 1A. RGB value is (217,162,26). Sum of RGB (Red+Green+Blue) = 217+162+26=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A21A is #265DE5. Grayscale: #A3A3A3. Windows color (decimal): -2514406 or 1745625. OLE color: 1745625.
HSL color Cylindrical-coordinate representation of color #D9A21A: hue angle of 42.72º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9A21A is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 162 | 26 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.15 |
| HSL | 42.72º | 0.79% | 0.48% | - |
| HSV(B) | 42.72º | 0.88% | 0.85% | - |
| XYZ | 41.72 | 40.67 | 6.63 | - |
| YUV | 162.94 | 50.72 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 26 | 0 | 0.25 | 0.88 | 0.15 | 42.72 | 0.79 | 0.48 |
| Hex | D9 | A2 | 1A | 0 | 19 | 58 | F | 2B | 4F | 30 |
| Octal | 331 | 242 | 32 | 0 | 31 | 130 | 17 | 53 | 117 | 60 |
| Binary | 11011001 | 10100010 | 11010 | 0 | 11001 | 1011000 | 1111 | 101011 | 1001111 | 110000 |
Color Harmonies of #D9A21A
Complementary color
Monochromatic Colors of #D9A21A
Black with #D9A21A
Text Example
Text Example
White with #D9A21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A21A; }
p { color: rgb(217,162,26); }
H1.HeaderClassName
{
color: #D9A21A;
}
.AnyTagClassName
{
color: #D9A21A;
}
</style>
background-color css
<style>
a { background-color: #D9A21A; }
a { background-color: rgb(217,162,26); }
div.DivClassName
{
background-color: #D9A21A;
}
.BgClassName
{
background-color: #D9A21A;
}
</style>
border-color css
<style>
span { border-color: #D9A21A; }
span { border-color: rgb(217,162,26); }
td.TdClassName
{
border-color: #D9A21A;
}
.TagClassName
{
border-color: #D9A21A;
}
</style>