Shades of Wattle #CCC544
Tints of Wattle #CCC544
RGB
CMYK
RGB Variations
Color information
#CCC544 (or 0xCCC544) is known color: Wattle. HEX triplet: CC, C5 and 44. RGB value is (204,197,68). Sum of RGB (Red+Green+Blue) = 204+197+68=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC544 is #333ABB. Grayscale: #B8B8B8. Windows color (decimal): -3357372 or 4507084. OLE color: 4507084.
HSL color Cylindrical-coordinate representation of color #CCC544: hue angle of 56.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCC544 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 68 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.2 |
| HSL | 56.91º | 0.57% | 0.53% | - |
| HSV(B) | 56.91º | 0.67% | 0.8% | - |
| XYZ | 45.91 | 53.19 | 13.32 | - |
| YUV | 184.39 | 62.32 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 68 | 0 | 0.03 | 0.67 | 0.2 | 56.91 | 0.57 | 0.53 |
| Hex | CC | C5 | 44 | 0 | 3 | 43 | 14 | 39 | 39 | 35 |
| Octal | 314 | 305 | 104 | 0 | 3 | 103 | 24 | 71 | 71 | 65 |
| Binary | 11001100 | 11000101 | 1000100 | 0 | 11 | 1000011 | 10100 | 111001 | 111001 | 110101 |
Color Harmonies of #CCC544
Complementary color
Monochromatic Colors of #CCC544
Black with #CCC544
Text Example
Text Example
White with #CCC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC544; }
p { color: rgb(204,197,68); }
H1.HeaderClassName
{
color: #CCC544;
}
.AnyTagClassName
{
color: #CCC544;
}
</style>
background-color css
<style>
a { background-color: #CCC544; }
a { background-color: rgb(204,197,68); }
div.DivClassName
{
background-color: #CCC544;
}
.BgClassName
{
background-color: #CCC544;
}
</style>
border-color css
<style>
span { border-color: #CCC544; }
span { border-color: rgb(204,197,68); }
td.TdClassName
{
border-color: #CCC544;
}
.TagClassName
{
border-color: #CCC544;
}
</style>