Shades of Galliano #CCA01E
Tints of Galliano #CCA01E
RGB
CMYK
RGB Variations
Color information
#CCA01E (or 0xCCA01E) is known color: Galliano. HEX triplet: CC, A0 and 1E. RGB value is (204,160,30). Sum of RGB (Red+Green+Blue) = 204+160+30=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA01E is #335FE1. Grayscale: #9E9E9E. Windows color (decimal): -3366882 or 2007244. OLE color: 2007244.
HSL color Cylindrical-coordinate representation of color #CCA01E: hue angle of 44.83º 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 #CCA01E is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 30 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.2 |
| HSL | 44.83º | 0.74% | 0.46% | - |
| HSV(B) | 44.83º | 0.85% | 0.8% | - |
| XYZ | 37.71 | 38.07 | 6.59 | - |
| YUV | 158.34 | 55.58 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 30 | 0 | 0.22 | 0.85 | 0.2 | 44.83 | 0.74 | 0.46 |
| Hex | CC | A0 | 1E | 0 | 16 | 55 | 14 | 2D | 4A | 2E |
| Octal | 314 | 240 | 36 | 0 | 26 | 125 | 24 | 55 | 112 | 56 |
| Binary | 11001100 | 10100000 | 11110 | 0 | 10110 | 1010101 | 10100 | 101101 | 1001010 | 101110 |
Color Harmonies of #CCA01E
Complementary color
Monochromatic Colors of #CCA01E
Black with #CCA01E
Text Example
Text Example
White with #CCA01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA01E; }
p { color: rgb(204,160,30); }
H1.HeaderClassName
{
color: #CCA01E;
}
.AnyTagClassName
{
color: #CCA01E;
}
</style>
background-color css
<style>
a { background-color: #CCA01E; }
a { background-color: rgb(204,160,30); }
div.DivClassName
{
background-color: #CCA01E;
}
.BgClassName
{
background-color: #CCA01E;
}
</style>
border-color css
<style>
span { border-color: #CCA01E; }
span { border-color: rgb(204,160,30); }
td.TdClassName
{
border-color: #CCA01E;
}
.TagClassName
{
border-color: #CCA01E;
}
</style>