Shades of Galliano #CCA821
Tints of Galliano #CCA821
RGB
CMYK
RGB Variations
Color information
#CCA821 (or 0xCCA821) is known color: Galliano. HEX triplet: CC, A8 and 21. RGB value is (204,168,33). Sum of RGB (Red+Green+Blue) = 204+168+33=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA821 is #3357DE. Grayscale: #A3A3A3. Windows color (decimal): -3364831 or 2205900. OLE color: 2205900.
HSL color Cylindrical-coordinate representation of color #CCA821: hue angle of 47.37º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCA821 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 33 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.2 |
| HSL | 47.37º | 0.72% | 0.46% | - |
| HSV(B) | 47.37º | 0.84% | 0.8% | - |
| XYZ | 39.18 | 40.95 | 7.28 | - |
| YUV | 163.37 | 54.43 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 33 | 0 | 0.18 | 0.84 | 0.2 | 47.37 | 0.72 | 0.46 |
| Hex | CC | A8 | 21 | 0 | 12 | 54 | 14 | 2F | 48 | 2E |
| Octal | 314 | 250 | 41 | 0 | 22 | 124 | 24 | 57 | 110 | 56 |
| Binary | 11001100 | 10101000 | 100001 | 0 | 10010 | 1010100 | 10100 | 101111 | 1001000 | 101110 |
Color Harmonies of #CCA821
Complementary color
Monochromatic Colors of #CCA821
Black with #CCA821
Text Example
Text Example
White with #CCA821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA821; }
p { color: rgb(204,168,33); }
H1.HeaderClassName
{
color: #CCA821;
}
.AnyTagClassName
{
color: #CCA821;
}
</style>
background-color css
<style>
a { background-color: #CCA821; }
a { background-color: rgb(204,168,33); }
div.DivClassName
{
background-color: #CCA821;
}
.BgClassName
{
background-color: #CCA821;
}
</style>
border-color css
<style>
span { border-color: #CCA821; }
span { border-color: rgb(204,168,33); }
td.TdClassName
{
border-color: #CCA821;
}
.TagClassName
{
border-color: #CCA821;
}
</style>