Shades of Wild Willow #CCDD55
Tints of Wild Willow #CCDD55
RGB
CMYK
RGB Variations
Color information
#CCDD55 (or 0xCCDD55) is known color: Wild Willow. HEX triplet: CC, DD and 55. RGB value is (204,221,85). Sum of RGB (Red+Green+Blue) = 204+221+85=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD55 is #3322AA. Grayscale: #C8C8C8. Windows color (decimal): -3351211 or 5627340. OLE color: 5627340.
HSL color Cylindrical-coordinate representation of color #CCDD55: hue angle of 67.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCDD55 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 85 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.13 |
| HSL | 67.5º | 0.67% | 0.6% | - |
| HSV(B) | 67.5º | 0.62% | 0.87% | - |
| XYZ | 52.4 | 65.21 | 18.42 | - |
| YUV | 200.41 | 62.87 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 85 | 0.08 | 0 | 0.62 | 0.13 | 67.5 | 0.67 | 0.6 |
| Hex | CC | DD | 55 | 8 | 0 | 3E | D | 44 | 43 | 3C |
| Octal | 314 | 335 | 125 | 10 | 0 | 76 | 15 | 104 | 103 | 74 |
| Binary | 11001100 | 11011101 | 1010101 | 1000 | 0 | 111110 | 1101 | 1000100 | 1000011 | 111100 |
Color Harmonies of #CCDD55
Complementary color
Monochromatic Colors of #CCDD55
Black with #CCDD55
Text Example
Text Example
White with #CCDD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD55; }
p { color: rgb(204,221,85); }
H1.HeaderClassName
{
color: #CCDD55;
}
.AnyTagClassName
{
color: #CCDD55;
}
</style>
background-color css
<style>
a { background-color: #CCDD55; }
a { background-color: rgb(204,221,85); }
div.DivClassName
{
background-color: #CCDD55;
}
.BgClassName
{
background-color: #CCDD55;
}
</style>
border-color css
<style>
span { border-color: #CCDD55; }
span { border-color: rgb(204,221,85); }
td.TdClassName
{
border-color: #CCDD55;
}
.TagClassName
{
border-color: #CCDD55;
}
</style>