Shades of Galliano #CCA915
Tints of Galliano #CCA915
RGB
CMYK
RGB Variations
Color information
#CCA915 (or 0xCCA915) is known color: Galliano. HEX triplet: CC, A9 and 15. RGB value is (204,169,21). Sum of RGB (Red+Green+Blue) = 204+169+21=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA915 is #3356EA. Grayscale: #A3A3A3. Windows color (decimal): -3364587 or 1419724. OLE color: 1419724.
HSL color Cylindrical-coordinate representation of color #CCA915: hue angle of 48.52º 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 #CCA915 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 169 | 21 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.2 |
| HSL | 48.52º | 0.81% | 0.44% | - |
| HSV(B) | 48.52º | 0.9% | 0.8% | - |
| XYZ | 39.23 | 41.27 | 6.61 | - |
| YUV | 162.59 | 48.1 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 21 | 0 | 0.17 | 0.90 | 0.2 | 48.52 | 0.81 | 0.44 |
| Hex | CC | A9 | 15 | 0 | 11 | 5A | 14 | 31 | 51 | 2C |
| Octal | 314 | 251 | 25 | 0 | 21 | 132 | 24 | 61 | 121 | 54 |
| Binary | 11001100 | 10101001 | 10101 | 0 | 10001 | 1011010 | 10100 | 110001 | 1010001 | 101100 |
Color Harmonies of #CCA915
Complementary color
Monochromatic Colors of #CCA915
Black with #CCA915
Text Example
Text Example
White with #CCA915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA915; }
p { color: rgb(204,169,21); }
H1.HeaderClassName
{
color: #CCA915;
}
.AnyTagClassName
{
color: #CCA915;
}
</style>
background-color css
<style>
a { background-color: #CCA915; }
a { background-color: rgb(204,169,21); }
div.DivClassName
{
background-color: #CCA915;
}
.BgClassName
{
background-color: #CCA915;
}
</style>
border-color css
<style>
span { border-color: #CCA915; }
span { border-color: rgb(204,169,21); }
td.TdClassName
{
border-color: #CCA915;
}
.TagClassName
{
border-color: #CCA915;
}
</style>