Shades of Galliano #CCA71E
Tints of Galliano #CCA71E
RGB
CMYK
RGB Variations
Color information
#CCA71E (or 0xCCA71E) is known color: Galliano. HEX triplet: CC, A7 and 1E. RGB value is (204,167,30). Sum of RGB (Red+Green+Blue) = 204+167+30=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA71E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA71E is #3358E1. Grayscale: #A3A3A3. Windows color (decimal): -3365090 or 2009036. OLE color: 2009036.
HSL color Cylindrical-coordinate representation of color #CCA71E: hue angle of 47.24º 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 #CCA71E is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 30 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.2 |
| HSL | 47.24º | 0.74% | 0.46% | - |
| HSV(B) | 47.24º | 0.85% | 0.8% | - |
| XYZ | 38.95 | 40.57 | 7.01 | - |
| YUV | 162.45 | 53.26 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 30 | 0 | 0.18 | 0.85 | 0.2 | 47.24 | 0.74 | 0.46 |
| Hex | CC | A7 | 1E | 0 | 12 | 55 | 14 | 2F | 4A | 2E |
| Octal | 314 | 247 | 36 | 0 | 22 | 125 | 24 | 57 | 112 | 56 |
| Binary | 11001100 | 10100111 | 11110 | 0 | 10010 | 1010101 | 10100 | 101111 | 1001010 | 101110 |
Color Harmonies of #CCA71E
Complementary color
Monochromatic Colors of #CCA71E
Black with #CCA71E
Text Example
Text Example
White with #CCA71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA71E; }
p { color: rgb(204,167,30); }
H1.HeaderClassName
{
color: #CCA71E;
}
.AnyTagClassName
{
color: #CCA71E;
}
</style>
background-color css
<style>
a { background-color: #CCA71E; }
a { background-color: rgb(204,167,30); }
div.DivClassName
{
background-color: #CCA71E;
}
.BgClassName
{
background-color: #CCA71E;
}
</style>
border-color css
<style>
span { border-color: #CCA71E; }
span { border-color: rgb(204,167,30); }
td.TdClassName
{
border-color: #CCA71E;
}
.TagClassName
{
border-color: #CCA71E;
}
</style>