Shades of Galliano #D7AA14
Tints of Galliano #D7AA14
RGB
CMYK
RGB Variations
Color information
#D7AA14 (or 0xD7AA14) is known color: Galliano. HEX triplet: D7, AA and 14. RGB value is (215,170,20). Sum of RGB (Red+Green+Blue) = 215+170+20=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AA14 is #2855EB. Grayscale: #A7A7A7. Windows color (decimal): -2643436 or 1354455. OLE color: 1354455.
HSL color Cylindrical-coordinate representation of color #D7AA14: hue angle of 46.15º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7AA14 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 20 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.16 |
| HSL | 46.15º | 0.83% | 0.46% | - |
| HSV(B) | 46.15º | 0.91% | 0.84% | - |
| XYZ | 42.53 | 43.25 | 6.77 | - |
| YUV | 166.36 | 45.41 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 20 | 0 | 0.21 | 0.91 | 0.16 | 46.15 | 0.83 | 0.46 |
| Hex | D7 | AA | 14 | 0 | 15 | 5B | 10 | 2E | 53 | 2E |
| Octal | 327 | 252 | 24 | 0 | 25 | 133 | 20 | 56 | 123 | 56 |
| Binary | 11010111 | 10101010 | 10100 | 0 | 10101 | 1011011 | 10000 | 101110 | 1010011 | 101110 |
Color Harmonies of #D7AA14
Complementary color
Monochromatic Colors of #D7AA14
Black with #D7AA14
Text Example
Text Example
White with #D7AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AA14; }
p { color: rgb(215,170,20); }
H1.HeaderClassName
{
color: #D7AA14;
}
.AnyTagClassName
{
color: #D7AA14;
}
</style>
background-color css
<style>
a { background-color: #D7AA14; }
a { background-color: rgb(215,170,20); }
div.DivClassName
{
background-color: #D7AA14;
}
.BgClassName
{
background-color: #D7AA14;
}
</style>
border-color css
<style>
span { border-color: #D7AA14; }
span { border-color: rgb(215,170,20); }
td.TdClassName
{
border-color: #D7AA14;
}
.TagClassName
{
border-color: #D7AA14;
}
</style>