Shades of Wild Willow #CCCF53
Tints of Wild Willow #CCCF53
RGB
CMYK
RGB Variations
Color information
#CCCF53 (or 0xCCCF53) is known color: Wild Willow. HEX triplet: CC, CF and 53. RGB value is (204,207,83). Sum of RGB (Red+Green+Blue) = 204+207+83=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF53 is #3330AC. Grayscale: #C0C0C0. Windows color (decimal): -3354797 or 5492684. OLE color: 5492684.
HSL color Cylindrical-coordinate representation of color #CCCF53: hue angle of 61.45º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCCF53 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 83 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.19 |
| HSL | 61.45º | 0.56% | 0.57% | - |
| HSV(B) | 61.45º | 0.6% | 0.81% | - |
| XYZ | 48.78 | 58.09 | 16.82 | - |
| YUV | 191.97 | 66.51 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 83 | 0.01 | 0 | 0.60 | 0.19 | 61.45 | 0.56 | 0.57 |
| Hex | CC | CF | 53 | 1 | 0 | 3C | 13 | 3D | 38 | 39 |
| Octal | 314 | 317 | 123 | 1 | 0 | 74 | 23 | 75 | 70 | 71 |
| Binary | 11001100 | 11001111 | 1010011 | 1 | 0 | 111100 | 10011 | 111101 | 111000 | 111001 |
Color Harmonies of #CCCF53
Complementary color
Monochromatic Colors of #CCCF53
Black with #CCCF53
Text Example
Text Example
White with #CCCF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF53; }
p { color: rgb(204,207,83); }
H1.HeaderClassName
{
color: #CCCF53;
}
.AnyTagClassName
{
color: #CCCF53;
}
</style>
background-color css
<style>
a { background-color: #CCCF53; }
a { background-color: rgb(204,207,83); }
div.DivClassName
{
background-color: #CCCF53;
}
.BgClassName
{
background-color: #CCCF53;
}
</style>
border-color css
<style>
span { border-color: #CCCF53; }
span { border-color: rgb(204,207,83); }
td.TdClassName
{
border-color: #CCCF53;
}
.TagClassName
{
border-color: #CCCF53;
}
</style>