Shades of Galliano #CCA11D
Tints of Galliano #CCA11D
RGB
CMYK
RGB Variations
Color information
#CCA11D (or 0xCCA11D) is known color: Galliano. HEX triplet: CC, A1 and 1D. RGB value is (204,161,29). Sum of RGB (Red+Green+Blue) = 204+161+29=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA11D is #335EE2. Grayscale: #9F9F9F. Windows color (decimal): -3366627 or 1941964. OLE color: 1941964.
HSL color Cylindrical-coordinate representation of color #CCA11D: hue angle of 45.26º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCA11D is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 29 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.2 |
| HSL | 45.26º | 0.75% | 0.46% | - |
| HSV(B) | 45.26º | 0.86% | 0.8% | - |
| XYZ | 37.87 | 38.42 | 6.58 | - |
| YUV | 158.81 | 54.75 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 29 | 0 | 0.21 | 0.86 | 0.2 | 45.26 | 0.75 | 0.46 |
| Hex | CC | A1 | 1D | 0 | 15 | 56 | 14 | 2D | 4B | 2E |
| Octal | 314 | 241 | 35 | 0 | 25 | 126 | 24 | 55 | 113 | 56 |
| Binary | 11001100 | 10100001 | 11101 | 0 | 10101 | 1010110 | 10100 | 101101 | 1001011 | 101110 |
Color Harmonies of #CCA11D
Complementary color
Monochromatic Colors of #CCA11D
Black with #CCA11D
Text Example
Text Example
White with #CCA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA11D; }
p { color: rgb(204,161,29); }
H1.HeaderClassName
{
color: #CCA11D;
}
.AnyTagClassName
{
color: #CCA11D;
}
</style>
background-color css
<style>
a { background-color: #CCA11D; }
a { background-color: rgb(204,161,29); }
div.DivClassName
{
background-color: #CCA11D;
}
.BgClassName
{
background-color: #CCA11D;
}
</style>
border-color css
<style>
span { border-color: #CCA11D; }
span { border-color: rgb(204,161,29); }
td.TdClassName
{
border-color: #CCA11D;
}
.TagClassName
{
border-color: #CCA11D;
}
</style>