Shades of Galliano #D7A92A
Tints of Galliano #D7A92A
RGB
CMYK
RGB Variations
Color information
#D7A92A (or 0xD7A92A) is known color: Galliano. HEX triplet: D7, A9 and 2A. RGB value is (215,169,42). Sum of RGB (Red+Green+Blue) = 215+169+42=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A92A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A92A is #2856D5. Grayscale: #A8A8A8. Windows color (decimal): -2643670 or 2795991. OLE color: 2795991.
HSL color Cylindrical-coordinate representation of color #D7A92A: hue angle of 44.05º 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 #D7A92A is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 169 | 42 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.16 |
| HSL | 44.05º | 0.68% | 0.5% | - |
| HSV(B) | 44.05º | 0.8% | 0.84% | - |
| XYZ | 42.63 | 42.99 | 8.24 | - |
| YUV | 168.28 | 56.74 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 169 | 42 | 0 | 0.21 | 0.80 | 0.16 | 44.05 | 0.68 | 0.5 |
| Hex | D7 | A9 | 2A | 0 | 15 | 50 | 10 | 2C | 44 | 32 |
| Octal | 327 | 251 | 52 | 0 | 25 | 120 | 20 | 54 | 104 | 62 |
| Binary | 11010111 | 10101001 | 101010 | 0 | 10101 | 1010000 | 10000 | 101100 | 1000100 | 110010 |
Color Harmonies of #D7A92A
Complementary color
Monochromatic Colors of #D7A92A
Black with #D7A92A
Text Example
Text Example
White with #D7A92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A92A; }
p { color: rgb(215,169,42); }
H1.HeaderClassName
{
color: #D7A92A;
}
.AnyTagClassName
{
color: #D7A92A;
}
</style>
background-color css
<style>
a { background-color: #D7A92A; }
a { background-color: rgb(215,169,42); }
div.DivClassName
{
background-color: #D7A92A;
}
.BgClassName
{
background-color: #D7A92A;
}
</style>
border-color css
<style>
span { border-color: #D7A92A; }
span { border-color: rgb(215,169,42); }
td.TdClassName
{
border-color: #D7A92A;
}
.TagClassName
{
border-color: #D7A92A;
}
</style>