Shades of Galliano #CCA824
Tints of Galliano #CCA824
RGB
CMYK
RGB Variations
Color information
#CCA824 (or 0xCCA824) is known color: Galliano. HEX triplet: CC, A8 and 24. RGB value is (204,168,36). Sum of RGB (Red+Green+Blue) = 204+168+36=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA824 is #3357DB. Grayscale: #A4A4A4. Windows color (decimal): -3364828 or 2402508. OLE color: 2402508.
HSL color Cylindrical-coordinate representation of color #CCA824: hue angle of 47.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCA824 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 36 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.2 |
| HSL | 47.14º | 0.7% | 0.47% | - |
| HSV(B) | 47.14º | 0.82% | 0.8% | - |
| XYZ | 39.22 | 40.97 | 7.51 | - |
| YUV | 163.72 | 55.93 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 36 | 0 | 0.18 | 0.82 | 0.2 | 47.14 | 0.7 | 0.47 |
| Hex | CC | A8 | 24 | 0 | 12 | 52 | 14 | 2F | 46 | 2F |
| Octal | 314 | 250 | 44 | 0 | 22 | 122 | 24 | 57 | 106 | 57 |
| Binary | 11001100 | 10101000 | 100100 | 0 | 10010 | 1010010 | 10100 | 101111 | 1000110 | 101111 |
Color Harmonies of #CCA824
Complementary color
Monochromatic Colors of #CCA824
Black with #CCA824
Text Example
Text Example
White with #CCA824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA824; }
p { color: rgb(204,168,36); }
H1.HeaderClassName
{
color: #CCA824;
}
.AnyTagClassName
{
color: #CCA824;
}
</style>
background-color css
<style>
a { background-color: #CCA824; }
a { background-color: rgb(204,168,36); }
div.DivClassName
{
background-color: #CCA824;
}
.BgClassName
{
background-color: #CCA824;
}
</style>
border-color css
<style>
span { border-color: #CCA824; }
span { border-color: rgb(204,168,36); }
td.TdClassName
{
border-color: #CCA824;
}
.TagClassName
{
border-color: #CCA824;
}
</style>