Shades of Wattle #CCC537
Tints of Wattle #CCC537
RGB
CMYK
RGB Variations
Color information
#CCC537 (or 0xCCC537) is known color: Wattle. HEX triplet: CC, C5 and 37. RGB value is (204,197,55). Sum of RGB (Red+Green+Blue) = 204+197+55=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 55 (21.88% from 255 or 12.06% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC537 is #333AC8. Grayscale: #B7B7B7. Windows color (decimal): -3357385 or 3655116. OLE color: 3655116.
HSL color Cylindrical-coordinate representation of color #CCC537: hue angle of 57.18º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCC537 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 55 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.2 |
| HSL | 57.18º | 0.59% | 0.51% | - |
| HSV(B) | 57.18º | 0.73% | 0.8% | - |
| XYZ | 45.56 | 53.05 | 11.45 | - |
| YUV | 182.91 | 55.82 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 55 | 0 | 0.03 | 0.73 | 0.2 | 57.18 | 0.59 | 0.51 |
| Hex | CC | C5 | 37 | 0 | 3 | 49 | 14 | 39 | 3B | 33 |
| Octal | 314 | 305 | 67 | 0 | 3 | 111 | 24 | 71 | 73 | 63 |
| Binary | 11001100 | 11000101 | 110111 | 0 | 11 | 1001001 | 10100 | 111001 | 111011 | 110011 |
Color Harmonies of #CCC537
Complementary color
Monochromatic Colors of #CCC537
Black with #CCC537
Text Example
Text Example
White with #CCC537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC537; }
p { color: rgb(204,197,55); }
H1.HeaderClassName
{
color: #CCC537;
}
.AnyTagClassName
{
color: #CCC537;
}
</style>
background-color css
<style>
a { background-color: #CCC537; }
a { background-color: rgb(204,197,55); }
div.DivClassName
{
background-color: #CCC537;
}
.BgClassName
{
background-color: #CCC537;
}
</style>
border-color css
<style>
span { border-color: #CCC537; }
span { border-color: rgb(204,197,55); }
td.TdClassName
{
border-color: #CCC537;
}
.TagClassName
{
border-color: #CCC537;
}
</style>