Shades of Galliano #CCA322
Tints of Galliano #CCA322
RGB
CMYK
RGB Variations
Color information
#CCA322 (or 0xCCA322) is known color: Galliano. HEX triplet: CC, A3 and 22. RGB value is (204,163,34). Sum of RGB (Red+Green+Blue) = 204+163+34=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA322 is #335CDD. Grayscale: #A1A1A1. Windows color (decimal): -3366110 or 2270156. OLE color: 2270156.
HSL color Cylindrical-coordinate representation of color #CCA322: hue angle of 45.53º 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 #CCA322 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 34 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.2 |
| HSL | 45.53º | 0.71% | 0.47% | - |
| HSV(B) | 45.53º | 0.83% | 0.8% | - |
| XYZ | 38.29 | 39.15 | 7.05 | - |
| YUV | 160.55 | 56.58 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 34 | 0 | 0.20 | 0.83 | 0.2 | 45.53 | 0.71 | 0.47 |
| Hex | CC | A3 | 22 | 0 | 14 | 53 | 14 | 2E | 47 | 2F |
| Octal | 314 | 243 | 42 | 0 | 24 | 123 | 24 | 56 | 107 | 57 |
| Binary | 11001100 | 10100011 | 100010 | 0 | 10100 | 1010011 | 10100 | 101110 | 1000111 | 101111 |
Color Harmonies of #CCA322
Complementary color
Monochromatic Colors of #CCA322
Black with #CCA322
Text Example
Text Example
White with #CCA322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA322; }
p { color: rgb(204,163,34); }
H1.HeaderClassName
{
color: #CCA322;
}
.AnyTagClassName
{
color: #CCA322;
}
</style>
background-color css
<style>
a { background-color: #CCA322; }
a { background-color: rgb(204,163,34); }
div.DivClassName
{
background-color: #CCA322;
}
.BgClassName
{
background-color: #CCA322;
}
</style>
border-color css
<style>
span { border-color: #CCA322; }
span { border-color: rgb(204,163,34); }
td.TdClassName
{
border-color: #CCA322;
}
.TagClassName
{
border-color: #CCA322;
}
</style>