Shades of Galliano #CCA22D
Tints of Galliano #CCA22D
RGB
CMYK
RGB Variations
Color information
#CCA22D (or 0xCCA22D) is known color: Galliano. HEX triplet: CC, A2 and 2D. RGB value is (204,162,45). Sum of RGB (Red+Green+Blue) = 204+162+45=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA22D is #335DD2. Grayscale: #A1A1A1. Windows color (decimal): -3366355 or 2990796. OLE color: 2990796.
HSL color Cylindrical-coordinate representation of color #CCA22D: hue angle of 44.15º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCA22D is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 45 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.2 |
| HSL | 44.15º | 0.64% | 0.49% | - |
| HSV(B) | 44.15º | 0.78% | 0.8% | - |
| XYZ | 38.3 | 38.87 | 7.97 | - |
| YUV | 161.22 | 62.41 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 45 | 0 | 0.21 | 0.78 | 0.2 | 44.15 | 0.64 | 0.49 |
| Hex | CC | A2 | 2D | 0 | 15 | 4E | 14 | 2C | 40 | 31 |
| Octal | 314 | 242 | 55 | 0 | 25 | 116 | 24 | 54 | 100 | 61 |
| Binary | 11001100 | 10100010 | 101101 | 0 | 10101 | 1001110 | 10100 | 101100 | 1000000 | 110001 |
Color Harmonies of #CCA22D
Complementary color
Monochromatic Colors of #CCA22D
Black with #CCA22D
Text Example
Text Example
White with #CCA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA22D; }
p { color: rgb(204,162,45); }
H1.HeaderClassName
{
color: #CCA22D;
}
.AnyTagClassName
{
color: #CCA22D;
}
</style>
background-color css
<style>
a { background-color: #CCA22D; }
a { background-color: rgb(204,162,45); }
div.DivClassName
{
background-color: #CCA22D;
}
.BgClassName
{
background-color: #CCA22D;
}
</style>
border-color css
<style>
span { border-color: #CCA22D; }
span { border-color: rgb(204,162,45); }
td.TdClassName
{
border-color: #CCA22D;
}
.TagClassName
{
border-color: #CCA22D;
}
</style>