Shades of Wild Willow #CCD65E
Tints of Wild Willow #CCD65E
RGB
CMYK
RGB Variations
Color information
#CCD65E (or 0xCCD65E) is known color: Wild Willow. HEX triplet: CC, D6 and 5E. RGB value is (204,214,94). Sum of RGB (Red+Green+Blue) = 204+214+94=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD65E is #3329A1. Grayscale: #C5C5C5. Windows color (decimal): -3352994 or 6215372. OLE color: 6215372.
HSL color Cylindrical-coordinate representation of color #CCD65E: hue angle of 65º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCD65E is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 94 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.16 |
| HSL | 65º | 0.59% | 0.6% | - |
| HSV(B) | 65º | 0.56% | 0.84% | - |
| XYZ | 50.97 | 61.74 | 19.82 | - |
| YUV | 197.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 94 | 0.05 | 0 | 0.56 | 0.16 | 65 | 0.59 | 0.6 |
| Hex | CC | D6 | 5E | 5 | 0 | 38 | 10 | 41 | 3B | 3C |
| Octal | 314 | 326 | 136 | 5 | 0 | 70 | 20 | 101 | 73 | 74 |
| Binary | 11001100 | 11010110 | 1011110 | 101 | 0 | 111000 | 10000 | 1000001 | 111011 | 111100 |
Color Harmonies of #CCD65E
Complementary color
Monochromatic Colors of #CCD65E
Black with #CCD65E
Text Example
Text Example
White with #CCD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD65E; }
p { color: rgb(204,214,94); }
H1.HeaderClassName
{
color: #CCD65E;
}
.AnyTagClassName
{
color: #CCD65E;
}
</style>
background-color css
<style>
a { background-color: #CCD65E; }
a { background-color: rgb(204,214,94); }
div.DivClassName
{
background-color: #CCD65E;
}
.BgClassName
{
background-color: #CCD65E;
}
</style>
border-color css
<style>
span { border-color: #CCD65E; }
span { border-color: rgb(204,214,94); }
td.TdClassName
{
border-color: #CCD65E;
}
.TagClassName
{
border-color: #CCD65E;
}
</style>