Shades of Wattle #CCC54C
Tints of Wattle #CCC54C
RGB
CMYK
RGB Variations
Color information
#CCC54C (or 0xCCC54C) is known color: Wattle. HEX triplet: CC, C5 and 4C. RGB value is (204,197,76). Sum of RGB (Red+Green+Blue) = 204+197+76=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC54C is #333AB3. Grayscale: #B9B9B9. Windows color (decimal): -3357364 or 5031372. OLE color: 5031372.
HSL color Cylindrical-coordinate representation of color #CCC54C: hue angle of 56.72º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCC54C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 76 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.2 |
| HSL | 56.72º | 0.56% | 0.55% | - |
| HSV(B) | 56.72º | 0.63% | 0.8% | - |
| XYZ | 46.17 | 53.29 | 14.69 | - |
| YUV | 185.3 | 66.32 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 76 | 0 | 0.03 | 0.63 | 0.2 | 56.72 | 0.56 | 0.55 |
| Hex | CC | C5 | 4C | 0 | 3 | 3F | 14 | 39 | 38 | 37 |
| Octal | 314 | 305 | 114 | 0 | 3 | 77 | 24 | 71 | 70 | 67 |
| Binary | 11001100 | 11000101 | 1001100 | 0 | 11 | 111111 | 10100 | 111001 | 111000 | 110111 |
Color Harmonies of #CCC54C
Complementary color
Monochromatic Colors of #CCC54C
Black with #CCC54C
Text Example
Text Example
White with #CCC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC54C; }
p { color: rgb(204,197,76); }
H1.HeaderClassName
{
color: #CCC54C;
}
.AnyTagClassName
{
color: #CCC54C;
}
</style>
background-color css
<style>
a { background-color: #CCC54C; }
a { background-color: rgb(204,197,76); }
div.DivClassName
{
background-color: #CCC54C;
}
.BgClassName
{
background-color: #CCC54C;
}
</style>
border-color css
<style>
span { border-color: #CCC54C; }
span { border-color: rgb(204,197,76); }
td.TdClassName
{
border-color: #CCC54C;
}
.TagClassName
{
border-color: #CCC54C;
}
</style>