Shades of Wild Willow #CDDD57
Tints of Wild Willow #CDDD57
RGB
CMYK
RGB Variations
Color information
#CDDD57 (or 0xCDDD57) is known color: Wild Willow. HEX triplet: CD, DD and 57. RGB value is (205,221,87). Sum of RGB (Red+Green+Blue) = 205+221+87=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 87 (34.38% from 255 or 16.96% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD57 is #3222A8. Grayscale: #C9C9C9. Windows color (decimal): -3285673 or 5758413. OLE color: 5758413.
HSL color Cylindrical-coordinate representation of color #CDDD57: hue angle of 67.16º 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 #CDDD57 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 87 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.13 |
| HSL | 67.16º | 0.66% | 0.6% | - |
| HSV(B) | 67.16º | 0.61% | 0.87% | - |
| XYZ | 52.75 | 65.38 | 18.86 | - |
| YUV | 200.94 | 63.7 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 87 | 0.07 | 0 | 0.61 | 0.13 | 67.16 | 0.66 | 0.6 |
| Hex | CD | DD | 57 | 7 | 0 | 3D | D | 43 | 42 | 3C |
| Octal | 315 | 335 | 127 | 7 | 0 | 75 | 15 | 103 | 102 | 74 |
| Binary | 11001101 | 11011101 | 1010111 | 111 | 0 | 111101 | 1101 | 1000011 | 1000010 | 111100 |
Color Harmonies of #CDDD57
Complementary color
Monochromatic Colors of #CDDD57
Black with #CDDD57
Text Example
Text Example
White with #CDDD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD57; }
p { color: rgb(205,221,87); }
H1.HeaderClassName
{
color: #CDDD57;
}
.AnyTagClassName
{
color: #CDDD57;
}
</style>
background-color css
<style>
a { background-color: #CDDD57; }
a { background-color: rgb(205,221,87); }
div.DivClassName
{
background-color: #CDDD57;
}
.BgClassName
{
background-color: #CDDD57;
}
</style>
border-color css
<style>
span { border-color: #CDDD57; }
span { border-color: rgb(205,221,87); }
td.TdClassName
{
border-color: #CDDD57;
}
.TagClassName
{
border-color: #CDDD57;
}
</style>