Shades of Wild Willow #CDDD56
Tints of Wild Willow #CDDD56
RGB
CMYK
RGB Variations
Color information
#CDDD56 (or 0xCDDD56) is known color: Wild Willow. HEX triplet: CD, DD and 56. RGB value is (205,221,86). Sum of RGB (Red+Green+Blue) = 205+221+86=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD56 is #3222A9. Grayscale: #C9C9C9. Windows color (decimal): -3285674 or 5692877. OLE color: 5692877.
HSL color Cylindrical-coordinate representation of color #CDDD56: hue angle of 67.11º 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 #CDDD56 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 86 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.13 |
| HSL | 67.11º | 0.67% | 0.6% | - |
| HSV(B) | 67.11º | 0.61% | 0.87% | - |
| XYZ | 52.71 | 65.36 | 18.64 | - |
| YUV | 200.83 | 63.2 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 86 | 0.07 | 0 | 0.61 | 0.13 | 67.11 | 0.67 | 0.6 |
| Hex | CD | DD | 56 | 7 | 0 | 3D | D | 43 | 43 | 3C |
| Octal | 315 | 335 | 126 | 7 | 0 | 75 | 15 | 103 | 103 | 74 |
| Binary | 11001101 | 11011101 | 1010110 | 111 | 0 | 111101 | 1101 | 1000011 | 1000011 | 111100 |
Color Harmonies of #CDDD56
Complementary color
Monochromatic Colors of #CDDD56
Black with #CDDD56
Text Example
Text Example
White with #CDDD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD56; }
p { color: rgb(205,221,86); }
H1.HeaderClassName
{
color: #CDDD56;
}
.AnyTagClassName
{
color: #CDDD56;
}
</style>
background-color css
<style>
a { background-color: #CDDD56; }
a { background-color: rgb(205,221,86); }
div.DivClassName
{
background-color: #CDDD56;
}
.BgClassName
{
background-color: #CDDD56;
}
</style>
border-color css
<style>
span { border-color: #CDDD56; }
span { border-color: rgb(205,221,86); }
td.TdClassName
{
border-color: #CDDD56;
}
.TagClassName
{
border-color: #CDDD56;
}
</style>