Shades of Galliano #D59C21
Tints of Galliano #D59C21
RGB
CMYK
RGB Variations
Color information
#D59C21 (or 0xD59C21) is known color: Galliano. HEX triplet: D5, 9C and 21. RGB value is (213,156,33). Sum of RGB (Red+Green+Blue) = 213+156+33=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59C21 is #2A63DE. Grayscale: #9F9F9F. Windows color (decimal): -2778079 or 2202837. OLE color: 2202837.
HSL color Cylindrical-coordinate representation of color #D59C21: hue angle of 41º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D59C21 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 33 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.16 |
| HSL | 41º | 0.73% | 0.48% | - |
| HSV(B) | 41º | 0.85% | 0.84% | - |
| XYZ | 39.6 | 38.03 | 6.69 | - |
| YUV | 159.02 | 56.88 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 33 | 0 | 0.27 | 0.85 | 0.16 | 41 | 0.73 | 0.48 |
| Hex | D5 | 9C | 21 | 0 | 1B | 55 | 10 | 29 | 49 | 30 |
| Octal | 325 | 234 | 41 | 0 | 33 | 125 | 20 | 51 | 111 | 60 |
| Binary | 11010101 | 10011100 | 100001 | 0 | 11011 | 1010101 | 10000 | 101001 | 1001001 | 110000 |
Color Harmonies of #D59C21
Complementary color
Monochromatic Colors of #D59C21
Black with #D59C21
Text Example
Text Example
White with #D59C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C21; }
p { color: rgb(213,156,33); }
H1.HeaderClassName
{
color: #D59C21;
}
.AnyTagClassName
{
color: #D59C21;
}
</style>
background-color css
<style>
a { background-color: #D59C21; }
a { background-color: rgb(213,156,33); }
div.DivClassName
{
background-color: #D59C21;
}
.BgClassName
{
background-color: #D59C21;
}
</style>
border-color css
<style>
span { border-color: #D59C21; }
span { border-color: rgb(213,156,33); }
td.TdClassName
{
border-color: #D59C21;
}
.TagClassName
{
border-color: #D59C21;
}
</style>