Shades of Galliano #D5AB0D
Tints of Galliano #D5AB0D
RGB
CMYK
RGB Variations
Color information
#D5AB0D (or 0xD5AB0D) is known color: Galliano. HEX triplet: D5, AB and 0D. RGB value is (213,171,13). Sum of RGB (Red+Green+Blue) = 213+171+13=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AB0D is #2A54F2. Grayscale: #A6A6A6. Windows color (decimal): -2774259 or 895957. OLE color: 895957.
HSL color Cylindrical-coordinate representation of color #D5AB0D: hue angle of 47.4º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5AB0D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 13 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.16 |
| HSL | 47.4º | 0.88% | 0.44% | - |
| HSV(B) | 47.4º | 0.94% | 0.84% | - |
| XYZ | 42.08 | 43.3 | 6.52 | - |
| YUV | 165.55 | 41.91 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 13 | 0 | 0.20 | 0.94 | 0.16 | 47.4 | 0.88 | 0.44 |
| Hex | D5 | AB | D | 0 | 14 | 5E | 10 | 2F | 58 | 2C |
| Octal | 325 | 253 | 15 | 0 | 24 | 136 | 20 | 57 | 130 | 54 |
| Binary | 11010101 | 10101011 | 1101 | 0 | 10100 | 1011110 | 10000 | 101111 | 1011000 | 101100 |
Color Harmonies of #D5AB0D
Complementary color
Monochromatic Colors of #D5AB0D
Black with #D5AB0D
Text Example
Text Example
White with #D5AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB0D; }
p { color: rgb(213,171,13); }
H1.HeaderClassName
{
color: #D5AB0D;
}
.AnyTagClassName
{
color: #D5AB0D;
}
</style>
background-color css
<style>
a { background-color: #D5AB0D; }
a { background-color: rgb(213,171,13); }
div.DivClassName
{
background-color: #D5AB0D;
}
.BgClassName
{
background-color: #D5AB0D;
}
</style>
border-color css
<style>
span { border-color: #D5AB0D; }
span { border-color: rgb(213,171,13); }
td.TdClassName
{
border-color: #D5AB0D;
}
.TagClassName
{
border-color: #D5AB0D;
}
</style>