Shades of Wattle #CCC837
Tints of Wattle #CCC837
RGB
CMYK
RGB Variations
Color information
#CCC837 (or 0xCCC837) is known color: Wattle. HEX triplet: CC, C8 and 37. RGB value is (204,200,55). Sum of RGB (Red+Green+Blue) = 204+200+55=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 55 (21.88% from 255 or 11.98% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC837 is #3337C8. Grayscale: #B9B9B9. Windows color (decimal): -3356617 or 3655884. OLE color: 3655884.
HSL color Cylindrical-coordinate representation of color #CCC837: hue angle of 58.39º 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 #CCC837 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 55 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.2 |
| HSL | 58.39º | 0.59% | 0.51% | - |
| HSV(B) | 58.39º | 0.73% | 0.8% | - |
| XYZ | 46.25 | 54.42 | 11.68 | - |
| YUV | 184.67 | 54.83 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 55 | 0 | 0.02 | 0.73 | 0.2 | 58.39 | 0.59 | 0.51 |
| Hex | CC | C8 | 37 | 0 | 2 | 49 | 14 | 3A | 3B | 33 |
| Octal | 314 | 310 | 67 | 0 | 2 | 111 | 24 | 72 | 73 | 63 |
| Binary | 11001100 | 11001000 | 110111 | 0 | 10 | 1001001 | 10100 | 111010 | 111011 | 110011 |
Color Harmonies of #CCC837
Complementary color
Monochromatic Colors of #CCC837
Black with #CCC837
Text Example
Text Example
White with #CCC837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC837; }
p { color: rgb(204,200,55); }
H1.HeaderClassName
{
color: #CCC837;
}
.AnyTagClassName
{
color: #CCC837;
}
</style>
background-color css
<style>
a { background-color: #CCC837; }
a { background-color: rgb(204,200,55); }
div.DivClassName
{
background-color: #CCC837;
}
.BgClassName
{
background-color: #CCC837;
}
</style>
border-color css
<style>
span { border-color: #CCC837; }
span { border-color: rgb(204,200,55); }
td.TdClassName
{
border-color: #CCC837;
}
.TagClassName
{
border-color: #CCC837;
}
</style>