Shades of Galliano #D5A42A
Tints of Galliano #D5A42A
RGB
CMYK
RGB Variations
Color information
#D5A42A (or 0xD5A42A) is known color: Galliano. HEX triplet: D5, A4 and 2A. RGB value is (213,164,42). Sum of RGB (Red+Green+Blue) = 213+164+42=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A42A is #2A5BD5. Grayscale: #A5A5A5. Windows color (decimal): -2776022 or 2794709. OLE color: 2794709.
HSL color Cylindrical-coordinate representation of color #D5A42A: hue angle of 42.81º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5A42A is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 42 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.16 |
| HSL | 42.81º | 0.67% | 0.5% | - |
| HSV(B) | 42.81º | 0.8% | 0.84% | - |
| XYZ | 41.13 | 40.86 | 7.91 | - |
| YUV | 164.74 | 58.73 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 42 | 0 | 0.23 | 0.80 | 0.16 | 42.81 | 0.67 | 0.5 |
| Hex | D5 | A4 | 2A | 0 | 17 | 50 | 10 | 2B | 43 | 32 |
| Octal | 325 | 244 | 52 | 0 | 27 | 120 | 20 | 53 | 103 | 62 |
| Binary | 11010101 | 10100100 | 101010 | 0 | 10111 | 1010000 | 10000 | 101011 | 1000011 | 110010 |
Color Harmonies of #D5A42A
Complementary color
Monochromatic Colors of #D5A42A
Black with #D5A42A
Text Example
Text Example
White with #D5A42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A42A; }
p { color: rgb(213,164,42); }
H1.HeaderClassName
{
color: #D5A42A;
}
.AnyTagClassName
{
color: #D5A42A;
}
</style>
background-color css
<style>
a { background-color: #D5A42A; }
a { background-color: rgb(213,164,42); }
div.DivClassName
{
background-color: #D5A42A;
}
.BgClassName
{
background-color: #D5A42A;
}
</style>
border-color css
<style>
span { border-color: #D5A42A; }
span { border-color: rgb(213,164,42); }
td.TdClassName
{
border-color: #D5A42A;
}
.TagClassName
{
border-color: #D5A42A;
}
</style>