Shades of Galliano #CCA61E
Tints of Galliano #CCA61E
RGB
CMYK
RGB Variations
Color information
#CCA61E (or 0xCCA61E) is known color: Galliano. HEX triplet: CC, A6 and 1E. RGB value is (204,166,30). Sum of RGB (Red+Green+Blue) = 204+166+30=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA61E is #3359E1. Grayscale: #A2A2A2. Windows color (decimal): -3365346 or 2008780. OLE color: 2008780.
HSL color Cylindrical-coordinate representation of color #CCA61E: hue angle of 46.9º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCA61E is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 30 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.2 |
| HSL | 46.9º | 0.74% | 0.46% | - |
| HSV(B) | 46.9º | 0.85% | 0.8% | - |
| XYZ | 38.77 | 40.2 | 6.94 | - |
| YUV | 161.86 | 53.59 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 30 | 0 | 0.19 | 0.85 | 0.2 | 46.9 | 0.74 | 0.46 |
| Hex | CC | A6 | 1E | 0 | 13 | 55 | 14 | 2F | 4A | 2E |
| Octal | 314 | 246 | 36 | 0 | 23 | 125 | 24 | 57 | 112 | 56 |
| Binary | 11001100 | 10100110 | 11110 | 0 | 10011 | 1010101 | 10100 | 101111 | 1001010 | 101110 |
Color Harmonies of #CCA61E
Complementary color
Monochromatic Colors of #CCA61E
Black with #CCA61E
Text Example
Text Example
White with #CCA61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA61E; }
p { color: rgb(204,166,30); }
H1.HeaderClassName
{
color: #CCA61E;
}
.AnyTagClassName
{
color: #CCA61E;
}
</style>
background-color css
<style>
a { background-color: #CCA61E; }
a { background-color: rgb(204,166,30); }
div.DivClassName
{
background-color: #CCA61E;
}
.BgClassName
{
background-color: #CCA61E;
}
</style>
border-color css
<style>
span { border-color: #CCA61E; }
span { border-color: rgb(204,166,30); }
td.TdClassName
{
border-color: #CCA61E;
}
.TagClassName
{
border-color: #CCA61E;
}
</style>