Shades of Galliano #D7AA1D
Tints of Galliano #D7AA1D
RGB
CMYK
RGB Variations
Color information
#D7AA1D (or 0xD7AA1D) is known color: Galliano. HEX triplet: D7, AA and 1D. RGB value is (215,170,29). Sum of RGB (Red+Green+Blue) = 215+170+29=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AA1D is #2855E2. Grayscale: #A7A7A7. Windows color (decimal): -2643427 or 1944279. OLE color: 1944279.
HSL color Cylindrical-coordinate representation of color #D7AA1D: hue angle of 45.48º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7AA1D is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 29 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.16 |
| HSL | 45.48º | 0.76% | 0.48% | - |
| HSV(B) | 45.48º | 0.87% | 0.84% | - |
| XYZ | 42.62 | 43.29 | 7.27 | - |
| YUV | 167.38 | 49.91 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 29 | 0 | 0.21 | 0.87 | 0.16 | 45.48 | 0.76 | 0.48 |
| Hex | D7 | AA | 1D | 0 | 15 | 57 | 10 | 2D | 4C | 30 |
| Octal | 327 | 252 | 35 | 0 | 25 | 127 | 20 | 55 | 114 | 60 |
| Binary | 11010111 | 10101010 | 11101 | 0 | 10101 | 1010111 | 10000 | 101101 | 1001100 | 110000 |
Color Harmonies of #D7AA1D
Complementary color
Monochromatic Colors of #D7AA1D
Black with #D7AA1D
Text Example
Text Example
White with #D7AA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AA1D; }
p { color: rgb(215,170,29); }
H1.HeaderClassName
{
color: #D7AA1D;
}
.AnyTagClassName
{
color: #D7AA1D;
}
</style>
background-color css
<style>
a { background-color: #D7AA1D; }
a { background-color: rgb(215,170,29); }
div.DivClassName
{
background-color: #D7AA1D;
}
.BgClassName
{
background-color: #D7AA1D;
}
</style>
border-color css
<style>
span { border-color: #D7AA1D; }
span { border-color: rgb(215,170,29); }
td.TdClassName
{
border-color: #D7AA1D;
}
.TagClassName
{
border-color: #D7AA1D;
}
</style>