Shades of Galliano #D5A70F
Tints of Galliano #D5A70F
RGB
CMYK
RGB Variations
Color information
#D5A70F (or 0xD5A70F) is known color: Galliano. HEX triplet: D5, A7 and 0F. RGB value is (213,167,15). Sum of RGB (Red+Green+Blue) = 213+167+15=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A70F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A70F is #2A58F0. Grayscale: #A4A4A4. Windows color (decimal): -2775281 or 1026005. OLE color: 1026005.
HSL color Cylindrical-coordinate representation of color #D5A70F: hue angle of 46.06º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5A70F is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 167 | 15 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.16 |
| HSL | 46.06º | 0.87% | 0.45% | - |
| HSV(B) | 46.06º | 0.93% | 0.84% | - |
| XYZ | 41.35 | 41.82 | 6.34 | - |
| YUV | 163.43 | 44.24 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 167 | 15 | 0 | 0.22 | 0.93 | 0.16 | 46.06 | 0.87 | 0.45 |
| Hex | D5 | A7 | F | 0 | 16 | 5D | 10 | 2E | 57 | 2D |
| Octal | 325 | 247 | 17 | 0 | 26 | 135 | 20 | 56 | 127 | 55 |
| Binary | 11010101 | 10100111 | 1111 | 0 | 10110 | 1011101 | 10000 | 101110 | 1010111 | 101101 |
Color Harmonies of #D5A70F
Complementary color
Monochromatic Colors of #D5A70F
Black with #D5A70F
Text Example
Text Example
White with #D5A70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A70F; }
p { color: rgb(213,167,15); }
H1.HeaderClassName
{
color: #D5A70F;
}
.AnyTagClassName
{
color: #D5A70F;
}
</style>
background-color css
<style>
a { background-color: #D5A70F; }
a { background-color: rgb(213,167,15); }
div.DivClassName
{
background-color: #D5A70F;
}
.BgClassName
{
background-color: #D5A70F;
}
</style>
border-color css
<style>
span { border-color: #D5A70F; }
span { border-color: rgb(213,167,15); }
td.TdClassName
{
border-color: #D5A70F;
}
.TagClassName
{
border-color: #D5A70F;
}
</style>