Shades of Wattle #CCC535
Tints of Wattle #CCC535
RGB
CMYK
RGB Variations
Color information
#CCC535 (or 0xCCC535) is known color: Wattle. HEX triplet: CC, C5 and 35. RGB value is (204,197,53). Sum of RGB (Red+Green+Blue) = 204+197+53=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 53 (21.09% from 255 or 11.67% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC535 is #333ACA. Grayscale: #B7B7B7. Windows color (decimal): -3357387 or 3524044. OLE color: 3524044.
HSL color Cylindrical-coordinate representation of color #CCC535: hue angle of 57.22º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCC535 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 53 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.2 |
| HSL | 57.22º | 0.6% | 0.5% | - |
| HSV(B) | 57.22º | 0.74% | 0.8% | - |
| XYZ | 45.51 | 53.03 | 11.2 | - |
| YUV | 182.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 53 | 0 | 0.03 | 0.74 | 0.2 | 57.22 | 0.6 | 0.5 |
| Hex | CC | C5 | 35 | 0 | 3 | 4A | 14 | 39 | 3C | 32 |
| Octal | 314 | 305 | 65 | 0 | 3 | 112 | 24 | 71 | 74 | 62 |
| Binary | 11001100 | 11000101 | 110101 | 0 | 11 | 1001010 | 10100 | 111001 | 111100 | 110010 |
Color Harmonies of #CCC535
Complementary color
Monochromatic Colors of #CCC535
Black with #CCC535
Text Example
Text Example
White with #CCC535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC535; }
p { color: rgb(204,197,53); }
H1.HeaderClassName
{
color: #CCC535;
}
.AnyTagClassName
{
color: #CCC535;
}
</style>
background-color css
<style>
a { background-color: #CCC535; }
a { background-color: rgb(204,197,53); }
div.DivClassName
{
background-color: #CCC535;
}
.BgClassName
{
background-color: #CCC535;
}
</style>
border-color css
<style>
span { border-color: #CCC535; }
span { border-color: rgb(204,197,53); }
td.TdClassName
{
border-color: #CCC535;
}
.TagClassName
{
border-color: #CCC535;
}
</style>