Shades of Galliano #D9A714
Tints of Galliano #D9A714
RGB
CMYK
RGB Variations
Color information
#D9A714 (or 0xD9A714) is known color: Galliano. HEX triplet: D9, A7 and 14. RGB value is (217,167,20). Sum of RGB (Red+Green+Blue) = 217+167+20=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A714 is #2658EB. Grayscale: #A5A5A5. Windows color (decimal): -2513132 or 1353689. OLE color: 1353689.
HSL color Cylindrical-coordinate representation of color #D9A714: hue angle of 44.77º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9A714 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 20 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.15 |
| HSL | 44.77º | 0.83% | 0.46% | - |
| HSV(B) | 44.77º | 0.91% | 0.85% | - |
| XYZ | 42.56 | 42.44 | 6.61 | - |
| YUV | 165.19 | 46.07 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 20 | 0 | 0.23 | 0.91 | 0.15 | 44.77 | 0.83 | 0.46 |
| Hex | D9 | A7 | 14 | 0 | 17 | 5B | F | 2D | 53 | 2E |
| Octal | 331 | 247 | 24 | 0 | 27 | 133 | 17 | 55 | 123 | 56 |
| Binary | 11011001 | 10100111 | 10100 | 0 | 10111 | 1011011 | 1111 | 101101 | 1010011 | 101110 |
Color Harmonies of #D9A714
Complementary color
Monochromatic Colors of #D9A714
Black with #D9A714
Text Example
Text Example
White with #D9A714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A714; }
p { color: rgb(217,167,20); }
H1.HeaderClassName
{
color: #D9A714;
}
.AnyTagClassName
{
color: #D9A714;
}
</style>
background-color css
<style>
a { background-color: #D9A714; }
a { background-color: rgb(217,167,20); }
div.DivClassName
{
background-color: #D9A714;
}
.BgClassName
{
background-color: #D9A714;
}
</style>
border-color css
<style>
span { border-color: #D9A714; }
span { border-color: rgb(217,167,20); }
td.TdClassName
{
border-color: #D9A714;
}
.TagClassName
{
border-color: #D9A714;
}
</style>