Shades of Galliano #D4A01B
Tints of Galliano #D4A01B
RGB
CMYK
RGB Variations
Color information
#D4A01B (or 0xD4A01B) is known color: Galliano. HEX triplet: D4, A0 and 1B. RGB value is (212,160,27). Sum of RGB (Red+Green+Blue) = 212+160+27=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A01B is #2B5FE4. Grayscale: #A0A0A0. Windows color (decimal): -2842597 or 1810644. OLE color: 1810644.
HSL color Cylindrical-coordinate representation of color #D4A01B: hue angle of 43.14º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4A01B is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 27 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.17 |
| HSL | 43.14º | 0.77% | 0.47% | - |
| HSV(B) | 43.14º | 0.87% | 0.83% | - |
| XYZ | 39.92 | 39.22 | 6.5 | - |
| YUV | 160.39 | 52.73 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 27 | 0 | 0.25 | 0.87 | 0.17 | 43.14 | 0.77 | 0.47 |
| Hex | D4 | A0 | 1B | 0 | 19 | 57 | 11 | 2B | 4D | 2F |
| Octal | 324 | 240 | 33 | 0 | 31 | 127 | 21 | 53 | 115 | 57 |
| Binary | 11010100 | 10100000 | 11011 | 0 | 11001 | 1010111 | 10001 | 101011 | 1001101 | 101111 |
Color Harmonies of #D4A01B
Complementary color
Monochromatic Colors of #D4A01B
Black with #D4A01B
Text Example
Text Example
White with #D4A01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A01B; }
p { color: rgb(212,160,27); }
H1.HeaderClassName
{
color: #D4A01B;
}
.AnyTagClassName
{
color: #D4A01B;
}
</style>
background-color css
<style>
a { background-color: #D4A01B; }
a { background-color: rgb(212,160,27); }
div.DivClassName
{
background-color: #D4A01B;
}
.BgClassName
{
background-color: #D4A01B;
}
</style>
border-color css
<style>
span { border-color: #D4A01B; }
span { border-color: rgb(212,160,27); }
td.TdClassName
{
border-color: #D4A01B;
}
.TagClassName
{
border-color: #D4A01B;
}
</style>