Shades of Wild Willow #CDDD5B
Tints of Wild Willow #CDDD5B
RGB
CMYK
RGB Variations
Color information
#CDDD5B (or 0xCDDD5B) is known color: Wild Willow. HEX triplet: CD, DD and 5B. RGB value is (205,221,91). Sum of RGB (Red+Green+Blue) = 205+221+91=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 91 (35.94% from 255 or 17.60% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD5B is #3222A4. Grayscale: #C9C9C9. Windows color (decimal): -3285669 or 6020557. OLE color: 6020557.
HSL color Cylindrical-coordinate representation of color #CDDD5B: hue angle of 67.38º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDDD5B is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 91 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.13 |
| HSL | 67.38º | 0.66% | 0.61% | - |
| HSV(B) | 67.38º | 0.59% | 0.87% | - |
| XYZ | 52.92 | 65.45 | 19.74 | - |
| YUV | 201.4 | 65.7 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 91 | 0.07 | 0 | 0.59 | 0.13 | 67.38 | 0.66 | 0.61 |
| Hex | CD | DD | 5B | 7 | 0 | 3B | D | 43 | 42 | 3D |
| Octal | 315 | 335 | 133 | 7 | 0 | 73 | 15 | 103 | 102 | 75 |
| Binary | 11001101 | 11011101 | 1011011 | 111 | 0 | 111011 | 1101 | 1000011 | 1000010 | 111101 |
Color Harmonies of #CDDD5B
Complementary color
Monochromatic Colors of #CDDD5B
Black with #CDDD5B
Text Example
Text Example
White with #CDDD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD5B; }
p { color: rgb(205,221,91); }
H1.HeaderClassName
{
color: #CDDD5B;
}
.AnyTagClassName
{
color: #CDDD5B;
}
</style>
background-color css
<style>
a { background-color: #CDDD5B; }
a { background-color: rgb(205,221,91); }
div.DivClassName
{
background-color: #CDDD5B;
}
.BgClassName
{
background-color: #CDDD5B;
}
</style>
border-color css
<style>
span { border-color: #CDDD5B; }
span { border-color: rgb(205,221,91); }
td.TdClassName
{
border-color: #CDDD5B;
}
.TagClassName
{
border-color: #CDDD5B;
}
</style>