Shades of Galliano #D4AB0B
Tints of Galliano #D4AB0B
RGB
CMYK
RGB Variations
Color information
#D4AB0B (or 0xD4AB0B) is known color: Galliano. HEX triplet: D4, AB and 0B. RGB value is (212,171,11). Sum of RGB (Red+Green+Blue) = 212+171+11=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AB0B is #2B54F4. Grayscale: #A5A5A5. Windows color (decimal): -2839797 or 764884. OLE color: 764884.
HSL color Cylindrical-coordinate representation of color #D4AB0B: hue angle of 47.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4AB0B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.17 |
| HSL | 47.76º | 0.9% | 0.44% | - |
| HSV(B) | 47.76º | 0.95% | 0.83% | - |
| XYZ | 41.77 | 43.15 | 6.44 | - |
| YUV | 165.02 | 41.08 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 11 | 0 | 0.19 | 0.95 | 0.17 | 47.76 | 0.9 | 0.44 |
| Hex | D4 | AB | B | 0 | 13 | 5F | 11 | 30 | 5A | 2C |
| Octal | 324 | 253 | 13 | 0 | 23 | 137 | 21 | 60 | 132 | 54 |
| Binary | 11010100 | 10101011 | 1011 | 0 | 10011 | 1011111 | 10001 | 110000 | 1011010 | 101100 |
Color Harmonies of #D4AB0B
Complementary color
Monochromatic Colors of #D4AB0B
Black with #D4AB0B
Text Example
Text Example
White with #D4AB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB0B; }
p { color: rgb(212,171,11); }
H1.HeaderClassName
{
color: #D4AB0B;
}
.AnyTagClassName
{
color: #D4AB0B;
}
</style>
background-color css
<style>
a { background-color: #D4AB0B; }
a { background-color: rgb(212,171,11); }
div.DivClassName
{
background-color: #D4AB0B;
}
.BgClassName
{
background-color: #D4AB0B;
}
</style>
border-color css
<style>
span { border-color: #D4AB0B; }
span { border-color: rgb(212,171,11); }
td.TdClassName
{
border-color: #D4AB0B;
}
.TagClassName
{
border-color: #D4AB0B;
}
</style>