Shades of Galliano #CCA22C
Tints of Galliano #CCA22C
RGB
CMYK
RGB Variations
Color information
#CCA22C (or 0xCCA22C) is known color: Galliano. HEX triplet: CC, A2 and 2C. RGB value is (204,162,44). Sum of RGB (Red+Green+Blue) = 204+162+44=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 44 (17.58% from 255 or 10.73% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA22C is #335DD3. Grayscale: #A1A1A1. Windows color (decimal): -3366356 or 2925260. OLE color: 2925260.
HSL color Cylindrical-coordinate representation of color #CCA22C: hue angle of 44.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCA22C is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 44 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.2 |
| HSL | 44.25º | 0.65% | 0.49% | - |
| HSV(B) | 44.25º | 0.78% | 0.8% | - |
| XYZ | 38.28 | 38.86 | 7.87 | - |
| YUV | 161.11 | 61.91 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 44 | 0 | 0.21 | 0.78 | 0.2 | 44.25 | 0.65 | 0.49 |
| Hex | CC | A2 | 2C | 0 | 15 | 4E | 14 | 2C | 41 | 31 |
| Octal | 314 | 242 | 54 | 0 | 25 | 116 | 24 | 54 | 101 | 61 |
| Binary | 11001100 | 10100010 | 101100 | 0 | 10101 | 1001110 | 10100 | 101100 | 1000001 | 110001 |
Color Harmonies of #CCA22C
Complementary color
Monochromatic Colors of #CCA22C
Black with #CCA22C
Text Example
Text Example
White with #CCA22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA22C; }
p { color: rgb(204,162,44); }
H1.HeaderClassName
{
color: #CCA22C;
}
.AnyTagClassName
{
color: #CCA22C;
}
</style>
background-color css
<style>
a { background-color: #CCA22C; }
a { background-color: rgb(204,162,44); }
div.DivClassName
{
background-color: #CCA22C;
}
.BgClassName
{
background-color: #CCA22C;
}
</style>
border-color css
<style>
span { border-color: #CCA22C; }
span { border-color: rgb(204,162,44); }
td.TdClassName
{
border-color: #CCA22C;
}
.TagClassName
{
border-color: #CCA22C;
}
</style>