Shades of Wild Willow #CDD266
Tints of Wild Willow #CDD266
RGB
CMYK
RGB Variations
Color information
#CDD266 (or 0xCDD266) is known color: Wild Willow. HEX triplet: CD, D2 and 66. RGB value is (205,210,102). Sum of RGB (Red+Green+Blue) = 205+210+102=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD266 is #322D99. Grayscale: #C4C4C4. Windows color (decimal): -3288474 or 6738637. OLE color: 6738637.
HSL color Cylindrical-coordinate representation of color #CDD266: hue angle of 62.78º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDD266 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 102 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.18 |
| HSL | 62.78º | 0.55% | 0.61% | - |
| HSV(B) | 62.78º | 0.51% | 0.82% | - |
| XYZ | 50.62 | 60.03 | 21.49 | - |
| YUV | 196.19 | 74.84 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 102 | 0.02 | 0 | 0.51 | 0.18 | 62.78 | 0.55 | 0.61 |
| Hex | CD | D2 | 66 | 2 | 0 | 33 | 12 | 3F | 37 | 3D |
| Octal | 315 | 322 | 146 | 2 | 0 | 63 | 22 | 77 | 67 | 75 |
| Binary | 11001101 | 11010010 | 1100110 | 10 | 0 | 110011 | 10010 | 111111 | 110111 | 111101 |
Color Harmonies of #CDD266
Complementary color
Monochromatic Colors of #CDD266
Black with #CDD266
Text Example
Text Example
White with #CDD266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD266; }
p { color: rgb(205,210,102); }
H1.HeaderClassName
{
color: #CDD266;
}
.AnyTagClassName
{
color: #CDD266;
}
</style>
background-color css
<style>
a { background-color: #CDD266; }
a { background-color: rgb(205,210,102); }
div.DivClassName
{
background-color: #CDD266;
}
.BgClassName
{
background-color: #CDD266;
}
</style>
border-color css
<style>
span { border-color: #CDD266; }
span { border-color: rgb(205,210,102); }
td.TdClassName
{
border-color: #CDD266;
}
.TagClassName
{
border-color: #CDD266;
}
</style>