Shades of Galliano #CC9E20
Tints of Galliano #CC9E20
RGB
CMYK
RGB Variations
Color information
#CC9E20 (or 0xCC9E20) is known color: Galliano. HEX triplet: CC, 9E and 20. RGB value is (204,158,32). Sum of RGB (Red+Green+Blue) = 204+158+32=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9E20 is #3361DF. Grayscale: #9D9D9D. Windows color (decimal): -3367392 or 2137804. OLE color: 2137804.
HSL color Cylindrical-coordinate representation of color #CC9E20: hue angle of 43.95º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC9E20 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 158 | 32 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.2 |
| HSL | 43.95º | 0.73% | 0.46% | - |
| HSV(B) | 43.95º | 0.84% | 0.8% | - |
| XYZ | 37.39 | 37.4 | 6.61 | - |
| YUV | 157.39 | 57.24 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 32 | 0 | 0.23 | 0.84 | 0.2 | 43.95 | 0.73 | 0.46 |
| Hex | CC | 9E | 20 | 0 | 17 | 54 | 14 | 2C | 49 | 2E |
| Octal | 314 | 236 | 40 | 0 | 27 | 124 | 24 | 54 | 111 | 56 |
| Binary | 11001100 | 10011110 | 100000 | 0 | 10111 | 1010100 | 10100 | 101100 | 1001001 | 101110 |
Color Harmonies of #CC9E20
Complementary color
Monochromatic Colors of #CC9E20
Black with #CC9E20
Text Example
Text Example
White with #CC9E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9E20; }
p { color: rgb(204,158,32); }
H1.HeaderClassName
{
color: #CC9E20;
}
.AnyTagClassName
{
color: #CC9E20;
}
</style>
background-color css
<style>
a { background-color: #CC9E20; }
a { background-color: rgb(204,158,32); }
div.DivClassName
{
background-color: #CC9E20;
}
.BgClassName
{
background-color: #CC9E20;
}
</style>
border-color css
<style>
span { border-color: #CC9E20; }
span { border-color: rgb(204,158,32); }
td.TdClassName
{
border-color: #CC9E20;
}
.TagClassName
{
border-color: #CC9E20;
}
</style>