Shades of Wild Willow #CCD662
Tints of Wild Willow #CCD662
RGB
CMYK
RGB Variations
Color information
#CCD662 (or 0xCCD662) is known color: Wild Willow. HEX triplet: CC, D6 and 62. RGB value is (204,214,98). Sum of RGB (Red+Green+Blue) = 204+214+98=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD662 is #33299D. Grayscale: #C6C6C6. Windows color (decimal): -3352990 or 6477516. OLE color: 6477516.
HSL color Cylindrical-coordinate representation of color #CCD662: hue angle of 65.17º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCD662 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 98 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.16 |
| HSL | 65.17º | 0.59% | 0.61% | - |
| HSV(B) | 65.17º | 0.54% | 0.84% | - |
| XYZ | 51.15 | 61.81 | 20.79 | - |
| YUV | 197.79 | 71.69 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 98 | 0.05 | 0 | 0.54 | 0.16 | 65.17 | 0.59 | 0.61 |
| Hex | CC | D6 | 62 | 5 | 0 | 36 | 10 | 41 | 3B | 3D |
| Octal | 314 | 326 | 142 | 5 | 0 | 66 | 20 | 101 | 73 | 75 |
| Binary | 11001100 | 11010110 | 1100010 | 101 | 0 | 110110 | 10000 | 1000001 | 111011 | 111101 |
Color Harmonies of #CCD662
Complementary color
Monochromatic Colors of #CCD662
Black with #CCD662
Text Example
Text Example
White with #CCD662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD662; }
p { color: rgb(204,214,98); }
H1.HeaderClassName
{
color: #CCD662;
}
.AnyTagClassName
{
color: #CCD662;
}
</style>
background-color css
<style>
a { background-color: #CCD662; }
a { background-color: rgb(204,214,98); }
div.DivClassName
{
background-color: #CCD662;
}
.BgClassName
{
background-color: #CCD662;
}
</style>
border-color css
<style>
span { border-color: #CCD662; }
span { border-color: rgb(204,214,98); }
td.TdClassName
{
border-color: #CCD662;
}
.TagClassName
{
border-color: #CCD662;
}
</style>