Shades of Galliano #CF9C24
Tints of Galliano #CF9C24
RGB
CMYK
RGB Variations
Color information
#CF9C24 (or 0xCF9C24) is known color: Galliano. HEX triplet: CF, 9C and 24. RGB value is (207,156,36). Sum of RGB (Red+Green+Blue) = 207+156+36=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 36 (14.45% from 255 or 9.02% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C24 is #3063DB. Grayscale: #9E9E9E. Windows color (decimal): -3171292 or 2399439. OLE color: 2399439.
HSL color Cylindrical-coordinate representation of color #CF9C24: hue angle of 42.11º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF9C24 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 36 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.19 |
| HSL | 42.11º | 0.7% | 0.48% | - |
| HSV(B) | 42.11º | 0.83% | 0.81% | - |
| XYZ | 37.94 | 37.17 | 6.84 | - |
| YUV | 157.57 | 59.4 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 36 | 0 | 0.25 | 0.83 | 0.19 | 42.11 | 0.7 | 0.48 |
| Hex | CF | 9C | 24 | 0 | 19 | 53 | 13 | 2A | 46 | 30 |
| Octal | 317 | 234 | 44 | 0 | 31 | 123 | 23 | 52 | 106 | 60 |
| Binary | 11001111 | 10011100 | 100100 | 0 | 11001 | 1010011 | 10011 | 101010 | 1000110 | 110000 |
Color Harmonies of #CF9C24
Complementary color
Monochromatic Colors of #CF9C24
Black with #CF9C24
Text Example
Text Example
White with #CF9C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C24; }
p { color: rgb(207,156,36); }
H1.HeaderClassName
{
color: #CF9C24;
}
.AnyTagClassName
{
color: #CF9C24;
}
</style>
background-color css
<style>
a { background-color: #CF9C24; }
a { background-color: rgb(207,156,36); }
div.DivClassName
{
background-color: #CF9C24;
}
.BgClassName
{
background-color: #CF9C24;
}
</style>
border-color css
<style>
span { border-color: #CF9C24; }
span { border-color: rgb(207,156,36); }
td.TdClassName
{
border-color: #CF9C24;
}
.TagClassName
{
border-color: #CF9C24;
}
</style>