Shades of Galliano #CCA62C
Tints of Galliano #CCA62C
RGB
CMYK
RGB Variations
Color information
#CCA62C (or 0xCCA62C) is known color: Galliano. HEX triplet: CC, A6 and 2C. RGB value is (204,166,44). Sum of RGB (Red+Green+Blue) = 204+166+44=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA62C is #3359D3. Grayscale: #A3A3A3. Windows color (decimal): -3365332 or 2926284. OLE color: 2926284.
HSL color Cylindrical-coordinate representation of color #CCA62C: hue angle of 45.75º degrees, saturation: 0.65, 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 #CCA62C is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 44 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.2 |
| HSL | 45.75º | 0.65% | 0.49% | - |
| HSV(B) | 45.75º | 0.78% | 0.8% | - |
| XYZ | 38.99 | 40.29 | 8.1 | - |
| YUV | 163.45 | 60.59 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 44 | 0 | 0.19 | 0.78 | 0.2 | 45.75 | 0.65 | 0.49 |
| Hex | CC | A6 | 2C | 0 | 13 | 4E | 14 | 2E | 41 | 31 |
| Octal | 314 | 246 | 54 | 0 | 23 | 116 | 24 | 56 | 101 | 61 |
| Binary | 11001100 | 10100110 | 101100 | 0 | 10011 | 1001110 | 10100 | 101110 | 1000001 | 110001 |
Color Harmonies of #CCA62C
Complementary color
Monochromatic Colors of #CCA62C
Black with #CCA62C
Text Example
Text Example
White with #CCA62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA62C; }
p { color: rgb(204,166,44); }
H1.HeaderClassName
{
color: #CCA62C;
}
.AnyTagClassName
{
color: #CCA62C;
}
</style>
background-color css
<style>
a { background-color: #CCA62C; }
a { background-color: rgb(204,166,44); }
div.DivClassName
{
background-color: #CCA62C;
}
.BgClassName
{
background-color: #CCA62C;
}
</style>
border-color css
<style>
span { border-color: #CCA62C; }
span { border-color: rgb(204,166,44); }
td.TdClassName
{
border-color: #CCA62C;
}
.TagClassName
{
border-color: #CCA62C;
}
</style>