Shades of Galliano #CCA621
Tints of Galliano #CCA621
RGB
CMYK
RGB Variations
Color information
#CCA621 (or 0xCCA621) is known color: Galliano. HEX triplet: CC, A6 and 21. RGB value is (204,166,33). Sum of RGB (Red+Green+Blue) = 204+166+33=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA621 is #3359DE. Grayscale: #A2A2A2. Windows color (decimal): -3365343 or 2205388. OLE color: 2205388.
HSL color Cylindrical-coordinate representation of color #CCA621: hue angle of 46.67º 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 #CCA621 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 33 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.2 |
| HSL | 46.67º | 0.72% | 0.46% | - |
| HSV(B) | 46.67º | 0.84% | 0.8% | - |
| XYZ | 38.81 | 40.22 | 7.16 | - |
| YUV | 162.2 | 55.09 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 33 | 0 | 0.19 | 0.84 | 0.2 | 46.67 | 0.72 | 0.46 |
| Hex | CC | A6 | 21 | 0 | 13 | 54 | 14 | 2F | 48 | 2E |
| Octal | 314 | 246 | 41 | 0 | 23 | 124 | 24 | 57 | 110 | 56 |
| Binary | 11001100 | 10100110 | 100001 | 0 | 10011 | 1010100 | 10100 | 101111 | 1001000 | 101110 |
Color Harmonies of #CCA621
Complementary color
Monochromatic Colors of #CCA621
Black with #CCA621
Text Example
Text Example
White with #CCA621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA621; }
p { color: rgb(204,166,33); }
H1.HeaderClassName
{
color: #CCA621;
}
.AnyTagClassName
{
color: #CCA621;
}
</style>
background-color css
<style>
a { background-color: #CCA621; }
a { background-color: rgb(204,166,33); }
div.DivClassName
{
background-color: #CCA621;
}
.BgClassName
{
background-color: #CCA621;
}
</style>
border-color css
<style>
span { border-color: #CCA621; }
span { border-color: rgb(204,166,33); }
td.TdClassName
{
border-color: #CCA621;
}
.TagClassName
{
border-color: #CCA621;
}
</style>