Shades of Galliano #CC9F1E
Tints of Galliano #CC9F1E
RGB
CMYK
RGB Variations
Color information
#CC9F1E (or 0xCC9F1E) is known color: Galliano. HEX triplet: CC, 9F and 1E. RGB value is (204,159,30). Sum of RGB (Red+Green+Blue) = 204+159+30=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9F1E is #3360E1. Grayscale: #9E9E9E. Windows color (decimal): -3367138 or 2006988. OLE color: 2006988.
HSL color Cylindrical-coordinate representation of color #CC9F1E: hue angle of 44.48º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC9F1E is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 159 | 30 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.2 |
| HSL | 44.48º | 0.74% | 0.46% | - |
| HSV(B) | 44.48º | 0.85% | 0.8% | - |
| XYZ | 37.53 | 37.73 | 6.53 | - |
| YUV | 157.75 | 55.91 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 159 | 30 | 0 | 0.22 | 0.85 | 0.2 | 44.48 | 0.74 | 0.46 |
| Hex | CC | 9F | 1E | 0 | 16 | 55 | 14 | 2C | 4A | 2E |
| Octal | 314 | 237 | 36 | 0 | 26 | 125 | 24 | 54 | 112 | 56 |
| Binary | 11001100 | 10011111 | 11110 | 0 | 10110 | 1010101 | 10100 | 101100 | 1001010 | 101110 |
Color Harmonies of #CC9F1E
Complementary color
Monochromatic Colors of #CC9F1E
Black with #CC9F1E
Text Example
Text Example
White with #CC9F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9F1E; }
p { color: rgb(204,159,30); }
H1.HeaderClassName
{
color: #CC9F1E;
}
.AnyTagClassName
{
color: #CC9F1E;
}
</style>
background-color css
<style>
a { background-color: #CC9F1E; }
a { background-color: rgb(204,159,30); }
div.DivClassName
{
background-color: #CC9F1E;
}
.BgClassName
{
background-color: #CC9F1E;
}
</style>
border-color css
<style>
span { border-color: #CC9F1E; }
span { border-color: rgb(204,159,30); }
td.TdClassName
{
border-color: #CC9F1E;
}
.TagClassName
{
border-color: #CC9F1E;
}
</style>