Shades of Galliano #D09C23
Tints of Galliano #D09C23
RGB
CMYK
RGB Variations
Color information
#D09C23 (or 0xD09C23) is known color: Galliano. HEX triplet: D0, 9C and 23. RGB value is (208,156,35). Sum of RGB (Red+Green+Blue) = 208+156+35=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 35 (14.06% from 255 or 8.77% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09C23 is #2F63DC. Grayscale: #9E9E9E. Windows color (decimal): -3105757 or 2333904. OLE color: 2333904.
HSL color Cylindrical-coordinate representation of color #D09C23: hue angle of 41.97º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D09C23 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 35 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.18 |
| HSL | 41.97º | 0.71% | 0.48% | - |
| HSV(B) | 41.97º | 0.83% | 0.82% | - |
| XYZ | 38.2 | 37.31 | 6.78 | - |
| YUV | 157.75 | 58.73 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 35 | 0 | 0.25 | 0.83 | 0.18 | 41.97 | 0.71 | 0.48 |
| Hex | D0 | 9C | 23 | 0 | 19 | 53 | 12 | 2A | 47 | 30 |
| Octal | 320 | 234 | 43 | 0 | 31 | 123 | 22 | 52 | 107 | 60 |
| Binary | 11010000 | 10011100 | 100011 | 0 | 11001 | 1010011 | 10010 | 101010 | 1000111 | 110000 |
Color Harmonies of #D09C23
Complementary color
Monochromatic Colors of #D09C23
Black with #D09C23
Text Example
Text Example
White with #D09C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09C23; }
p { color: rgb(208,156,35); }
H1.HeaderClassName
{
color: #D09C23;
}
.AnyTagClassName
{
color: #D09C23;
}
</style>
background-color css
<style>
a { background-color: #D09C23; }
a { background-color: rgb(208,156,35); }
div.DivClassName
{
background-color: #D09C23;
}
.BgClassName
{
background-color: #D09C23;
}
</style>
border-color css
<style>
span { border-color: #D09C23; }
span { border-color: rgb(208,156,35); }
td.TdClassName
{
border-color: #D09C23;
}
.TagClassName
{
border-color: #D09C23;
}
</style>