Shades of Galliano #D6A62D
Tints of Galliano #D6A62D
RGB
CMYK
RGB Variations
Color information
#D6A62D (or 0xD6A62D) is known color: Galliano. HEX triplet: D6, A6 and 2D. RGB value is (214,166,45). Sum of RGB (Red+Green+Blue) = 214+166+45=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A62D is #2959D2. Grayscale: #A7A7A7. Windows color (decimal): -2709971 or 2991830. OLE color: 2991830.
HSL color Cylindrical-coordinate representation of color #D6A62D: hue angle of 42.96º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6A62D is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 45 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.16 |
| HSL | 42.96º | 0.67% | 0.51% | - |
| HSV(B) | 42.96º | 0.79% | 0.84% | - |
| XYZ | 41.84 | 41.76 | 8.34 | - |
| YUV | 166.56 | 59.4 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 45 | 0 | 0.22 | 0.79 | 0.16 | 42.96 | 0.67 | 0.51 |
| Hex | D6 | A6 | 2D | 0 | 16 | 4F | 10 | 2B | 43 | 33 |
| Octal | 326 | 246 | 55 | 0 | 26 | 117 | 20 | 53 | 103 | 63 |
| Binary | 11010110 | 10100110 | 101101 | 0 | 10110 | 1001111 | 10000 | 101011 | 1000011 | 110011 |
Color Harmonies of #D6A62D
Complementary color
Monochromatic Colors of #D6A62D
Black with #D6A62D
Text Example
Text Example
White with #D6A62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A62D; }
p { color: rgb(214,166,45); }
H1.HeaderClassName
{
color: #D6A62D;
}
.AnyTagClassName
{
color: #D6A62D;
}
</style>
background-color css
<style>
a { background-color: #D6A62D; }
a { background-color: rgb(214,166,45); }
div.DivClassName
{
background-color: #D6A62D;
}
.BgClassName
{
background-color: #D6A62D;
}
</style>
border-color css
<style>
span { border-color: #D6A62D; }
span { border-color: rgb(214,166,45); }
td.TdClassName
{
border-color: #D6A62D;
}
.TagClassName
{
border-color: #D6A62D;
}
</style>