Shades of Galliano #D5AB0C
Tints of Galliano #D5AB0C
RGB
CMYK
RGB Variations
Color information
#D5AB0C (or 0xD5AB0C) is known color: Galliano. HEX triplet: D5, AB and 0C. RGB value is (213,171,12). Sum of RGB (Red+Green+Blue) = 213+171+12=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AB0C is #2A54F3. Grayscale: #A6A6A6. Windows color (decimal): -2774260 or 830421. OLE color: 830421.
HSL color Cylindrical-coordinate representation of color #D5AB0C: hue angle of 47.46º degrees, saturation: 0.89, 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 #D5AB0C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 12 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.16 |
| HSL | 47.46º | 0.89% | 0.44% | - |
| HSV(B) | 47.46º | 0.94% | 0.84% | - |
| XYZ | 42.07 | 43.3 | 6.49 | - |
| YUV | 165.43 | 41.41 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 12 | 0 | 0.20 | 0.94 | 0.16 | 47.46 | 0.89 | 0.44 |
| Hex | D5 | AB | C | 0 | 14 | 5E | 10 | 2F | 59 | 2C |
| Octal | 325 | 253 | 14 | 0 | 24 | 136 | 20 | 57 | 131 | 54 |
| Binary | 11010101 | 10101011 | 1100 | 0 | 10100 | 1011110 | 10000 | 101111 | 1011001 | 101100 |
Color Harmonies of #D5AB0C
Complementary color
Monochromatic Colors of #D5AB0C
Black with #D5AB0C
Text Example
Text Example
White with #D5AB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB0C; }
p { color: rgb(213,171,12); }
H1.HeaderClassName
{
color: #D5AB0C;
}
.AnyTagClassName
{
color: #D5AB0C;
}
</style>
background-color css
<style>
a { background-color: #D5AB0C; }
a { background-color: rgb(213,171,12); }
div.DivClassName
{
background-color: #D5AB0C;
}
.BgClassName
{
background-color: #D5AB0C;
}
</style>
border-color css
<style>
span { border-color: #D5AB0C; }
span { border-color: rgb(213,171,12); }
td.TdClassName
{
border-color: #D5AB0C;
}
.TagClassName
{
border-color: #D5AB0C;
}
</style>