Shades of Wild Willow #CDD362
Tints of Wild Willow #CDD362
RGB
CMYK
RGB Variations
Color information
#CDD362 (or 0xCDD362) is known color: Wild Willow. HEX triplet: CD, D3 and 62. RGB value is (205,211,98). Sum of RGB (Red+Green+Blue) = 205+211+98=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD362 is #322C9D. Grayscale: #C4C4C4. Windows color (decimal): -3288222 or 6476749. OLE color: 6476749.
HSL color Cylindrical-coordinate representation of color #CDD362: hue angle of 63.19º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDD362 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 98 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.17 |
| HSL | 63.19º | 0.56% | 0.61% | - |
| HSV(B) | 63.19º | 0.54% | 0.83% | - |
| XYZ | 50.68 | 60.45 | 20.55 | - |
| YUV | 196.32 | 72.51 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 98 | 0.03 | 0 | 0.54 | 0.17 | 63.19 | 0.56 | 0.61 |
| Hex | CD | D3 | 62 | 3 | 0 | 36 | 11 | 3F | 38 | 3D |
| Octal | 315 | 323 | 142 | 3 | 0 | 66 | 21 | 77 | 70 | 75 |
| Binary | 11001101 | 11010011 | 1100010 | 11 | 0 | 110110 | 10001 | 111111 | 111000 | 111101 |
Color Harmonies of #CDD362
Complementary color
Monochromatic Colors of #CDD362
Black with #CDD362
Text Example
Text Example
White with #CDD362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD362; }
p { color: rgb(205,211,98); }
H1.HeaderClassName
{
color: #CDD362;
}
.AnyTagClassName
{
color: #CDD362;
}
</style>
background-color css
<style>
a { background-color: #CDD362; }
a { background-color: rgb(205,211,98); }
div.DivClassName
{
background-color: #CDD362;
}
.BgClassName
{
background-color: #CDD362;
}
</style>
border-color css
<style>
span { border-color: #CDD362; }
span { border-color: rgb(205,211,98); }
td.TdClassName
{
border-color: #CDD362;
}
.TagClassName
{
border-color: #CDD362;
}
</style>