Shades of Galliano #CCA21C
Tints of Galliano #CCA21C
RGB
CMYK
RGB Variations
Color information
#CCA21C (or 0xCCA21C) is known color: Galliano. HEX triplet: CC, A2 and 1C. RGB value is (204,162,28). Sum of RGB (Red+Green+Blue) = 204+162+28=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA21C is #335DE3. Grayscale: #9F9F9F. Windows color (decimal): -3366372 or 1876684. OLE color: 1876684.
HSL color Cylindrical-coordinate representation of color #CCA21C: hue angle of 45.68º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCA21C is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 28 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.2 |
| HSL | 45.68º | 0.76% | 0.45% | - |
| HSV(B) | 45.68º | 0.86% | 0.8% | - |
| XYZ | 38.03 | 38.76 | 6.58 | - |
| YUV | 159.28 | 53.91 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 28 | 0 | 0.21 | 0.86 | 0.2 | 45.68 | 0.76 | 0.45 |
| Hex | CC | A2 | 1C | 0 | 15 | 56 | 14 | 2E | 4C | 2D |
| Octal | 314 | 242 | 34 | 0 | 25 | 126 | 24 | 56 | 114 | 55 |
| Binary | 11001100 | 10100010 | 11100 | 0 | 10101 | 1010110 | 10100 | 101110 | 1001100 | 101101 |
Color Harmonies of #CCA21C
Complementary color
Monochromatic Colors of #CCA21C
Black with #CCA21C
Text Example
Text Example
White with #CCA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA21C; }
p { color: rgb(204,162,28); }
H1.HeaderClassName
{
color: #CCA21C;
}
.AnyTagClassName
{
color: #CCA21C;
}
</style>
background-color css
<style>
a { background-color: #CCA21C; }
a { background-color: rgb(204,162,28); }
div.DivClassName
{
background-color: #CCA21C;
}
.BgClassName
{
background-color: #CCA21C;
}
</style>
border-color css
<style>
span { border-color: #CCA21C; }
span { border-color: rgb(204,162,28); }
td.TdClassName
{
border-color: #CCA21C;
}
.TagClassName
{
border-color: #CCA21C;
}
</style>