Shades of Galliano #CCA122
Tints of Galliano #CCA122
RGB
CMYK
RGB Variations
Color information
#CCA122 (or 0xCCA122) is known color: Galliano. HEX triplet: CC, A1 and 22. RGB value is (204,161,34). Sum of RGB (Red+Green+Blue) = 204+161+34=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA122 is #335EDD. Grayscale: #9F9F9F. Windows color (decimal): -3366622 or 2269644. OLE color: 2269644.
HSL color Cylindrical-coordinate representation of color #CCA122: hue angle of 44.82º 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 #CCA122 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 34 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.2 |
| HSL | 44.82º | 0.71% | 0.47% | - |
| HSV(B) | 44.82º | 0.83% | 0.8% | - |
| XYZ | 37.94 | 38.44 | 6.93 | - |
| YUV | 159.38 | 57.25 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 34 | 0 | 0.21 | 0.83 | 0.2 | 44.82 | 0.71 | 0.47 |
| Hex | CC | A1 | 22 | 0 | 15 | 53 | 14 | 2D | 47 | 2F |
| Octal | 314 | 241 | 42 | 0 | 25 | 123 | 24 | 55 | 107 | 57 |
| Binary | 11001100 | 10100001 | 100010 | 0 | 10101 | 1010011 | 10100 | 101101 | 1000111 | 101111 |
Color Harmonies of #CCA122
Complementary color
Monochromatic Colors of #CCA122
Black with #CCA122
Text Example
Text Example
White with #CCA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA122; }
p { color: rgb(204,161,34); }
H1.HeaderClassName
{
color: #CCA122;
}
.AnyTagClassName
{
color: #CCA122;
}
</style>
background-color css
<style>
a { background-color: #CCA122; }
a { background-color: rgb(204,161,34); }
div.DivClassName
{
background-color: #CCA122;
}
.BgClassName
{
background-color: #CCA122;
}
</style>
border-color css
<style>
span { border-color: #CCA122; }
span { border-color: rgb(204,161,34); }
td.TdClassName
{
border-color: #CCA122;
}
.TagClassName
{
border-color: #CCA122;
}
</style>