Shades of Galliano #CCAA14
Tints of Galliano #CCAA14
RGB
CMYK
RGB Variations
Color information
#CCAA14 (or 0xCCAA14) is known color: Galliano. HEX triplet: CC, AA and 14. RGB value is (204,170,20). Sum of RGB (Red+Green+Blue) = 204+170+20=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA14 is #3355EB. Grayscale: #A3A3A3. Windows color (decimal): -3364332 or 1354444. OLE color: 1354444.
HSL color Cylindrical-coordinate representation of color #CCAA14: hue angle of 48.91º degrees, saturation: 0.82, 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 #CCAA14 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 20 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.2 |
| HSL | 48.91º | 0.82% | 0.44% | - |
| HSV(B) | 48.91º | 0.9% | 0.8% | - |
| XYZ | 39.4 | 41.64 | 6.62 | - |
| YUV | 163.07 | 47.26 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 20 | 0 | 0.17 | 0.90 | 0.2 | 48.91 | 0.82 | 0.44 |
| Hex | CC | AA | 14 | 0 | 11 | 5A | 14 | 31 | 52 | 2C |
| Octal | 314 | 252 | 24 | 0 | 21 | 132 | 24 | 61 | 122 | 54 |
| Binary | 11001100 | 10101010 | 10100 | 0 | 10001 | 1011010 | 10100 | 110001 | 1010010 | 101100 |
Color Harmonies of #CCAA14
Complementary color
Monochromatic Colors of #CCAA14
Black with #CCAA14
Text Example
Text Example
White with #CCAA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA14; }
p { color: rgb(204,170,20); }
H1.HeaderClassName
{
color: #CCAA14;
}
.AnyTagClassName
{
color: #CCAA14;
}
</style>
background-color css
<style>
a { background-color: #CCAA14; }
a { background-color: rgb(204,170,20); }
div.DivClassName
{
background-color: #CCAA14;
}
.BgClassName
{
background-color: #CCAA14;
}
</style>
border-color css
<style>
span { border-color: #CCAA14; }
span { border-color: rgb(204,170,20); }
td.TdClassName
{
border-color: #CCAA14;
}
.TagClassName
{
border-color: #CCAA14;
}
</style>