Shades of Galliano #D9A123
Tints of Galliano #D9A123
RGB
CMYK
RGB Variations
Color information
#D9A123 (or 0xD9A123) is known color: Galliano. HEX triplet: D9, A1 and 23. RGB value is (217,161,35). Sum of RGB (Red+Green+Blue) = 217+161+35=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 35 (14.06% from 255 or 8.47% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A123 is #265EDC. Grayscale: #A3A3A3. Windows color (decimal): -2514653 or 2335193. OLE color: 2335193.
HSL color Cylindrical-coordinate representation of color #D9A123: hue angle of 41.54º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9A123 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 35 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.15 |
| HSL | 41.54º | 0.72% | 0.49% | - |
| HSV(B) | 41.54º | 0.84% | 0.85% | - |
| XYZ | 41.66 | 40.36 | 7.19 | - |
| YUV | 163.38 | 55.55 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 35 | 0 | 0.26 | 0.84 | 0.15 | 41.54 | 0.72 | 0.49 |
| Hex | D9 | A1 | 23 | 0 | 1A | 54 | F | 2A | 48 | 31 |
| Octal | 331 | 241 | 43 | 0 | 32 | 124 | 17 | 52 | 110 | 61 |
| Binary | 11011001 | 10100001 | 100011 | 0 | 11010 | 1010100 | 1111 | 101010 | 1001000 | 110001 |
Color Harmonies of #D9A123
Complementary color
Monochromatic Colors of #D9A123
Black with #D9A123
Text Example
Text Example
White with #D9A123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A123; }
p { color: rgb(217,161,35); }
H1.HeaderClassName
{
color: #D9A123;
}
.AnyTagClassName
{
color: #D9A123;
}
</style>
background-color css
<style>
a { background-color: #D9A123; }
a { background-color: rgb(217,161,35); }
div.DivClassName
{
background-color: #D9A123;
}
.BgClassName
{
background-color: #D9A123;
}
</style>
border-color css
<style>
span { border-color: #D9A123; }
span { border-color: rgb(217,161,35); }
td.TdClassName
{
border-color: #D9A123;
}
.TagClassName
{
border-color: #D9A123;
}
</style>