Shades of Galliano #D59C23
Tints of Galliano #D59C23
RGB
CMYK
RGB Variations
Color information
#D59C23 (or 0xD59C23) is known color: Galliano. HEX triplet: D5, 9C and 23. RGB value is (213,156,35). Sum of RGB (Red+Green+Blue) = 213+156+35=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 35 (14.06% from 255 or 8.66% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59C23 is #2A63DC. Grayscale: #9F9F9F. Windows color (decimal): -2778077 or 2333909. OLE color: 2333909.
HSL color Cylindrical-coordinate representation of color #D59C23: hue angle of 40.79º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D59C23 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 35 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.16 |
| HSL | 40.79º | 0.72% | 0.49% | - |
| HSV(B) | 40.79º | 0.84% | 0.84% | - |
| XYZ | 39.63 | 38.04 | 6.84 | - |
| YUV | 159.25 | 57.88 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 35 | 0 | 0.27 | 0.84 | 0.16 | 40.79 | 0.72 | 0.49 |
| Hex | D5 | 9C | 23 | 0 | 1B | 54 | 10 | 29 | 48 | 31 |
| Octal | 325 | 234 | 43 | 0 | 33 | 124 | 20 | 51 | 110 | 61 |
| Binary | 11010101 | 10011100 | 100011 | 0 | 11011 | 1010100 | 10000 | 101001 | 1001000 | 110001 |
Color Harmonies of #D59C23
Complementary color
Monochromatic Colors of #D59C23
Black with #D59C23
Text Example
Text Example
White with #D59C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C23; }
p { color: rgb(213,156,35); }
H1.HeaderClassName
{
color: #D59C23;
}
.AnyTagClassName
{
color: #D59C23;
}
</style>
background-color css
<style>
a { background-color: #D59C23; }
a { background-color: rgb(213,156,35); }
div.DivClassName
{
background-color: #D59C23;
}
.BgClassName
{
background-color: #D59C23;
}
</style>
border-color css
<style>
span { border-color: #D59C23; }
span { border-color: rgb(213,156,35); }
td.TdClassName
{
border-color: #D59C23;
}
.TagClassName
{
border-color: #D59C23;
}
</style>