Shades of Galliano #D5A01A
Tints of Galliano #D5A01A
RGB
CMYK
RGB Variations
Color information
#D5A01A (or 0xD5A01A) is known color: Galliano. HEX triplet: D5, A0 and 1A. RGB value is (213,160,26). Sum of RGB (Red+Green+Blue) = 213+160+26=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A01A is #2A5FE5. Grayscale: #A1A1A1. Windows color (decimal): -2777062 or 1745109. OLE color: 1745109.
HSL color Cylindrical-coordinate representation of color #D5A01A: hue angle of 42.99º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5A01A is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 26 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.16 |
| HSL | 42.99º | 0.78% | 0.47% | - |
| HSV(B) | 42.99º | 0.88% | 0.84% | - |
| XYZ | 40.2 | 39.36 | 6.46 | - |
| YUV | 160.57 | 52.06 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 26 | 0 | 0.25 | 0.88 | 0.16 | 42.99 | 0.78 | 0.47 |
| Hex | D5 | A0 | 1A | 0 | 19 | 58 | 10 | 2B | 4E | 2F |
| Octal | 325 | 240 | 32 | 0 | 31 | 130 | 20 | 53 | 116 | 57 |
| Binary | 11010101 | 10100000 | 11010 | 0 | 11001 | 1011000 | 10000 | 101011 | 1001110 | 101111 |
Color Harmonies of #D5A01A
Complementary color
Monochromatic Colors of #D5A01A
Black with #D5A01A
Text Example
Text Example
White with #D5A01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A01A; }
p { color: rgb(213,160,26); }
H1.HeaderClassName
{
color: #D5A01A;
}
.AnyTagClassName
{
color: #D5A01A;
}
</style>
background-color css
<style>
a { background-color: #D5A01A; }
a { background-color: rgb(213,160,26); }
div.DivClassName
{
background-color: #D5A01A;
}
.BgClassName
{
background-color: #D5A01A;
}
</style>
border-color css
<style>
span { border-color: #D5A01A; }
span { border-color: rgb(213,160,26); }
td.TdClassName
{
border-color: #D5A01A;
}
.TagClassName
{
border-color: #D5A01A;
}
</style>