Shades of Galliano #D7A42A
Tints of Galliano #D7A42A
RGB
CMYK
RGB Variations
Color information
#D7A42A (or 0xD7A42A) is known color: Galliano. HEX triplet: D7, A4 and 2A. RGB value is (215,164,42). Sum of RGB (Red+Green+Blue) = 215+164+42=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A42A is #285BD5. Grayscale: #A5A5A5. Windows color (decimal): -2644950 or 2794711. OLE color: 2794711.
HSL color Cylindrical-coordinate representation of color #D7A42A: hue angle of 42.31º 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 #D7A42A is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 164 | 42 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.16 |
| HSL | 42.31º | 0.68% | 0.5% | - |
| HSV(B) | 42.31º | 0.8% | 0.84% | - |
| XYZ | 41.72 | 41.17 | 7.94 | - |
| YUV | 165.34 | 58.4 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 164 | 42 | 0 | 0.24 | 0.80 | 0.16 | 42.31 | 0.68 | 0.5 |
| Hex | D7 | A4 | 2A | 0 | 18 | 50 | 10 | 2A | 44 | 32 |
| Octal | 327 | 244 | 52 | 0 | 30 | 120 | 20 | 52 | 104 | 62 |
| Binary | 11010111 | 10100100 | 101010 | 0 | 11000 | 1010000 | 10000 | 101010 | 1000100 | 110010 |
Color Harmonies of #D7A42A
Complementary color
Monochromatic Colors of #D7A42A
Black with #D7A42A
Text Example
Text Example
White with #D7A42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A42A; }
p { color: rgb(215,164,42); }
H1.HeaderClassName
{
color: #D7A42A;
}
.AnyTagClassName
{
color: #D7A42A;
}
</style>
background-color css
<style>
a { background-color: #D7A42A; }
a { background-color: rgb(215,164,42); }
div.DivClassName
{
background-color: #D7A42A;
}
.BgClassName
{
background-color: #D7A42A;
}
</style>
border-color css
<style>
span { border-color: #D7A42A; }
span { border-color: rgb(215,164,42); }
td.TdClassName
{
border-color: #D7A42A;
}
.TagClassName
{
border-color: #D7A42A;
}
</style>