Shades of Wild Willow #CCDD56
Tints of Wild Willow #CCDD56
RGB
CMYK
RGB Variations
Color information
#CCDD56 (or 0xCCDD56) is known color: Wild Willow. HEX triplet: CC, DD and 56. RGB value is (204,221,86). Sum of RGB (Red+Green+Blue) = 204+221+86=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD56 is #3322A9. Grayscale: #C9C9C9. Windows color (decimal): -3351210 or 5692876. OLE color: 5692876.
HSL color Cylindrical-coordinate representation of color #CCDD56: hue angle of 67.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCDD56 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 86 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.13 |
| HSL | 67.56º | 0.67% | 0.6% | - |
| HSV(B) | 67.56º | 0.61% | 0.87% | - |
| XYZ | 52.44 | 65.22 | 18.63 | - |
| YUV | 200.53 | 63.37 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 86 | 0.08 | 0 | 0.61 | 0.13 | 67.56 | 0.67 | 0.6 |
| Hex | CC | DD | 56 | 8 | 0 | 3D | D | 44 | 43 | 3C |
| Octal | 314 | 335 | 126 | 10 | 0 | 75 | 15 | 104 | 103 | 74 |
| Binary | 11001100 | 11011101 | 1010110 | 1000 | 0 | 111101 | 1101 | 1000100 | 1000011 | 111100 |
Color Harmonies of #CCDD56
Complementary color
Monochromatic Colors of #CCDD56
Black with #CCDD56
Text Example
Text Example
White with #CCDD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD56; }
p { color: rgb(204,221,86); }
H1.HeaderClassName
{
color: #CCDD56;
}
.AnyTagClassName
{
color: #CCDD56;
}
</style>
background-color css
<style>
a { background-color: #CCDD56; }
a { background-color: rgb(204,221,86); }
div.DivClassName
{
background-color: #CCDD56;
}
.BgClassName
{
background-color: #CCDD56;
}
</style>
border-color css
<style>
span { border-color: #CCDD56; }
span { border-color: rgb(204,221,86); }
td.TdClassName
{
border-color: #CCDD56;
}
.TagClassName
{
border-color: #CCDD56;
}
</style>