Shades of Wild Willow #CDD166
Tints of Wild Willow #CDD166
RGB
CMYK
RGB Variations
Color information
#CDD166 (or 0xCDD166) is known color: Wild Willow. HEX triplet: CD, D1 and 66. RGB value is (205,209,102). Sum of RGB (Red+Green+Blue) = 205+209+102=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD166 is #322E99. Grayscale: #C4C4C4. Windows color (decimal): -3288730 or 6738381. OLE color: 6738381.
HSL color Cylindrical-coordinate representation of color #CDD166: hue angle of 62.24º 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 #CDD166 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 102 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.18 |
| HSL | 62.24º | 0.54% | 0.61% | - |
| HSV(B) | 62.24º | 0.51% | 0.82% | - |
| XYZ | 50.38 | 59.54 | 21.41 | - |
| YUV | 195.61 | 75.17 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 102 | 0.02 | 0 | 0.51 | 0.18 | 62.24 | 0.54 | 0.61 |
| Hex | CD | D1 | 66 | 2 | 0 | 33 | 12 | 3E | 36 | 3D |
| Octal | 315 | 321 | 146 | 2 | 0 | 63 | 22 | 76 | 66 | 75 |
| Binary | 11001101 | 11010001 | 1100110 | 10 | 0 | 110011 | 10010 | 111110 | 110110 | 111101 |
Color Harmonies of #CDD166
Complementary color
Monochromatic Colors of #CDD166
Black with #CDD166
Text Example
Text Example
White with #CDD166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD166; }
p { color: rgb(205,209,102); }
H1.HeaderClassName
{
color: #CDD166;
}
.AnyTagClassName
{
color: #CDD166;
}
</style>
background-color css
<style>
a { background-color: #CDD166; }
a { background-color: rgb(205,209,102); }
div.DivClassName
{
background-color: #CDD166;
}
.BgClassName
{
background-color: #CDD166;
}
</style>
border-color css
<style>
span { border-color: #CDD166; }
span { border-color: rgb(205,209,102); }
td.TdClassName
{
border-color: #CDD166;
}
.TagClassName
{
border-color: #CDD166;
}
</style>