Shades of Wattle #CCC53C
Tints of Wattle #CCC53C
RGB
CMYK
RGB Variations
Color information
#CCC53C (or 0xCCC53C) is known color: Wattle. HEX triplet: CC, C5 and 3C. RGB value is (204,197,60). Sum of RGB (Red+Green+Blue) = 204+197+60=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC53C is #333AC3. Grayscale: #B8B8B8. Windows color (decimal): -3357380 or 3982796. OLE color: 3982796.
HSL color Cylindrical-coordinate representation of color #CCC53C: hue angle of 57.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCC53C is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 60 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.2 |
| HSL | 57.08º | 0.59% | 0.52% | - |
| HSV(B) | 57.08º | 0.71% | 0.8% | - |
| XYZ | 45.68 | 53.1 | 12.12 | - |
| YUV | 183.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 60 | 0 | 0.03 | 0.71 | 0.2 | 57.08 | 0.59 | 0.52 |
| Hex | CC | C5 | 3C | 0 | 3 | 47 | 14 | 39 | 3B | 34 |
| Octal | 314 | 305 | 74 | 0 | 3 | 107 | 24 | 71 | 73 | 64 |
| Binary | 11001100 | 11000101 | 111100 | 0 | 11 | 1000111 | 10100 | 111001 | 111011 | 110100 |
Color Harmonies of #CCC53C
Complementary color
Monochromatic Colors of #CCC53C
Black with #CCC53C
Text Example
Text Example
White with #CCC53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC53C; }
p { color: rgb(204,197,60); }
H1.HeaderClassName
{
color: #CCC53C;
}
.AnyTagClassName
{
color: #CCC53C;
}
</style>
background-color css
<style>
a { background-color: #CCC53C; }
a { background-color: rgb(204,197,60); }
div.DivClassName
{
background-color: #CCC53C;
}
.BgClassName
{
background-color: #CCC53C;
}
</style>
border-color css
<style>
span { border-color: #CCC53C; }
span { border-color: rgb(204,197,60); }
td.TdClassName
{
border-color: #CCC53C;
}
.TagClassName
{
border-color: #CCC53C;
}
</style>