Shades of Wild Willow #CDDC5E
Tints of Wild Willow #CDDC5E
RGB
CMYK
RGB Variations
Color information
#CDDC5E (or 0xCDDC5E) is known color: Wild Willow. HEX triplet: CD, DC and 5E. RGB value is (205,220,94). Sum of RGB (Red+Green+Blue) = 205+220+94=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC5E is #3223A1. Grayscale: #C9C9C9. Windows color (decimal): -3285922 or 6216909. OLE color: 6216909.
HSL color Cylindrical-coordinate representation of color #CDDC5E: hue angle of 67.14º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDDC5E is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 94 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.14 |
| HSL | 67.14º | 0.64% | 0.62% | - |
| HSV(B) | 67.14º | 0.57% | 0.86% | - |
| XYZ | 52.79 | 64.97 | 20.35 | - |
| YUV | 201.15 | 67.53 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 94 | 0.07 | 0 | 0.57 | 0.14 | 67.14 | 0.64 | 0.62 |
| Hex | CD | DC | 5E | 7 | 0 | 39 | E | 43 | 40 | 3E |
| Octal | 315 | 334 | 136 | 7 | 0 | 71 | 16 | 103 | 100 | 76 |
| Binary | 11001101 | 11011100 | 1011110 | 111 | 0 | 111001 | 1110 | 1000011 | 1000000 | 111110 |
Color Harmonies of #CDDC5E
Complementary color
Monochromatic Colors of #CDDC5E
Black with #CDDC5E
Text Example
Text Example
White with #CDDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC5E; }
p { color: rgb(205,220,94); }
H1.HeaderClassName
{
color: #CDDC5E;
}
.AnyTagClassName
{
color: #CDDC5E;
}
</style>
background-color css
<style>
a { background-color: #CDDC5E; }
a { background-color: rgb(205,220,94); }
div.DivClassName
{
background-color: #CDDC5E;
}
.BgClassName
{
background-color: #CDDC5E;
}
</style>
border-color css
<style>
span { border-color: #CDDC5E; }
span { border-color: rgb(205,220,94); }
td.TdClassName
{
border-color: #CDDC5E;
}
.TagClassName
{
border-color: #CDDC5E;
}
</style>