Shades of Wattle #CCC53B
Tints of Wattle #CCC53B
RGB
CMYK
RGB Variations
Color information
#CCC53B (or 0xCCC53B) is known color: Wattle. HEX triplet: CC, C5 and 3B. RGB value is (204,197,59). Sum of RGB (Red+Green+Blue) = 204+197+59=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 59 (23.44% from 255 or 12.83% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC53B is #333AC4. Grayscale: #B7B7B7. Windows color (decimal): -3357381 or 3917260. OLE color: 3917260.
HSL color Cylindrical-coordinate representation of color #CCC53B: hue angle of 57.1º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCC53B is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 59 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.2 |
| HSL | 57.1º | 0.59% | 0.52% | - |
| HSV(B) | 57.1º | 0.71% | 0.8% | - |
| XYZ | 45.66 | 53.09 | 11.98 | - |
| YUV | 183.36 | 57.82 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 59 | 0 | 0.03 | 0.71 | 0.2 | 57.1 | 0.59 | 0.52 |
| Hex | CC | C5 | 3B | 0 | 3 | 47 | 14 | 39 | 3B | 34 |
| Octal | 314 | 305 | 73 | 0 | 3 | 107 | 24 | 71 | 73 | 64 |
| Binary | 11001100 | 11000101 | 111011 | 0 | 11 | 1000111 | 10100 | 111001 | 111011 | 110100 |
Color Harmonies of #CCC53B
Complementary color
Monochromatic Colors of #CCC53B
Black with #CCC53B
Text Example
Text Example
White with #CCC53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC53B; }
p { color: rgb(204,197,59); }
H1.HeaderClassName
{
color: #CCC53B;
}
.AnyTagClassName
{
color: #CCC53B;
}
</style>
background-color css
<style>
a { background-color: #CCC53B; }
a { background-color: rgb(204,197,59); }
div.DivClassName
{
background-color: #CCC53B;
}
.BgClassName
{
background-color: #CCC53B;
}
</style>
border-color css
<style>
span { border-color: #CCC53B; }
span { border-color: rgb(204,197,59); }
td.TdClassName
{
border-color: #CCC53B;
}
.TagClassName
{
border-color: #CCC53B;
}
</style>