Shades of Wild Willow #CCDD60
Tints of Wild Willow #CCDD60
RGB
CMYK
RGB Variations
Color information
#CCDD60 (or 0xCCDD60) is known color: Wild Willow. HEX triplet: CC, DD and 60. RGB value is (204,221,96). Sum of RGB (Red+Green+Blue) = 204+221+96=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD60 is #33229F. Grayscale: #CACACA. Windows color (decimal): -3351200 or 6348236. OLE color: 6348236.
HSL color Cylindrical-coordinate representation of color #CCDD60: hue angle of 68.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCDD60 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 96 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.13 |
| HSL | 68.16º | 0.65% | 0.62% | - |
| HSV(B) | 68.16º | 0.57% | 0.87% | - |
| XYZ | 52.87 | 65.39 | 20.9 | - |
| YUV | 201.67 | 68.37 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 96 | 0.08 | 0 | 0.57 | 0.13 | 68.16 | 0.65 | 0.62 |
| Hex | CC | DD | 60 | 8 | 0 | 39 | D | 44 | 41 | 3E |
| Octal | 314 | 335 | 140 | 10 | 0 | 71 | 15 | 104 | 101 | 76 |
| Binary | 11001100 | 11011101 | 1100000 | 1000 | 0 | 111001 | 1101 | 1000100 | 1000001 | 111110 |
Color Harmonies of #CCDD60
Complementary color
Monochromatic Colors of #CCDD60
Black with #CCDD60
Text Example
Text Example
White with #CCDD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD60; }
p { color: rgb(204,221,96); }
H1.HeaderClassName
{
color: #CCDD60;
}
.AnyTagClassName
{
color: #CCDD60;
}
</style>
background-color css
<style>
a { background-color: #CCDD60; }
a { background-color: rgb(204,221,96); }
div.DivClassName
{
background-color: #CCDD60;
}
.BgClassName
{
background-color: #CCDD60;
}
</style>
border-color css
<style>
span { border-color: #CCDD60; }
span { border-color: rgb(204,221,96); }
td.TdClassName
{
border-color: #CCDD60;
}
.TagClassName
{
border-color: #CCDD60;
}
</style>