Shades of Wild Willow #CDD062
Tints of Wild Willow #CDD062
RGB
CMYK
RGB Variations
Color information
#CDD062 (or 0xCDD062) is known color: Wild Willow. HEX triplet: CD, D0 and 62. RGB value is (205,208,98). Sum of RGB (Red+Green+Blue) = 205+208+98=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD062 is #322F9D. Grayscale: #C3C3C3. Windows color (decimal): -3288990 or 6475981. OLE color: 6475981.
HSL color Cylindrical-coordinate representation of color #CDD062: hue angle of 61.64º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDD062 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 98 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.18 |
| HSL | 61.64º | 0.54% | 0.6% | - |
| HSV(B) | 61.64º | 0.53% | 0.82% | - |
| XYZ | 49.94 | 58.97 | 20.31 | - |
| YUV | 194.56 | 73.51 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 98 | 0.01 | 0 | 0.53 | 0.18 | 61.64 | 0.54 | 0.6 |
| Hex | CD | D0 | 62 | 1 | 0 | 35 | 12 | 3E | 36 | 3C |
| Octal | 315 | 320 | 142 | 1 | 0 | 65 | 22 | 76 | 66 | 74 |
| Binary | 11001101 | 11010000 | 1100010 | 1 | 0 | 110101 | 10010 | 111110 | 110110 | 111100 |
Color Harmonies of #CDD062
Complementary color
Monochromatic Colors of #CDD062
Black with #CDD062
Text Example
Text Example
White with #CDD062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD062; }
p { color: rgb(205,208,98); }
H1.HeaderClassName
{
color: #CDD062;
}
.AnyTagClassName
{
color: #CDD062;
}
</style>
background-color css
<style>
a { background-color: #CDD062; }
a { background-color: rgb(205,208,98); }
div.DivClassName
{
background-color: #CDD062;
}
.BgClassName
{
background-color: #CDD062;
}
</style>
border-color css
<style>
span { border-color: #CDD062; }
span { border-color: rgb(205,208,98); }
td.TdClassName
{
border-color: #CDD062;
}
.TagClassName
{
border-color: #CDD062;
}
</style>