Shades of Galliano #D7A714
Tints of Galliano #D7A714
RGB
CMYK
RGB Variations
Color information
#D7A714 (or 0xD7A714) is known color: Galliano. HEX triplet: D7, A7 and 14. RGB value is (215,167,20). Sum of RGB (Red+Green+Blue) = 215+167+20=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A714 is #2858EB. Grayscale: #A5A5A5. Windows color (decimal): -2644204 or 1353687. OLE color: 1353687.
HSL color Cylindrical-coordinate representation of color #D7A714: hue angle of 45.23º 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 #D7A714 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 167 | 20 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.16 |
| HSL | 45.23º | 0.83% | 0.46% | - |
| HSV(B) | 45.23º | 0.91% | 0.84% | - |
| XYZ | 41.97 | 42.14 | 6.58 | - |
| YUV | 164.59 | 46.4 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 167 | 20 | 0 | 0.22 | 0.91 | 0.16 | 45.23 | 0.83 | 0.46 |
| Hex | D7 | A7 | 14 | 0 | 16 | 5B | 10 | 2D | 53 | 2E |
| Octal | 327 | 247 | 24 | 0 | 26 | 133 | 20 | 55 | 123 | 56 |
| Binary | 11010111 | 10100111 | 10100 | 0 | 10110 | 1011011 | 10000 | 101101 | 1010011 | 101110 |
Color Harmonies of #D7A714
Complementary color
Monochromatic Colors of #D7A714
Black with #D7A714
Text Example
Text Example
White with #D7A714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A714; }
p { color: rgb(215,167,20); }
H1.HeaderClassName
{
color: #D7A714;
}
.AnyTagClassName
{
color: #D7A714;
}
</style>
background-color css
<style>
a { background-color: #D7A714; }
a { background-color: rgb(215,167,20); }
div.DivClassName
{
background-color: #D7A714;
}
.BgClassName
{
background-color: #D7A714;
}
</style>
border-color css
<style>
span { border-color: #D7A714; }
span { border-color: rgb(215,167,20); }
td.TdClassName
{
border-color: #D7A714;
}
.TagClassName
{
border-color: #D7A714;
}
</style>