Shades of Wild Willow #CDDD5D
Tints of Wild Willow #CDDD5D
RGB
CMYK
RGB Variations
Color information
#CDDD5D (or 0xCDDD5D) is known color: Wild Willow. HEX triplet: CD, DD and 5D. RGB value is (205,221,93). Sum of RGB (Red+Green+Blue) = 205+221+93=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD5D is #3222A2. Grayscale: #CACACA. Windows color (decimal): -3285667 or 6151629. OLE color: 6151629.
HSL color Cylindrical-coordinate representation of color #CDDD5D: hue angle of 67.5º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDDD5D is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 93 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.13 |
| HSL | 67.5º | 0.65% | 0.62% | - |
| HSV(B) | 67.5º | 0.58% | 0.87% | - |
| XYZ | 53.01 | 65.48 | 20.2 | - |
| YUV | 201.62 | 66.7 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 93 | 0.07 | 0 | 0.58 | 0.13 | 67.5 | 0.65 | 0.62 |
| Hex | CD | DD | 5D | 7 | 0 | 3A | D | 44 | 41 | 3E |
| Octal | 315 | 335 | 135 | 7 | 0 | 72 | 15 | 104 | 101 | 76 |
| Binary | 11001101 | 11011101 | 1011101 | 111 | 0 | 111010 | 1101 | 1000100 | 1000001 | 111110 |
Color Harmonies of #CDDD5D
Complementary color
Monochromatic Colors of #CDDD5D
Black with #CDDD5D
Text Example
Text Example
White with #CDDD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD5D; }
p { color: rgb(205,221,93); }
H1.HeaderClassName
{
color: #CDDD5D;
}
.AnyTagClassName
{
color: #CDDD5D;
}
</style>
background-color css
<style>
a { background-color: #CDDD5D; }
a { background-color: rgb(205,221,93); }
div.DivClassName
{
background-color: #CDDD5D;
}
.BgClassName
{
background-color: #CDDD5D;
}
</style>
border-color css
<style>
span { border-color: #CDDD5D; }
span { border-color: rgb(205,221,93); }
td.TdClassName
{
border-color: #CDDD5D;
}
.TagClassName
{
border-color: #CDDD5D;
}
</style>