Shades of Galliano #CC9C24
Tints of Galliano #CC9C24
RGB
CMYK
RGB Variations
Color information
#CC9C24 (or 0xCC9C24) is known color: Galliano. HEX triplet: CC, 9C and 24. RGB value is (204,156,36). Sum of RGB (Red+Green+Blue) = 204+156+36=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 36 (14.45% from 255 or 9.09% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9C24 is #3363DB. Grayscale: #9D9D9D. Windows color (decimal): -3367900 or 2399436. OLE color: 2399436.
HSL color Cylindrical-coordinate representation of color #CC9C24: hue angle of 42.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC9C24 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 36 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.2 |
| HSL | 42.86º | 0.7% | 0.47% | - |
| HSV(B) | 42.86º | 0.82% | 0.8% | - |
| XYZ | 37.11 | 36.74 | 6.81 | - |
| YUV | 156.67 | 59.9 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 36 | 0 | 0.24 | 0.82 | 0.2 | 42.86 | 0.7 | 0.47 |
| Hex | CC | 9C | 24 | 0 | 18 | 52 | 14 | 2B | 46 | 2F |
| Octal | 314 | 234 | 44 | 0 | 30 | 122 | 24 | 53 | 106 | 57 |
| Binary | 11001100 | 10011100 | 100100 | 0 | 11000 | 1010010 | 10100 | 101011 | 1000110 | 101111 |
Color Harmonies of #CC9C24
Complementary color
Monochromatic Colors of #CC9C24
Black with #CC9C24
Text Example
Text Example
White with #CC9C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C24; }
p { color: rgb(204,156,36); }
H1.HeaderClassName
{
color: #CC9C24;
}
.AnyTagClassName
{
color: #CC9C24;
}
</style>
background-color css
<style>
a { background-color: #CC9C24; }
a { background-color: rgb(204,156,36); }
div.DivClassName
{
background-color: #CC9C24;
}
.BgClassName
{
background-color: #CC9C24;
}
</style>
border-color css
<style>
span { border-color: #CC9C24; }
span { border-color: rgb(204,156,36); }
td.TdClassName
{
border-color: #CC9C24;
}
.TagClassName
{
border-color: #CC9C24;
}
</style>