Shades of Galliano #CCAA15
Tints of Galliano #CCAA15
RGB
CMYK
RGB Variations
Color information
#CCAA15 (or 0xCCAA15) is known color: Galliano. HEX triplet: CC, AA and 15. RGB value is (204,170,21). Sum of RGB (Red+Green+Blue) = 204+170+21=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA15 is #3355EA. Grayscale: #A3A3A3. Windows color (decimal): -3364331 or 1419980. OLE color: 1419980.
HSL color Cylindrical-coordinate representation of color #CCAA15: hue angle of 48.85º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCAA15 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 21 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.2 |
| HSL | 48.85º | 0.81% | 0.44% | - |
| HSV(B) | 48.85º | 0.9% | 0.8% | - |
| XYZ | 39.41 | 41.64 | 6.67 | - |
| YUV | 163.18 | 47.76 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 21 | 0 | 0.17 | 0.90 | 0.2 | 48.85 | 0.81 | 0.44 |
| Hex | CC | AA | 15 | 0 | 11 | 5A | 14 | 31 | 51 | 2C |
| Octal | 314 | 252 | 25 | 0 | 21 | 132 | 24 | 61 | 121 | 54 |
| Binary | 11001100 | 10101010 | 10101 | 0 | 10001 | 1011010 | 10100 | 110001 | 1010001 | 101100 |
Color Harmonies of #CCAA15
Complementary color
Monochromatic Colors of #CCAA15
Black with #CCAA15
Text Example
Text Example
White with #CCAA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA15; }
p { color: rgb(204,170,21); }
H1.HeaderClassName
{
color: #CCAA15;
}
.AnyTagClassName
{
color: #CCAA15;
}
</style>
background-color css
<style>
a { background-color: #CCAA15; }
a { background-color: rgb(204,170,21); }
div.DivClassName
{
background-color: #CCAA15;
}
.BgClassName
{
background-color: #CCAA15;
}
</style>
border-color css
<style>
span { border-color: #CCAA15; }
span { border-color: rgb(204,170,21); }
td.TdClassName
{
border-color: #CCAA15;
}
.TagClassName
{
border-color: #CCAA15;
}
</style>