Shades of Galliano #CCAA10
Tints of Galliano #CCAA10
RGB
CMYK
RGB Variations
Color information
#CCAA10 (or 0xCCAA10) is known color: Galliano. HEX triplet: CC, AA and 10. RGB value is (204,170,16). Sum of RGB (Red+Green+Blue) = 204+170+16=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA10 is #3355EF. Grayscale: #A3A3A3. Windows color (decimal): -3364336 or 1092300. OLE color: 1092300.
HSL color Cylindrical-coordinate representation of color #CCAA10: hue angle of 49.15º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCAA10 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 16 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.2 |
| HSL | 49.15º | 0.85% | 0.43% | - |
| HSV(B) | 49.15º | 0.92% | 0.8% | - |
| XYZ | 39.37 | 41.62 | 6.45 | - |
| YUV | 162.61 | 45.26 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 16 | 0 | 0.17 | 0.92 | 0.2 | 49.15 | 0.85 | 0.43 |
| Hex | CC | AA | 10 | 0 | 11 | 5C | 14 | 31 | 55 | 2B |
| Octal | 314 | 252 | 20 | 0 | 21 | 134 | 24 | 61 | 125 | 53 |
| Binary | 11001100 | 10101010 | 10000 | 0 | 10001 | 1011100 | 10100 | 110001 | 1010101 | 101011 |
Color Harmonies of #CCAA10
Complementary color
Monochromatic Colors of #CCAA10
Black with #CCAA10
Text Example
Text Example
White with #CCAA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA10; }
p { color: rgb(204,170,16); }
H1.HeaderClassName
{
color: #CCAA10;
}
.AnyTagClassName
{
color: #CCAA10;
}
</style>
background-color css
<style>
a { background-color: #CCAA10; }
a { background-color: rgb(204,170,16); }
div.DivClassName
{
background-color: #CCAA10;
}
.BgClassName
{
background-color: #CCAA10;
}
</style>
border-color css
<style>
span { border-color: #CCAA10; }
span { border-color: rgb(204,170,16); }
td.TdClassName
{
border-color: #CCAA10;
}
.TagClassName
{
border-color: #CCAA10;
}
</style>