Shades of Galliano #CCA815
Tints of Galliano #CCA815
RGB
CMYK
RGB Variations
Color information
#CCA815 (or 0xCCA815) is known color: Galliano. HEX triplet: CC, A8 and 15. RGB value is (204,168,21). Sum of RGB (Red+Green+Blue) = 204+168+21=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA815 is #3357EA. Grayscale: #A2A2A2. Windows color (decimal): -3364843 or 1419468. OLE color: 1419468.
HSL color Cylindrical-coordinate representation of color #CCA815: hue angle of 48.2º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCA815 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 21 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.2 |
| HSL | 48.2º | 0.81% | 0.44% | - |
| HSV(B) | 48.2º | 0.9% | 0.8% | - |
| XYZ | 39.04 | 40.9 | 6.55 | - |
| YUV | 162.01 | 48.43 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 21 | 0 | 0.18 | 0.90 | 0.2 | 48.2 | 0.81 | 0.44 |
| Hex | CC | A8 | 15 | 0 | 12 | 5A | 14 | 30 | 51 | 2C |
| Octal | 314 | 250 | 25 | 0 | 22 | 132 | 24 | 60 | 121 | 54 |
| Binary | 11001100 | 10101000 | 10101 | 0 | 10010 | 1011010 | 10100 | 110000 | 1010001 | 101100 |
Color Harmonies of #CCA815
Complementary color
Monochromatic Colors of #CCA815
Black with #CCA815
Text Example
Text Example
White with #CCA815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA815; }
p { color: rgb(204,168,21); }
H1.HeaderClassName
{
color: #CCA815;
}
.AnyTagClassName
{
color: #CCA815;
}
</style>
background-color css
<style>
a { background-color: #CCA815; }
a { background-color: rgb(204,168,21); }
div.DivClassName
{
background-color: #CCA815;
}
.BgClassName
{
background-color: #CCA815;
}
</style>
border-color css
<style>
span { border-color: #CCA815; }
span { border-color: rgb(204,168,21); }
td.TdClassName
{
border-color: #CCA815;
}
.TagClassName
{
border-color: #CCA815;
}
</style>