Shades of Galliano #CCA622
Tints of Galliano #CCA622
RGB
CMYK
RGB Variations
Color information
#CCA622 (or 0xCCA622) is known color: Galliano. HEX triplet: CC, A6 and 22. RGB value is (204,166,34). Sum of RGB (Red+Green+Blue) = 204+166+34=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA622 is #3359DD. Grayscale: #A2A2A2. Windows color (decimal): -3365342 or 2270924. OLE color: 2270924.
HSL color Cylindrical-coordinate representation of color #CCA622: hue angle of 46.59º 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 #CCA622 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 34 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.2 |
| HSL | 46.59º | 0.71% | 0.47% | - |
| HSV(B) | 46.59º | 0.83% | 0.8% | - |
| XYZ | 38.83 | 40.23 | 7.23 | - |
| YUV | 162.31 | 55.59 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 34 | 0 | 0.19 | 0.83 | 0.2 | 46.59 | 0.71 | 0.47 |
| Hex | CC | A6 | 22 | 0 | 13 | 53 | 14 | 2F | 47 | 2F |
| Octal | 314 | 246 | 42 | 0 | 23 | 123 | 24 | 57 | 107 | 57 |
| Binary | 11001100 | 10100110 | 100010 | 0 | 10011 | 1010011 | 10100 | 101111 | 1000111 | 101111 |
Color Harmonies of #CCA622
Complementary color
Monochromatic Colors of #CCA622
Black with #CCA622
Text Example
Text Example
White with #CCA622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA622; }
p { color: rgb(204,166,34); }
H1.HeaderClassName
{
color: #CCA622;
}
.AnyTagClassName
{
color: #CCA622;
}
</style>
background-color css
<style>
a { background-color: #CCA622; }
a { background-color: rgb(204,166,34); }
div.DivClassName
{
background-color: #CCA622;
}
.BgClassName
{
background-color: #CCA622;
}
</style>
border-color css
<style>
span { border-color: #CCA622; }
span { border-color: rgb(204,166,34); }
td.TdClassName
{
border-color: #CCA622;
}
.TagClassName
{
border-color: #CCA622;
}
</style>