Shades of Wild Willow #CDD267
Tints of Wild Willow #CDD267
RGB
CMYK
RGB Variations
Color information
#CDD267 (or 0xCDD267) is known color: Wild Willow. HEX triplet: CD, D2 and 67. RGB value is (205,210,103). Sum of RGB (Red+Green+Blue) = 205+210+103=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD267 is #322D98. Grayscale: #C4C4C4. Windows color (decimal): -3288473 or 6804173. OLE color: 6804173.
HSL color Cylindrical-coordinate representation of color #CDD267: hue angle of 62.8º degrees, saturation: 0.54, 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 #CDD267 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 103 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.18 |
| HSL | 62.8º | 0.54% | 0.61% | - |
| HSV(B) | 62.8º | 0.51% | 0.82% | - |
| XYZ | 50.67 | 60.05 | 21.75 | - |
| YUV | 196.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 103 | 0.02 | 0 | 0.51 | 0.18 | 62.8 | 0.54 | 0.61 |
| Hex | CD | D2 | 67 | 2 | 0 | 33 | 12 | 3F | 36 | 3D |
| Octal | 315 | 322 | 147 | 2 | 0 | 63 | 22 | 77 | 66 | 75 |
| Binary | 11001101 | 11010010 | 1100111 | 10 | 0 | 110011 | 10010 | 111111 | 110110 | 111101 |
Color Harmonies of #CDD267
Complementary color
Monochromatic Colors of #CDD267
Black with #CDD267
Text Example
Text Example
White with #CDD267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD267; }
p { color: rgb(205,210,103); }
H1.HeaderClassName
{
color: #CDD267;
}
.AnyTagClassName
{
color: #CDD267;
}
</style>
background-color css
<style>
a { background-color: #CDD267; }
a { background-color: rgb(205,210,103); }
div.DivClassName
{
background-color: #CDD267;
}
.BgClassName
{
background-color: #CDD267;
}
</style>
border-color css
<style>
span { border-color: #CDD267; }
span { border-color: rgb(205,210,103); }
td.TdClassName
{
border-color: #CDD267;
}
.TagClassName
{
border-color: #CDD267;
}
</style>