Shades of Galliano #D6A01D
Tints of Galliano #D6A01D
RGB
CMYK
RGB Variations
Color information
#D6A01D (or 0xD6A01D) is known color: Galliano. HEX triplet: D6, A0 and 1D. RGB value is (214,160,29). Sum of RGB (Red+Green+Blue) = 214+160+29=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A01D is #295FE2. Grayscale: #A1A1A1. Windows color (decimal): -2711523 or 1941718. OLE color: 1941718.
HSL color Cylindrical-coordinate representation of color #D6A01D: hue angle of 42.49º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6A01D is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 29 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.16 |
| HSL | 42.49º | 0.76% | 0.48% | - |
| HSV(B) | 42.49º | 0.86% | 0.84% | - |
| XYZ | 40.52 | 39.53 | 6.66 | - |
| YUV | 161.21 | 53.39 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 29 | 0 | 0.25 | 0.86 | 0.16 | 42.49 | 0.76 | 0.48 |
| Hex | D6 | A0 | 1D | 0 | 19 | 56 | 10 | 2A | 4C | 30 |
| Octal | 326 | 240 | 35 | 0 | 31 | 126 | 20 | 52 | 114 | 60 |
| Binary | 11010110 | 10100000 | 11101 | 0 | 11001 | 1010110 | 10000 | 101010 | 1001100 | 110000 |
Color Harmonies of #D6A01D
Complementary color
Monochromatic Colors of #D6A01D
Black with #D6A01D
Text Example
Text Example
White with #D6A01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A01D; }
p { color: rgb(214,160,29); }
H1.HeaderClassName
{
color: #D6A01D;
}
.AnyTagClassName
{
color: #D6A01D;
}
</style>
background-color css
<style>
a { background-color: #D6A01D; }
a { background-color: rgb(214,160,29); }
div.DivClassName
{
background-color: #D6A01D;
}
.BgClassName
{
background-color: #D6A01D;
}
</style>
border-color css
<style>
span { border-color: #D6A01D; }
span { border-color: rgb(214,160,29); }
td.TdClassName
{
border-color: #D6A01D;
}
.TagClassName
{
border-color: #D6A01D;
}
</style>