Shades of Galliano #CCAA16
Tints of Galliano #CCAA16
RGB
CMYK
RGB Variations
Color information
#CCAA16 (or 0xCCAA16) is known color: Galliano. HEX triplet: CC, AA and 16. RGB value is (204,170,22). Sum of RGB (Red+Green+Blue) = 204+170+22=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA16 is #3355E9. Grayscale: #A3A3A3. Windows color (decimal): -3364330 or 1485516. OLE color: 1485516.
HSL color Cylindrical-coordinate representation of color #CCAA16: hue angle of 48.79º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCAA16 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 22 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.2 |
| HSL | 48.79º | 0.81% | 0.44% | - |
| HSV(B) | 48.79º | 0.89% | 0.8% | - |
| XYZ | 39.42 | 41.64 | 6.72 | - |
| YUV | 163.29 | 48.26 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 22 | 0 | 0.17 | 0.89 | 0.2 | 48.79 | 0.81 | 0.44 |
| Hex | CC | AA | 16 | 0 | 11 | 59 | 14 | 31 | 51 | 2C |
| Octal | 314 | 252 | 26 | 0 | 21 | 131 | 24 | 61 | 121 | 54 |
| Binary | 11001100 | 10101010 | 10110 | 0 | 10001 | 1011001 | 10100 | 110001 | 1010001 | 101100 |
Color Harmonies of #CCAA16
Complementary color
Monochromatic Colors of #CCAA16
Black with #CCAA16
Text Example
Text Example
White with #CCAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA16; }
p { color: rgb(204,170,22); }
H1.HeaderClassName
{
color: #CCAA16;
}
.AnyTagClassName
{
color: #CCAA16;
}
</style>
background-color css
<style>
a { background-color: #CCAA16; }
a { background-color: rgb(204,170,22); }
div.DivClassName
{
background-color: #CCAA16;
}
.BgClassName
{
background-color: #CCAA16;
}
</style>
border-color css
<style>
span { border-color: #CCAA16; }
span { border-color: rgb(204,170,22); }
td.TdClassName
{
border-color: #CCAA16;
}
.TagClassName
{
border-color: #CCAA16;
}
</style>