Shades of Galliano #D6A62B
Tints of Galliano #D6A62B
RGB
CMYK
RGB Variations
Color information
#D6A62B (or 0xD6A62B) is known color: Galliano. HEX triplet: D6, A6 and 2B. RGB value is (214,166,43). Sum of RGB (Red+Green+Blue) = 214+166+43=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A62B is #2959D4. Grayscale: #A6A6A6. Windows color (decimal): -2709973 or 2860758. OLE color: 2860758.
HSL color Cylindrical-coordinate representation of color #D6A62B: hue angle of 43.16º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6A62B is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 43 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.16 |
| HSL | 43.16º | 0.68% | 0.5% | - |
| HSV(B) | 43.16º | 0.8% | 0.84% | - |
| XYZ | 41.8 | 41.74 | 8.14 | - |
| YUV | 166.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 43 | 0 | 0.22 | 0.80 | 0.16 | 43.16 | 0.68 | 0.5 |
| Hex | D6 | A6 | 2B | 0 | 16 | 50 | 10 | 2B | 44 | 32 |
| Octal | 326 | 246 | 53 | 0 | 26 | 120 | 20 | 53 | 104 | 62 |
| Binary | 11010110 | 10100110 | 101011 | 0 | 10110 | 1010000 | 10000 | 101011 | 1000100 | 110010 |
Color Harmonies of #D6A62B
Complementary color
Monochromatic Colors of #D6A62B
Black with #D6A62B
Text Example
Text Example
White with #D6A62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A62B; }
p { color: rgb(214,166,43); }
H1.HeaderClassName
{
color: #D6A62B;
}
.AnyTagClassName
{
color: #D6A62B;
}
</style>
background-color css
<style>
a { background-color: #D6A62B; }
a { background-color: rgb(214,166,43); }
div.DivClassName
{
background-color: #D6A62B;
}
.BgClassName
{
background-color: #D6A62B;
}
</style>
border-color css
<style>
span { border-color: #D6A62B; }
span { border-color: rgb(214,166,43); }
td.TdClassName
{
border-color: #D6A62B;
}
.TagClassName
{
border-color: #D6A62B;
}
</style>