Shades of Galliano #CCA72C
Tints of Galliano #CCA72C
RGB
CMYK
RGB Variations
Color information
#CCA72C (or 0xCCA72C) is known color: Galliano. HEX triplet: CC, A7 and 2C. RGB value is (204,167,44). Sum of RGB (Red+Green+Blue) = 204+167+44=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA72C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA72C is #3358D3. Grayscale: #A4A4A4. Windows color (decimal): -3365076 or 2926540. OLE color: 2926540.
HSL color Cylindrical-coordinate representation of color #CCA72C: hue angle of 46.12º 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 #CCA72C is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 44 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.2 |
| HSL | 46.13º | 0.65% | 0.49% | - |
| HSV(B) | 46.13º | 0.78% | 0.8% | - |
| XYZ | 39.18 | 40.66 | 8.17 | - |
| YUV | 164.04 | 60.26 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 44 | 0 | 0.18 | 0.78 | 0.2 | 46.13 | 0.65 | 0.49 |
| Hex | CC | A7 | 2C | 0 | 12 | 4E | 14 | 2E | 41 | 31 |
| Octal | 314 | 247 | 54 | 0 | 22 | 116 | 24 | 56 | 101 | 61 |
| Binary | 11001100 | 10100111 | 101100 | 0 | 10010 | 1001110 | 10100 | 101110 | 1000001 | 110001 |
Color Harmonies of #CCA72C
Complementary color
Monochromatic Colors of #CCA72C
Black with #CCA72C
Text Example
Text Example
White with #CCA72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA72C; }
p { color: rgb(204,167,44); }
H1.HeaderClassName
{
color: #CCA72C;
}
.AnyTagClassName
{
color: #CCA72C;
}
</style>
background-color css
<style>
a { background-color: #CCA72C; }
a { background-color: rgb(204,167,44); }
div.DivClassName
{
background-color: #CCA72C;
}
.BgClassName
{
background-color: #CCA72C;
}
</style>
border-color css
<style>
span { border-color: #CCA72C; }
span { border-color: rgb(204,167,44); }
td.TdClassName
{
border-color: #CCA72C;
}
.TagClassName
{
border-color: #CCA72C;
}
</style>