Shades of Wild Willow #CDD658
Tints of Wild Willow #CDD658
RGB
CMYK
RGB Variations
Color information
#CDD658 (or 0xCDD658) is known color: Wild Willow. HEX triplet: CD, D6 and 58. RGB value is (205,214,88). Sum of RGB (Red+Green+Blue) = 205+214+88=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD658 is #3229A7. Grayscale: #C5C5C5. Windows color (decimal): -3287464 or 5822157. OLE color: 5822157.
HSL color Cylindrical-coordinate representation of color #CDD658: hue angle of 64.29º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDD658 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 88 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.16 |
| HSL | 64.29º | 0.61% | 0.59% | - |
| HSV(B) | 64.29º | 0.59% | 0.84% | - |
| XYZ | 50.98 | 61.78 | 18.47 | - |
| YUV | 196.95 | 66.52 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 88 | 0.04 | 0 | 0.59 | 0.16 | 64.29 | 0.61 | 0.59 |
| Hex | CD | D6 | 58 | 4 | 0 | 3B | 10 | 40 | 3D | 3B |
| Octal | 315 | 326 | 130 | 4 | 0 | 73 | 20 | 100 | 75 | 73 |
| Binary | 11001101 | 11010110 | 1011000 | 100 | 0 | 111011 | 10000 | 1000000 | 111101 | 111011 |
Color Harmonies of #CDD658
Complementary color
Monochromatic Colors of #CDD658
Black with #CDD658
Text Example
Text Example
White with #CDD658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD658; }
p { color: rgb(205,214,88); }
H1.HeaderClassName
{
color: #CDD658;
}
.AnyTagClassName
{
color: #CDD658;
}
</style>
background-color css
<style>
a { background-color: #CDD658; }
a { background-color: rgb(205,214,88); }
div.DivClassName
{
background-color: #CDD658;
}
.BgClassName
{
background-color: #CDD658;
}
</style>
border-color css
<style>
span { border-color: #CDD658; }
span { border-color: rgb(205,214,88); }
td.TdClassName
{
border-color: #CDD658;
}
.TagClassName
{
border-color: #CDD658;
}
</style>