Shades of Galliano #D3AB0B
Tints of Galliano #D3AB0B
RGB
CMYK
RGB Variations
Color information
#D3AB0B (or 0xD3AB0B) is known color: Galliano. HEX triplet: D3, AB and 0B. RGB value is (211,171,11). Sum of RGB (Red+Green+Blue) = 211+171+11=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AB0B is #2C54F4. Grayscale: #A5A5A5. Windows color (decimal): -2905333 or 764883. OLE color: 764883.
HSL color Cylindrical-coordinate representation of color #D3AB0B: hue angle of 48º 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 #D3AB0B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.17 |
| HSL | 48º | 0.9% | 0.44% | - |
| HSV(B) | 48º | 0.95% | 0.83% | - |
| XYZ | 41.49 | 43 | 6.43 | - |
| YUV | 164.72 | 41.25 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 11 | 0 | 0.19 | 0.95 | 0.17 | 48 | 0.9 | 0.44 |
| Hex | D3 | AB | B | 0 | 13 | 5F | 11 | 30 | 5A | 2C |
| Octal | 323 | 253 | 13 | 0 | 23 | 137 | 21 | 60 | 132 | 54 |
| Binary | 11010011 | 10101011 | 1011 | 0 | 10011 | 1011111 | 10001 | 110000 | 1011010 | 101100 |
Color Harmonies of #D3AB0B
Complementary color
Monochromatic Colors of #D3AB0B
Black with #D3AB0B
Text Example
Text Example
White with #D3AB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AB0B; }
p { color: rgb(211,171,11); }
H1.HeaderClassName
{
color: #D3AB0B;
}
.AnyTagClassName
{
color: #D3AB0B;
}
</style>
background-color css
<style>
a { background-color: #D3AB0B; }
a { background-color: rgb(211,171,11); }
div.DivClassName
{
background-color: #D3AB0B;
}
.BgClassName
{
background-color: #D3AB0B;
}
</style>
border-color css
<style>
span { border-color: #D3AB0B; }
span { border-color: rgb(211,171,11); }
td.TdClassName
{
border-color: #D3AB0B;
}
.TagClassName
{
border-color: #D3AB0B;
}
</style>