Shades of Wild Willow #CCD64F
Tints of Wild Willow #CCD64F
RGB
CMYK
RGB Variations
Color information
#CCD64F (or 0xCCD64F) is known color: Wild Willow. HEX triplet: CC, D6 and 4F. RGB value is (204,214,79). Sum of RGB (Red+Green+Blue) = 204+214+79=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD64F is #3329B0. Grayscale: #C4C4C4. Windows color (decimal): -3353009 or 5232332. OLE color: 5232332.
HSL color Cylindrical-coordinate representation of color #CCD64F: hue angle of 64.44º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCD64F is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 79 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.16 |
| HSL | 64.44º | 0.62% | 0.57% | - |
| HSV(B) | 64.44º | 0.63% | 0.84% | - |
| XYZ | 50.36 | 61.5 | 16.61 | - |
| YUV | 195.62 | 62.19 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 79 | 0.05 | 0 | 0.63 | 0.16 | 64.44 | 0.62 | 0.57 |
| Hex | CC | D6 | 4F | 5 | 0 | 3F | 10 | 40 | 3E | 39 |
| Octal | 314 | 326 | 117 | 5 | 0 | 77 | 20 | 100 | 76 | 71 |
| Binary | 11001100 | 11010110 | 1001111 | 101 | 0 | 111111 | 10000 | 1000000 | 111110 | 111001 |
Color Harmonies of #CCD64F
Complementary color
Monochromatic Colors of #CCD64F
Black with #CCD64F
Text Example
Text Example
White with #CCD64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD64F; }
p { color: rgb(204,214,79); }
H1.HeaderClassName
{
color: #CCD64F;
}
.AnyTagClassName
{
color: #CCD64F;
}
</style>
background-color css
<style>
a { background-color: #CCD64F; }
a { background-color: rgb(204,214,79); }
div.DivClassName
{
background-color: #CCD64F;
}
.BgClassName
{
background-color: #CCD64F;
}
</style>
border-color css
<style>
span { border-color: #CCD64F; }
span { border-color: rgb(204,214,79); }
td.TdClassName
{
border-color: #CCD64F;
}
.TagClassName
{
border-color: #CCD64F;
}
</style>