Shades of Wild Willow #CDDC5D
Tints of Wild Willow #CDDC5D
RGB
CMYK
RGB Variations
Color information
#CDDC5D (or 0xCDDC5D) is known color: Wild Willow. HEX triplet: CD, DC and 5D. RGB value is (205,220,93). Sum of RGB (Red+Green+Blue) = 205+220+93=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC5D is #3223A2. Grayscale: #C9C9C9. Windows color (decimal): -3285923 or 6151373. OLE color: 6151373.
HSL color Cylindrical-coordinate representation of color #CDDC5D: hue angle of 67.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDDC5D is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 93 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.14 |
| HSL | 67.09º | 0.64% | 0.61% | - |
| HSV(B) | 67.09º | 0.58% | 0.86% | - |
| XYZ | 52.75 | 64.96 | 20.11 | - |
| YUV | 201.04 | 67.03 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 93 | 0.07 | 0 | 0.58 | 0.14 | 67.09 | 0.64 | 0.61 |
| Hex | CD | DC | 5D | 7 | 0 | 3A | E | 43 | 40 | 3D |
| Octal | 315 | 334 | 135 | 7 | 0 | 72 | 16 | 103 | 100 | 75 |
| Binary | 11001101 | 11011100 | 1011101 | 111 | 0 | 111010 | 1110 | 1000011 | 1000000 | 111101 |
Color Harmonies of #CDDC5D
Complementary color
Monochromatic Colors of #CDDC5D
Black with #CDDC5D
Text Example
Text Example
White with #CDDC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC5D; }
p { color: rgb(205,220,93); }
H1.HeaderClassName
{
color: #CDDC5D;
}
.AnyTagClassName
{
color: #CDDC5D;
}
</style>
background-color css
<style>
a { background-color: #CDDC5D; }
a { background-color: rgb(205,220,93); }
div.DivClassName
{
background-color: #CDDC5D;
}
.BgClassName
{
background-color: #CDDC5D;
}
</style>
border-color css
<style>
span { border-color: #CDDC5D; }
span { border-color: rgb(205,220,93); }
td.TdClassName
{
border-color: #CDDC5D;
}
.TagClassName
{
border-color: #CDDC5D;
}
</style>