Shades of Wild Willow #CCDD5C
Tints of Wild Willow #CCDD5C
RGB
CMYK
RGB Variations
Color information
#CCDD5C (or 0xCCDD5C) is known color: Wild Willow. HEX triplet: CC, DD and 5C. RGB value is (204,221,92). Sum of RGB (Red+Green+Blue) = 204+221+92=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD5C is #3322A3. Grayscale: #C9C9C9. Windows color (decimal): -3351204 or 6086092. OLE color: 6086092.
HSL color Cylindrical-coordinate representation of color #CCDD5C: hue angle of 67.91º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCDD5C is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 92 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.13 |
| HSL | 67.91º | 0.65% | 0.61% | - |
| HSV(B) | 67.91º | 0.58% | 0.87% | - |
| XYZ | 52.69 | 65.32 | 19.96 | - |
| YUV | 201.21 | 66.37 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 92 | 0.08 | 0 | 0.58 | 0.13 | 67.91 | 0.65 | 0.61 |
| Hex | CC | DD | 5C | 8 | 0 | 3A | D | 44 | 41 | 3D |
| Octal | 314 | 335 | 134 | 10 | 0 | 72 | 15 | 104 | 101 | 75 |
| Binary | 11001100 | 11011101 | 1011100 | 1000 | 0 | 111010 | 1101 | 1000100 | 1000001 | 111101 |
Color Harmonies of #CCDD5C
Complementary color
Monochromatic Colors of #CCDD5C
Black with #CCDD5C
Text Example
Text Example
White with #CCDD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD5C; }
p { color: rgb(204,221,92); }
H1.HeaderClassName
{
color: #CCDD5C;
}
.AnyTagClassName
{
color: #CCDD5C;
}
</style>
background-color css
<style>
a { background-color: #CCDD5C; }
a { background-color: rgb(204,221,92); }
div.DivClassName
{
background-color: #CCDD5C;
}
.BgClassName
{
background-color: #CCDD5C;
}
</style>
border-color css
<style>
span { border-color: #CCDD5C; }
span { border-color: rgb(204,221,92); }
td.TdClassName
{
border-color: #CCDD5C;
}
.TagClassName
{
border-color: #CCDD5C;
}
</style>