Shades of Wattle #CCC839
Tints of Wattle #CCC839
RGB
CMYK
RGB Variations
Color information
#CCC839 (or 0xCCC839) is known color: Wattle. HEX triplet: CC, C8 and 39. RGB value is (204,200,57). Sum of RGB (Red+Green+Blue) = 204+200+57=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 57 (22.66% from 255 or 12.36% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC839 is #3337C6. Grayscale: #B9B9B9. Windows color (decimal): -3356615 or 3786956. OLE color: 3786956.
HSL color Cylindrical-coordinate representation of color #CCC839: hue angle of 58.37º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCC839 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 57 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.2 |
| HSL | 58.37º | 0.59% | 0.51% | - |
| HSV(B) | 58.37º | 0.72% | 0.8% | - |
| XYZ | 46.29 | 54.44 | 11.94 | - |
| YUV | 184.89 | 55.83 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 57 | 0 | 0.02 | 0.72 | 0.2 | 58.37 | 0.59 | 0.51 |
| Hex | CC | C8 | 39 | 0 | 2 | 48 | 14 | 3A | 3B | 33 |
| Octal | 314 | 310 | 71 | 0 | 2 | 110 | 24 | 72 | 73 | 63 |
| Binary | 11001100 | 11001000 | 111001 | 0 | 10 | 1001000 | 10100 | 111010 | 111011 | 110011 |
Color Harmonies of #CCC839
Complementary color
Monochromatic Colors of #CCC839
Black with #CCC839
Text Example
Text Example
White with #CCC839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC839; }
p { color: rgb(204,200,57); }
H1.HeaderClassName
{
color: #CCC839;
}
.AnyTagClassName
{
color: #CCC839;
}
</style>
background-color css
<style>
a { background-color: #CCC839; }
a { background-color: rgb(204,200,57); }
div.DivClassName
{
background-color: #CCC839;
}
.BgClassName
{
background-color: #CCC839;
}
</style>
border-color css
<style>
span { border-color: #CCC839; }
span { border-color: rgb(204,200,57); }
td.TdClassName
{
border-color: #CCC839;
}
.TagClassName
{
border-color: #CCC839;
}
</style>