Shades of Wild Willow #CCC956
Tints of Wild Willow #CCC956
RGB
CMYK
RGB Variations
Color information
#CCC956 (or 0xCCC956) is known color: Wild Willow. HEX triplet: CC, C9 and 56. RGB value is (204,201,86). Sum of RGB (Red+Green+Blue) = 204+201+86=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC956 is #3336A9. Grayscale: #BDBDBD. Windows color (decimal): -3356330 or 5687756. OLE color: 5687756.
HSL color Cylindrical-coordinate representation of color #CCC956: hue angle of 58.47º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCC956 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 86 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.2 |
| HSL | 58.47º | 0.54% | 0.57% | - |
| HSV(B) | 58.47º | 0.58% | 0.8% | - |
| XYZ | 47.47 | 55.28 | 16.97 | - |
| YUV | 188.79 | 69.99 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 86 | 0 | 0.01 | 0.58 | 0.2 | 58.47 | 0.54 | 0.57 |
| Hex | CC | C9 | 56 | 0 | 1 | 3A | 14 | 3A | 36 | 39 |
| Octal | 314 | 311 | 126 | 0 | 1 | 72 | 24 | 72 | 66 | 71 |
| Binary | 11001100 | 11001001 | 1010110 | 0 | 1 | 111010 | 10100 | 111010 | 110110 | 111001 |
Color Harmonies of #CCC956
Complementary color
Monochromatic Colors of #CCC956
Black with #CCC956
Text Example
Text Example
White with #CCC956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC956; }
p { color: rgb(204,201,86); }
H1.HeaderClassName
{
color: #CCC956;
}
.AnyTagClassName
{
color: #CCC956;
}
</style>
background-color css
<style>
a { background-color: #CCC956; }
a { background-color: rgb(204,201,86); }
div.DivClassName
{
background-color: #CCC956;
}
.BgClassName
{
background-color: #CCC956;
}
</style>
border-color css
<style>
span { border-color: #CCC956; }
span { border-color: rgb(204,201,86); }
td.TdClassName
{
border-color: #CCC956;
}
.TagClassName
{
border-color: #CCC956;
}
</style>