Shades of Wild Willow #CDD762
Tints of Wild Willow #CDD762
RGB
CMYK
RGB Variations
Color information
#CDD762 (or 0xCDD762) is known color: Wild Willow. HEX triplet: CD, D7 and 62. RGB value is (205,215,98). Sum of RGB (Red+Green+Blue) = 205+215+98=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD762 is #32289D. Grayscale: #C7C7C7. Windows color (decimal): -3287198 or 6477773. OLE color: 6477773.
HSL color Cylindrical-coordinate representation of color #CDD762: hue angle of 65.13º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDD762 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 98 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.16 |
| HSL | 65.13º | 0.59% | 0.61% | - |
| HSV(B) | 65.13º | 0.54% | 0.84% | - |
| XYZ | 51.68 | 62.46 | 20.89 | - |
| YUV | 198.67 | 71.19 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 98 | 0.05 | 0 | 0.54 | 0.16 | 65.13 | 0.59 | 0.61 |
| Hex | CD | D7 | 62 | 5 | 0 | 36 | 10 | 41 | 3B | 3D |
| Octal | 315 | 327 | 142 | 5 | 0 | 66 | 20 | 101 | 73 | 75 |
| Binary | 11001101 | 11010111 | 1100010 | 101 | 0 | 110110 | 10000 | 1000001 | 111011 | 111101 |
Color Harmonies of #CDD762
Complementary color
Monochromatic Colors of #CDD762
Black with #CDD762
Text Example
Text Example
White with #CDD762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD762; }
p { color: rgb(205,215,98); }
H1.HeaderClassName
{
color: #CDD762;
}
.AnyTagClassName
{
color: #CDD762;
}
</style>
background-color css
<style>
a { background-color: #CDD762; }
a { background-color: rgb(205,215,98); }
div.DivClassName
{
background-color: #CDD762;
}
.BgClassName
{
background-color: #CDD762;
}
</style>
border-color css
<style>
span { border-color: #CDD762; }
span { border-color: rgb(205,215,98); }
td.TdClassName
{
border-color: #CDD762;
}
.TagClassName
{
border-color: #CDD762;
}
</style>