Shades of Wild Willow #CCC959
Tints of Wild Willow #CCC959
RGB
CMYK
RGB Variations
Color information
#CCC959 (or 0xCCC959) is known color: Wild Willow. HEX triplet: CC, C9 and 59. RGB value is (204,201,89). Sum of RGB (Red+Green+Blue) = 204+201+89=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC959 is #3336A6. Grayscale: #BDBDBD. Windows color (decimal): -3356327 or 5884364. OLE color: 5884364.
HSL color Cylindrical-coordinate representation of color #CCC959: hue angle of 58.43º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCC959 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 89 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.2 |
| HSL | 58.43º | 0.53% | 0.57% | - |
| HSV(B) | 58.43º | 0.56% | 0.8% | - |
| XYZ | 47.59 | 55.33 | 17.62 | - |
| YUV | 189.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 89 | 0 | 0.01 | 0.56 | 0.2 | 58.43 | 0.53 | 0.57 |
| Hex | CC | C9 | 59 | 0 | 1 | 38 | 14 | 3A | 35 | 39 |
| Octal | 314 | 311 | 131 | 0 | 1 | 70 | 24 | 72 | 65 | 71 |
| Binary | 11001100 | 11001001 | 1011001 | 0 | 1 | 111000 | 10100 | 111010 | 110101 | 111001 |
Color Harmonies of #CCC959
Complementary color
Monochromatic Colors of #CCC959
Black with #CCC959
Text Example
Text Example
White with #CCC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC959; }
p { color: rgb(204,201,89); }
H1.HeaderClassName
{
color: #CCC959;
}
.AnyTagClassName
{
color: #CCC959;
}
</style>
background-color css
<style>
a { background-color: #CCC959; }
a { background-color: rgb(204,201,89); }
div.DivClassName
{
background-color: #CCC959;
}
.BgClassName
{
background-color: #CCC959;
}
</style>
border-color css
<style>
span { border-color: #CCC959; }
span { border-color: rgb(204,201,89); }
td.TdClassName
{
border-color: #CCC959;
}
.TagClassName
{
border-color: #CCC959;
}
</style>