Shades of Wild Willow #CCDD57
Tints of Wild Willow #CCDD57
RGB
CMYK
RGB Variations
Color information
#CCDD57 (or 0xCCDD57) is known color: Wild Willow. HEX triplet: CC, DD and 57. RGB value is (204,221,87). Sum of RGB (Red+Green+Blue) = 204+221+87=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 87 (34.38% from 255 or 16.99% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD57 is #3322A8. Grayscale: #C9C9C9. Windows color (decimal): -3351209 or 5758412. OLE color: 5758412.
HSL color Cylindrical-coordinate representation of color #CCDD57: hue angle of 67.61º degrees, saturation: 0.66, 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 #CCDD57 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 87 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.13 |
| HSL | 67.61º | 0.66% | 0.6% | - |
| HSV(B) | 67.61º | 0.61% | 0.87% | - |
| XYZ | 52.48 | 65.24 | 18.84 | - |
| YUV | 200.64 | 63.87 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 87 | 0.08 | 0 | 0.61 | 0.13 | 67.61 | 0.66 | 0.6 |
| Hex | CC | DD | 57 | 8 | 0 | 3D | D | 44 | 42 | 3C |
| Octal | 314 | 335 | 127 | 10 | 0 | 75 | 15 | 104 | 102 | 74 |
| Binary | 11001100 | 11011101 | 1010111 | 1000 | 0 | 111101 | 1101 | 1000100 | 1000010 | 111100 |
Color Harmonies of #CCDD57
Complementary color
Monochromatic Colors of #CCDD57
Black with #CCDD57
Text Example
Text Example
White with #CCDD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD57; }
p { color: rgb(204,221,87); }
H1.HeaderClassName
{
color: #CCDD57;
}
.AnyTagClassName
{
color: #CCDD57;
}
</style>
background-color css
<style>
a { background-color: #CCDD57; }
a { background-color: rgb(204,221,87); }
div.DivClassName
{
background-color: #CCDD57;
}
.BgClassName
{
background-color: #CCDD57;
}
</style>
border-color css
<style>
span { border-color: #CCDD57; }
span { border-color: rgb(204,221,87); }
td.TdClassName
{
border-color: #CCDD57;
}
.TagClassName
{
border-color: #CCDD57;
}
</style>