Shades of Galliano #D9A82C
Tints of Galliano #D9A82C
RGB
CMYK
RGB Variations
Color information
#D9A82C (or 0xD9A82C) is known color: Galliano. HEX triplet: D9, A8 and 2C. RGB value is (217,168,44). Sum of RGB (Red+Green+Blue) = 217+168+44=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A82C is #2657D3. Grayscale: #A9A9A9. Windows color (decimal): -2512852 or 2926809. OLE color: 2926809.
HSL color Cylindrical-coordinate representation of color #D9A82C: hue angle of 43.01º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9A82C is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 44 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.15 |
| HSL | 43.01º | 0.69% | 0.51% | - |
| HSV(B) | 43.01º | 0.8% | 0.85% | - |
| XYZ | 43.07 | 42.94 | 8.4 | - |
| YUV | 168.52 | 57.73 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 44 | 0 | 0.23 | 0.80 | 0.15 | 43.01 | 0.69 | 0.51 |
| Hex | D9 | A8 | 2C | 0 | 17 | 50 | F | 2B | 45 | 33 |
| Octal | 331 | 250 | 54 | 0 | 27 | 120 | 17 | 53 | 105 | 63 |
| Binary | 11011001 | 10101000 | 101100 | 0 | 10111 | 1010000 | 1111 | 101011 | 1000101 | 110011 |
Color Harmonies of #D9A82C
Complementary color
Monochromatic Colors of #D9A82C
Black with #D9A82C
Text Example
Text Example
White with #D9A82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A82C; }
p { color: rgb(217,168,44); }
H1.HeaderClassName
{
color: #D9A82C;
}
.AnyTagClassName
{
color: #D9A82C;
}
</style>
background-color css
<style>
a { background-color: #D9A82C; }
a { background-color: rgb(217,168,44); }
div.DivClassName
{
background-color: #D9A82C;
}
.BgClassName
{
background-color: #D9A82C;
}
</style>
border-color css
<style>
span { border-color: #D9A82C; }
span { border-color: rgb(217,168,44); }
td.TdClassName
{
border-color: #D9A82C;
}
.TagClassName
{
border-color: #D9A82C;
}
</style>