Shades of Galliano #D5AB2A
Tints of Galliano #D5AB2A
RGB
CMYK
RGB Variations
Color information
#D5AB2A (or 0xD5AB2A) is known color: Galliano. HEX triplet: D5, AB and 2A. RGB value is (213,171,42). Sum of RGB (Red+Green+Blue) = 213+171+42=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AB2A is #2A54D5. Grayscale: #A9A9A9. Windows color (decimal): -2774230 or 2796501. OLE color: 2796501.
HSL color Cylindrical-coordinate representation of color #D5AB2A: hue angle of 45.26º 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 #D5AB2A is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 42 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.16 |
| HSL | 45.26º | 0.67% | 0.5% | - |
| HSV(B) | 45.26º | 0.8% | 0.84% | - |
| XYZ | 42.42 | 43.44 | 8.34 | - |
| YUV | 168.85 | 56.41 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 42 | 0 | 0.20 | 0.80 | 0.16 | 45.26 | 0.67 | 0.5 |
| Hex | D5 | AB | 2A | 0 | 14 | 50 | 10 | 2D | 43 | 32 |
| Octal | 325 | 253 | 52 | 0 | 24 | 120 | 20 | 55 | 103 | 62 |
| Binary | 11010101 | 10101011 | 101010 | 0 | 10100 | 1010000 | 10000 | 101101 | 1000011 | 110010 |
Color Harmonies of #D5AB2A
Complementary color
Monochromatic Colors of #D5AB2A
Black with #D5AB2A
Text Example
Text Example
White with #D5AB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB2A; }
p { color: rgb(213,171,42); }
H1.HeaderClassName
{
color: #D5AB2A;
}
.AnyTagClassName
{
color: #D5AB2A;
}
</style>
background-color css
<style>
a { background-color: #D5AB2A; }
a { background-color: rgb(213,171,42); }
div.DivClassName
{
background-color: #D5AB2A;
}
.BgClassName
{
background-color: #D5AB2A;
}
</style>
border-color css
<style>
span { border-color: #D5AB2A; }
span { border-color: rgb(213,171,42); }
td.TdClassName
{
border-color: #D5AB2A;
}
.TagClassName
{
border-color: #D5AB2A;
}
</style>