Shades of Galliano #CCA61A
Tints of Galliano #CCA61A
RGB
CMYK
RGB Variations
Color information
#CCA61A (or 0xCCA61A) is known color: Galliano. HEX triplet: CC, A6 and 1A. RGB value is (204,166,26). Sum of RGB (Red+Green+Blue) = 204+166+26=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA61A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA61A is #3359E5. Grayscale: #A2A2A2. Windows color (decimal): -3365350 or 1746636. OLE color: 1746636.
HSL color Cylindrical-coordinate representation of color #CCA61A: hue angle of 47.19º 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 #CCA61A is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 26 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.2 |
| HSL | 47.19º | 0.77% | 0.45% | - |
| HSV(B) | 47.19º | 0.87% | 0.8% | - |
| XYZ | 38.72 | 40.18 | 6.69 | - |
| YUV | 161.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 26 | 0 | 0.19 | 0.87 | 0.2 | 47.19 | 0.77 | 0.45 |
| Hex | CC | A6 | 1A | 0 | 13 | 57 | 14 | 2F | 4D | 2D |
| Octal | 314 | 246 | 32 | 0 | 23 | 127 | 24 | 57 | 115 | 55 |
| Binary | 11001100 | 10100110 | 11010 | 0 | 10011 | 1010111 | 10100 | 101111 | 1001101 | 101101 |
Color Harmonies of #CCA61A
Complementary color
Monochromatic Colors of #CCA61A
Black with #CCA61A
Text Example
Text Example
White with #CCA61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA61A; }
p { color: rgb(204,166,26); }
H1.HeaderClassName
{
color: #CCA61A;
}
.AnyTagClassName
{
color: #CCA61A;
}
</style>
background-color css
<style>
a { background-color: #CCA61A; }
a { background-color: rgb(204,166,26); }
div.DivClassName
{
background-color: #CCA61A;
}
.BgClassName
{
background-color: #CCA61A;
}
</style>
border-color css
<style>
span { border-color: #CCA61A; }
span { border-color: rgb(204,166,26); }
td.TdClassName
{
border-color: #CCA61A;
}
.TagClassName
{
border-color: #CCA61A;
}
</style>