Shades of Galliano #CCA42B
Tints of Galliano #CCA42B
RGB
CMYK
RGB Variations
Color information
#CCA42B (or 0xCCA42B) is known color: Galliano. HEX triplet: CC, A4 and 2B. RGB value is (204,164,43). Sum of RGB (Red+Green+Blue) = 204+164+43=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA42B is #335BD4. Grayscale: #A2A2A2. Windows color (decimal): -3365845 or 2860236. OLE color: 2860236.
HSL color Cylindrical-coordinate representation of color #CCA42B: hue angle of 45.09º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCA42B is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 43 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.2 |
| HSL | 45.09º | 0.65% | 0.48% | - |
| HSV(B) | 45.09º | 0.79% | 0.8% | - |
| XYZ | 38.61 | 39.56 | 7.89 | - |
| YUV | 162.17 | 60.75 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 43 | 0 | 0.20 | 0.79 | 0.2 | 45.09 | 0.65 | 0.48 |
| Hex | CC | A4 | 2B | 0 | 14 | 4F | 14 | 2D | 41 | 30 |
| Octal | 314 | 244 | 53 | 0 | 24 | 117 | 24 | 55 | 101 | 60 |
| Binary | 11001100 | 10100100 | 101011 | 0 | 10100 | 1001111 | 10100 | 101101 | 1000001 | 110000 |
Color Harmonies of #CCA42B
Complementary color
Monochromatic Colors of #CCA42B
Black with #CCA42B
Text Example
Text Example
White with #CCA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA42B; }
p { color: rgb(204,164,43); }
H1.HeaderClassName
{
color: #CCA42B;
}
.AnyTagClassName
{
color: #CCA42B;
}
</style>
background-color css
<style>
a { background-color: #CCA42B; }
a { background-color: rgb(204,164,43); }
div.DivClassName
{
background-color: #CCA42B;
}
.BgClassName
{
background-color: #CCA42B;
}
</style>
border-color css
<style>
span { border-color: #CCA42B; }
span { border-color: rgb(204,164,43); }
td.TdClassName
{
border-color: #CCA42B;
}
.TagClassName
{
border-color: #CCA42B;
}
</style>