Shades of Galliano #D6A02D
Tints of Galliano #D6A02D
RGB
CMYK
RGB Variations
Color information
#D6A02D (or 0xD6A02D) is known color: Galliano. HEX triplet: D6, A0 and 2D. RGB value is (214,160,45). Sum of RGB (Red+Green+Blue) = 214+160+45=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A02D is #295FD2. Grayscale: #A3A3A3. Windows color (decimal): -2711507 or 2990294. OLE color: 2990294.
HSL color Cylindrical-coordinate representation of color #D6A02D: hue angle of 40.83º 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 #D6A02D is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 45 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.16 |
| HSL | 40.83º | 0.67% | 0.51% | - |
| HSV(B) | 40.83º | 0.79% | 0.84% | - |
| XYZ | 40.78 | 39.63 | 7.98 | - |
| YUV | 163.04 | 61.39 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 45 | 0 | 0.25 | 0.79 | 0.16 | 40.83 | 0.67 | 0.51 |
| Hex | D6 | A0 | 2D | 0 | 19 | 4F | 10 | 29 | 43 | 33 |
| Octal | 326 | 240 | 55 | 0 | 31 | 117 | 20 | 51 | 103 | 63 |
| Binary | 11010110 | 10100000 | 101101 | 0 | 11001 | 1001111 | 10000 | 101001 | 1000011 | 110011 |
Color Harmonies of #D6A02D
Complementary color
Monochromatic Colors of #D6A02D
Black with #D6A02D
Text Example
Text Example
White with #D6A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A02D; }
p { color: rgb(214,160,45); }
H1.HeaderClassName
{
color: #D6A02D;
}
.AnyTagClassName
{
color: #D6A02D;
}
</style>
background-color css
<style>
a { background-color: #D6A02D; }
a { background-color: rgb(214,160,45); }
div.DivClassName
{
background-color: #D6A02D;
}
.BgClassName
{
background-color: #D6A02D;
}
</style>
border-color css
<style>
span { border-color: #D6A02D; }
span { border-color: rgb(214,160,45); }
td.TdClassName
{
border-color: #D6A02D;
}
.TagClassName
{
border-color: #D6A02D;
}
</style>