Shades of Wattle #CCC540
Tints of Wattle #CCC540
RGB
CMYK
RGB Variations
Color information
#CCC540 (or 0xCCC540) is known color: Wattle. HEX triplet: CC, C5 and 40. RGB value is (204,197,64). Sum of RGB (Red+Green+Blue) = 204+197+64=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC540 is #333ABF. Grayscale: #B8B8B8. Windows color (decimal): -3357376 or 4244940. OLE color: 4244940.
HSL color Cylindrical-coordinate representation of color #CCC540: hue angle of 57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCC540 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 64 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.2 |
| HSL | 57º | 0.58% | 0.53% | - |
| HSV(B) | 57º | 0.69% | 0.8% | - |
| XYZ | 45.79 | 53.14 | 12.69 | - |
| YUV | 183.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 64 | 0 | 0.03 | 0.69 | 0.2 | 57 | 0.58 | 0.53 |
| Hex | CC | C5 | 40 | 0 | 3 | 45 | 14 | 39 | 3A | 35 |
| Octal | 314 | 305 | 100 | 0 | 3 | 105 | 24 | 71 | 72 | 65 |
| Binary | 11001100 | 11000101 | 1000000 | 0 | 11 | 1000101 | 10100 | 111001 | 111010 | 110101 |
Color Harmonies of #CCC540
Complementary color
Monochromatic Colors of #CCC540
Black with #CCC540
Text Example
Text Example
White with #CCC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC540; }
p { color: rgb(204,197,64); }
H1.HeaderClassName
{
color: #CCC540;
}
.AnyTagClassName
{
color: #CCC540;
}
</style>
background-color css
<style>
a { background-color: #CCC540; }
a { background-color: rgb(204,197,64); }
div.DivClassName
{
background-color: #CCC540;
}
.BgClassName
{
background-color: #CCC540;
}
</style>
border-color css
<style>
span { border-color: #CCC540; }
span { border-color: rgb(204,197,64); }
td.TdClassName
{
border-color: #CCC540;
}
.TagClassName
{
border-color: #CCC540;
}
</style>