Shades of Galliano #D6A41D
Tints of Galliano #D6A41D
RGB
CMYK
RGB Variations
Color information
#D6A41D (or 0xD6A41D) is known color: Galliano. HEX triplet: D6, A4 and 1D. RGB value is (214,164,29). Sum of RGB (Red+Green+Blue) = 214+164+29=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A41D is #295BE2. Grayscale: #A4A4A4. Windows color (decimal): -2710499 or 1942742. OLE color: 1942742.
HSL color Cylindrical-coordinate representation of color #D6A41D: hue angle of 43.78º 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 #D6A41D is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 29 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.16 |
| HSL | 43.78º | 0.76% | 0.48% | - |
| HSV(B) | 43.78º | 0.86% | 0.84% | - |
| XYZ | 41.23 | 40.94 | 6.89 | - |
| YUV | 163.56 | 52.07 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 29 | 0 | 0.23 | 0.86 | 0.16 | 43.78 | 0.76 | 0.48 |
| Hex | D6 | A4 | 1D | 0 | 17 | 56 | 10 | 2C | 4C | 30 |
| Octal | 326 | 244 | 35 | 0 | 27 | 126 | 20 | 54 | 114 | 60 |
| Binary | 11010110 | 10100100 | 11101 | 0 | 10111 | 1010110 | 10000 | 101100 | 1001100 | 110000 |
Color Harmonies of #D6A41D
Complementary color
Monochromatic Colors of #D6A41D
Black with #D6A41D
Text Example
Text Example
White with #D6A41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A41D; }
p { color: rgb(214,164,29); }
H1.HeaderClassName
{
color: #D6A41D;
}
.AnyTagClassName
{
color: #D6A41D;
}
</style>
background-color css
<style>
a { background-color: #D6A41D; }
a { background-color: rgb(214,164,29); }
div.DivClassName
{
background-color: #D6A41D;
}
.BgClassName
{
background-color: #D6A41D;
}
</style>
border-color css
<style>
span { border-color: #D6A41D; }
span { border-color: rgb(214,164,29); }
td.TdClassName
{
border-color: #D6A41D;
}
.TagClassName
{
border-color: #D6A41D;
}
</style>