Shades of Galliano #CC9D1E
Tints of Galliano #CC9D1E
RGB
CMYK
RGB Variations
Color information
#CC9D1E (or 0xCC9D1E) is known color: Galliano. HEX triplet: CC, 9D and 1E. RGB value is (204,157,30). Sum of RGB (Red+Green+Blue) = 204+157+30=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9D1E is #3362E1. Grayscale: #9D9D9D. Windows color (decimal): -3367650 or 2006476. OLE color: 2006476.
HSL color Cylindrical-coordinate representation of color #CC9D1E: hue angle of 43.79º 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 #CC9D1E is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 30 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.2 |
| HSL | 43.79º | 0.74% | 0.46% | - |
| HSV(B) | 43.79º | 0.85% | 0.8% | - |
| XYZ | 37.19 | 37.05 | 6.42 | - |
| YUV | 156.58 | 56.57 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 30 | 0 | 0.23 | 0.85 | 0.2 | 43.79 | 0.74 | 0.46 |
| Hex | CC | 9D | 1E | 0 | 17 | 55 | 14 | 2C | 4A | 2E |
| Octal | 314 | 235 | 36 | 0 | 27 | 125 | 24 | 54 | 112 | 56 |
| Binary | 11001100 | 10011101 | 11110 | 0 | 10111 | 1010101 | 10100 | 101100 | 1001010 | 101110 |
Color Harmonies of #CC9D1E
Complementary color
Monochromatic Colors of #CC9D1E
Black with #CC9D1E
Text Example
Text Example
White with #CC9D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9D1E; }
p { color: rgb(204,157,30); }
H1.HeaderClassName
{
color: #CC9D1E;
}
.AnyTagClassName
{
color: #CC9D1E;
}
</style>
background-color css
<style>
a { background-color: #CC9D1E; }
a { background-color: rgb(204,157,30); }
div.DivClassName
{
background-color: #CC9D1E;
}
.BgClassName
{
background-color: #CC9D1E;
}
</style>
border-color css
<style>
span { border-color: #CC9D1E; }
span { border-color: rgb(204,157,30); }
td.TdClassName
{
border-color: #CC9D1E;
}
.TagClassName
{
border-color: #CC9D1E;
}
</style>