Shades of Galliano #CCA222
Tints of Galliano #CCA222
RGB
CMYK
RGB Variations
Color information
#CCA222 (or 0xCCA222) is known color: Galliano. HEX triplet: CC, A2 and 22. RGB value is (204,162,34). Sum of RGB (Red+Green+Blue) = 204+162+34=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA222 is #335DDD. Grayscale: #A0A0A0. Windows color (decimal): -3366366 or 2269900. OLE color: 2269900.
HSL color Cylindrical-coordinate representation of color #CCA222: hue angle of 45.18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCA222 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 34 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.2 |
| HSL | 45.18º | 0.71% | 0.47% | - |
| HSV(B) | 45.18º | 0.83% | 0.8% | - |
| XYZ | 38.11 | 38.79 | 6.99 | - |
| YUV | 159.97 | 56.91 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 34 | 0 | 0.21 | 0.83 | 0.2 | 45.18 | 0.71 | 0.47 |
| Hex | CC | A2 | 22 | 0 | 15 | 53 | 14 | 2D | 47 | 2F |
| Octal | 314 | 242 | 42 | 0 | 25 | 123 | 24 | 55 | 107 | 57 |
| Binary | 11001100 | 10100010 | 100010 | 0 | 10101 | 1010011 | 10100 | 101101 | 1000111 | 101111 |
Color Harmonies of #CCA222
Complementary color
Monochromatic Colors of #CCA222
Black with #CCA222
Text Example
Text Example
White with #CCA222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA222; }
p { color: rgb(204,162,34); }
H1.HeaderClassName
{
color: #CCA222;
}
.AnyTagClassName
{
color: #CCA222;
}
</style>
background-color css
<style>
a { background-color: #CCA222; }
a { background-color: rgb(204,162,34); }
div.DivClassName
{
background-color: #CCA222;
}
.BgClassName
{
background-color: #CCA222;
}
</style>
border-color css
<style>
span { border-color: #CCA222; }
span { border-color: rgb(204,162,34); }
td.TdClassName
{
border-color: #CCA222;
}
.TagClassName
{
border-color: #CCA222;
}
</style>