Shades of Galliano #D49E21
Tints of Galliano #D49E21
RGB
CMYK
RGB Variations
Color information
#D49E21 (or 0xD49E21) is known color: Galliano. HEX triplet: D4, 9E and 21. RGB value is (212,158,33). Sum of RGB (Red+Green+Blue) = 212+158+33=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49E21 is #2B61DE. Grayscale: #A0A0A0. Windows color (decimal): -2843103 or 2203348. OLE color: 2203348.
HSL color Cylindrical-coordinate representation of color #D49E21: hue angle of 41.9º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D49E21 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 33 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.17 |
| HSL | 41.9º | 0.73% | 0.48% | - |
| HSV(B) | 41.9º | 0.84% | 0.83% | - |
| XYZ | 39.65 | 38.56 | 6.79 | - |
| YUV | 159.9 | 56.39 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 33 | 0 | 0.25 | 0.84 | 0.17 | 41.9 | 0.73 | 0.48 |
| Hex | D4 | 9E | 21 | 0 | 19 | 54 | 11 | 2A | 49 | 30 |
| Octal | 324 | 236 | 41 | 0 | 31 | 124 | 21 | 52 | 111 | 60 |
| Binary | 11010100 | 10011110 | 100001 | 0 | 11001 | 1010100 | 10001 | 101010 | 1001001 | 110000 |
Color Harmonies of #D49E21
Complementary color
Monochromatic Colors of #D49E21
Black with #D49E21
Text Example
Text Example
White with #D49E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49E21; }
p { color: rgb(212,158,33); }
H1.HeaderClassName
{
color: #D49E21;
}
.AnyTagClassName
{
color: #D49E21;
}
</style>
background-color css
<style>
a { background-color: #D49E21; }
a { background-color: rgb(212,158,33); }
div.DivClassName
{
background-color: #D49E21;
}
.BgClassName
{
background-color: #D49E21;
}
</style>
border-color css
<style>
span { border-color: #D49E21; }
span { border-color: rgb(212,158,33); }
td.TdClassName
{
border-color: #D49E21;
}
.TagClassName
{
border-color: #D49E21;
}
</style>