Shades of Wild Willow #CDD262
Tints of Wild Willow #CDD262
RGB
CMYK
RGB Variations
Color information
#CDD262 (or 0xCDD262) is known color: Wild Willow. HEX triplet: CD, D2 and 62. RGB value is (205,210,98). Sum of RGB (Red+Green+Blue) = 205+210+98=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD262 is #322D9D. Grayscale: #C4C4C4. Windows color (decimal): -3288478 or 6476493. OLE color: 6476493.
HSL color Cylindrical-coordinate representation of color #CDD262: hue angle of 62.68º degrees, saturation: 0.55, 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 #CDD262 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 98 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.18 |
| HSL | 62.68º | 0.55% | 0.6% | - |
| HSV(B) | 62.68º | 0.53% | 0.82% | - |
| XYZ | 50.43 | 59.95 | 20.47 | - |
| YUV | 195.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 98 | 0.02 | 0 | 0.53 | 0.18 | 62.68 | 0.55 | 0.6 |
| Hex | CD | D2 | 62 | 2 | 0 | 35 | 12 | 3F | 37 | 3C |
| Octal | 315 | 322 | 142 | 2 | 0 | 65 | 22 | 77 | 67 | 74 |
| Binary | 11001101 | 11010010 | 1100010 | 10 | 0 | 110101 | 10010 | 111111 | 110111 | 111100 |
Color Harmonies of #CDD262
Complementary color
Monochromatic Colors of #CDD262
Black with #CDD262
Text Example
Text Example
White with #CDD262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD262; }
p { color: rgb(205,210,98); }
H1.HeaderClassName
{
color: #CDD262;
}
.AnyTagClassName
{
color: #CDD262;
}
</style>
background-color css
<style>
a { background-color: #CDD262; }
a { background-color: rgb(205,210,98); }
div.DivClassName
{
background-color: #CDD262;
}
.BgClassName
{
background-color: #CDD262;
}
</style>
border-color css
<style>
span { border-color: #CDD262; }
span { border-color: rgb(205,210,98); }
td.TdClassName
{
border-color: #CDD262;
}
.TagClassName
{
border-color: #CDD262;
}
</style>