Shades of Wattle #CCC538
Tints of Wattle #CCC538
RGB
CMYK
RGB Variations
Color information
#CCC538 (or 0xCCC538) is known color: Wattle. HEX triplet: CC, C5 and 38. RGB value is (204,197,56). Sum of RGB (Red+Green+Blue) = 204+197+56=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 56 (22.27% from 255 or 12.25% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC538 is #333AC7. Grayscale: #B7B7B7. Windows color (decimal): -3357384 or 3720652. OLE color: 3720652.
HSL color Cylindrical-coordinate representation of color #CCC538: hue angle of 57.16º 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 #CCC538 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 56 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.2 |
| HSL | 57.16º | 0.59% | 0.51% | - |
| HSV(B) | 57.16º | 0.73% | 0.8% | - |
| XYZ | 45.58 | 53.06 | 11.58 | - |
| YUV | 183.02 | 56.32 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 56 | 0 | 0.03 | 0.73 | 0.2 | 57.16 | 0.59 | 0.51 |
| Hex | CC | C5 | 38 | 0 | 3 | 49 | 14 | 39 | 3B | 33 |
| Octal | 314 | 305 | 70 | 0 | 3 | 111 | 24 | 71 | 73 | 63 |
| Binary | 11001100 | 11000101 | 111000 | 0 | 11 | 1001001 | 10100 | 111001 | 111011 | 110011 |
Color Harmonies of #CCC538
Complementary color
Monochromatic Colors of #CCC538
Black with #CCC538
Text Example
Text Example
White with #CCC538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC538; }
p { color: rgb(204,197,56); }
H1.HeaderClassName
{
color: #CCC538;
}
.AnyTagClassName
{
color: #CCC538;
}
</style>
background-color css
<style>
a { background-color: #CCC538; }
a { background-color: rgb(204,197,56); }
div.DivClassName
{
background-color: #CCC538;
}
.BgClassName
{
background-color: #CCC538;
}
</style>
border-color css
<style>
span { border-color: #CCC538; }
span { border-color: rgb(204,197,56); }
td.TdClassName
{
border-color: #CCC538;
}
.TagClassName
{
border-color: #CCC538;
}
</style>