Shades of Galliano #D7A62D
Tints of Galliano #D7A62D
RGB
CMYK
RGB Variations
Color information
#D7A62D (or 0xD7A62D) is known color: Galliano. HEX triplet: D7, A6 and 2D. RGB value is (215,166,45). Sum of RGB (Red+Green+Blue) = 215+166+45=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A62D is #2859D2. Grayscale: #A7A7A7. Windows color (decimal): -2644435 or 2991831. OLE color: 2991831.
HSL color Cylindrical-coordinate representation of color #D7A62D: hue angle of 42.71º degrees, saturation: 0.68, 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 #D7A62D is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 166 | 45 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.16 |
| HSL | 42.71º | 0.68% | 0.51% | - |
| HSV(B) | 42.71º | 0.79% | 0.84% | - |
| XYZ | 42.13 | 41.91 | 8.35 | - |
| YUV | 166.86 | 59.23 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 166 | 45 | 0 | 0.23 | 0.79 | 0.16 | 42.71 | 0.68 | 0.51 |
| Hex | D7 | A6 | 2D | 0 | 17 | 4F | 10 | 2B | 44 | 33 |
| Octal | 327 | 246 | 55 | 0 | 27 | 117 | 20 | 53 | 104 | 63 |
| Binary | 11010111 | 10100110 | 101101 | 0 | 10111 | 1001111 | 10000 | 101011 | 1000100 | 110011 |
Color Harmonies of #D7A62D
Complementary color
Monochromatic Colors of #D7A62D
Black with #D7A62D
Text Example
Text Example
White with #D7A62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A62D; }
p { color: rgb(215,166,45); }
H1.HeaderClassName
{
color: #D7A62D;
}
.AnyTagClassName
{
color: #D7A62D;
}
</style>
background-color css
<style>
a { background-color: #D7A62D; }
a { background-color: rgb(215,166,45); }
div.DivClassName
{
background-color: #D7A62D;
}
.BgClassName
{
background-color: #D7A62D;
}
</style>
border-color css
<style>
span { border-color: #D7A62D; }
span { border-color: rgb(215,166,45); }
td.TdClassName
{
border-color: #D7A62D;
}
.TagClassName
{
border-color: #D7A62D;
}
</style>