Shades of Galliano #CCA21A
Tints of Galliano #CCA21A
RGB
CMYK
RGB Variations
Color information
#CCA21A (or 0xCCA21A) is known color: Galliano. HEX triplet: CC, A2 and 1A. RGB value is (204,162,26). Sum of RGB (Red+Green+Blue) = 204+162+26=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA21A is #335DE5. Grayscale: #9F9F9F. Windows color (decimal): -3366374 or 1745612. OLE color: 1745612.
HSL color Cylindrical-coordinate representation of color #CCA21A: hue angle of 45.84º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCA21A is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 26 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.2 |
| HSL | 45.84º | 0.77% | 0.45% | - |
| HSV(B) | 45.84º | 0.87% | 0.8% | - |
| XYZ | 38.01 | 38.75 | 6.45 | - |
| YUV | 159.05 | 52.91 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 26 | 0 | 0.21 | 0.87 | 0.2 | 45.84 | 0.77 | 0.45 |
| Hex | CC | A2 | 1A | 0 | 15 | 57 | 14 | 2E | 4D | 2D |
| Octal | 314 | 242 | 32 | 0 | 25 | 127 | 24 | 56 | 115 | 55 |
| Binary | 11001100 | 10100010 | 11010 | 0 | 10101 | 1010111 | 10100 | 101110 | 1001101 | 101101 |
Color Harmonies of #CCA21A
Complementary color
Monochromatic Colors of #CCA21A
Black with #CCA21A
Text Example
Text Example
White with #CCA21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA21A; }
p { color: rgb(204,162,26); }
H1.HeaderClassName
{
color: #CCA21A;
}
.AnyTagClassName
{
color: #CCA21A;
}
</style>
background-color css
<style>
a { background-color: #CCA21A; }
a { background-color: rgb(204,162,26); }
div.DivClassName
{
background-color: #CCA21A;
}
.BgClassName
{
background-color: #CCA21A;
}
</style>
border-color css
<style>
span { border-color: #CCA21A; }
span { border-color: rgb(204,162,26); }
td.TdClassName
{
border-color: #CCA21A;
}
.TagClassName
{
border-color: #CCA21A;
}
</style>