Shades of Galliano #CCA22A
Tints of Galliano #CCA22A
RGB
CMYK
RGB Variations
Color information
#CCA22A (or 0xCCA22A) is known color: Galliano. HEX triplet: CC, A2 and 2A. RGB value is (204,162,42). Sum of RGB (Red+Green+Blue) = 204+162+42=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA22A is #335DD5. Grayscale: #A1A1A1. Windows color (decimal): -3366358 or 2794188. OLE color: 2794188.
HSL color Cylindrical-coordinate representation of color #CCA22A: hue angle of 44.44º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCA22A is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 42 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.2 |
| HSL | 44.44º | 0.66% | 0.48% | - |
| HSV(B) | 44.44º | 0.79% | 0.8% | - |
| XYZ | 38.24 | 38.85 | 7.67 | - |
| YUV | 160.88 | 60.91 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 42 | 0 | 0.21 | 0.79 | 0.2 | 44.44 | 0.66 | 0.48 |
| Hex | CC | A2 | 2A | 0 | 15 | 4F | 14 | 2C | 42 | 30 |
| Octal | 314 | 242 | 52 | 0 | 25 | 117 | 24 | 54 | 102 | 60 |
| Binary | 11001100 | 10100010 | 101010 | 0 | 10101 | 1001111 | 10100 | 101100 | 1000010 | 110000 |
Color Harmonies of #CCA22A
Complementary color
Monochromatic Colors of #CCA22A
Black with #CCA22A
Text Example
Text Example
White with #CCA22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA22A; }
p { color: rgb(204,162,42); }
H1.HeaderClassName
{
color: #CCA22A;
}
.AnyTagClassName
{
color: #CCA22A;
}
</style>
background-color css
<style>
a { background-color: #CCA22A; }
a { background-color: rgb(204,162,42); }
div.DivClassName
{
background-color: #CCA22A;
}
.BgClassName
{
background-color: #CCA22A;
}
</style>
border-color css
<style>
span { border-color: #CCA22A; }
span { border-color: rgb(204,162,42); }
td.TdClassName
{
border-color: #CCA22A;
}
.TagClassName
{
border-color: #CCA22A;
}
</style>