Shades of Wild Willow #CCC854
Tints of Wild Willow #CCC854
RGB
CMYK
RGB Variations
Color information
#CCC854 (or 0xCCC854) is known color: Wild Willow. HEX triplet: CC, C8 and 54. RGB value is (204,200,84). Sum of RGB (Red+Green+Blue) = 204+200+84=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC854 is #3337AB. Grayscale: #BCBCBC. Windows color (decimal): -3356588 or 5556428. OLE color: 5556428.
HSL color Cylindrical-coordinate representation of color #CCC854: hue angle of 58º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCC854 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 84 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.2 |
| HSL | 58º | 0.54% | 0.56% | - |
| HSV(B) | 58º | 0.59% | 0.8% | - |
| XYZ | 47.16 | 54.79 | 16.48 | - |
| YUV | 187.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 84 | 0 | 0.02 | 0.59 | 0.2 | 58 | 0.54 | 0.56 |
| Hex | CC | C8 | 54 | 0 | 2 | 3B | 14 | 3A | 36 | 38 |
| Octal | 314 | 310 | 124 | 0 | 2 | 73 | 24 | 72 | 66 | 70 |
| Binary | 11001100 | 11001000 | 1010100 | 0 | 10 | 111011 | 10100 | 111010 | 110110 | 111000 |
Color Harmonies of #CCC854
Complementary color
Monochromatic Colors of #CCC854
Black with #CCC854
Text Example
Text Example
White with #CCC854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC854; }
p { color: rgb(204,200,84); }
H1.HeaderClassName
{
color: #CCC854;
}
.AnyTagClassName
{
color: #CCC854;
}
</style>
background-color css
<style>
a { background-color: #CCC854; }
a { background-color: rgb(204,200,84); }
div.DivClassName
{
background-color: #CCC854;
}
.BgClassName
{
background-color: #CCC854;
}
</style>
border-color css
<style>
span { border-color: #CCC854; }
span { border-color: rgb(204,200,84); }
td.TdClassName
{
border-color: #CCC854;
}
.TagClassName
{
border-color: #CCC854;
}
</style>