Shades of Wild Willow #CDD85F
Tints of Wild Willow #CDD85F
RGB
CMYK
RGB Variations
Color information
#CDD85F (or 0xCDD85F) is known color: Wild Willow. HEX triplet: CD, D8 and 5F. RGB value is (205,216,95). Sum of RGB (Red+Green+Blue) = 205+216+95=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD85F is #3227A0. Grayscale: #C7C7C7. Windows color (decimal): -3286945 or 6281421. OLE color: 6281421.
HSL color Cylindrical-coordinate representation of color #CDD85F: hue angle of 65.45º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDD85F is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 95 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.15 |
| HSL | 65.45º | 0.61% | 0.61% | - |
| HSV(B) | 65.45º | 0.56% | 0.85% | - |
| XYZ | 51.8 | 62.92 | 20.24 | - |
| YUV | 198.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 95 | 0.05 | 0 | 0.56 | 0.15 | 65.45 | 0.61 | 0.61 |
| Hex | CD | D8 | 5F | 5 | 0 | 38 | F | 41 | 3D | 3D |
| Octal | 315 | 330 | 137 | 5 | 0 | 70 | 17 | 101 | 75 | 75 |
| Binary | 11001101 | 11011000 | 1011111 | 101 | 0 | 111000 | 1111 | 1000001 | 111101 | 111101 |
Color Harmonies of #CDD85F
Complementary color
Monochromatic Colors of #CDD85F
Black with #CDD85F
Text Example
Text Example
White with #CDD85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD85F; }
p { color: rgb(205,216,95); }
H1.HeaderClassName
{
color: #CDD85F;
}
.AnyTagClassName
{
color: #CDD85F;
}
</style>
background-color css
<style>
a { background-color: #CDD85F; }
a { background-color: rgb(205,216,95); }
div.DivClassName
{
background-color: #CDD85F;
}
.BgClassName
{
background-color: #CDD85F;
}
</style>
border-color css
<style>
span { border-color: #CDD85F; }
span { border-color: rgb(205,216,95); }
td.TdClassName
{
border-color: #CDD85F;
}
.TagClassName
{
border-color: #CDD85F;
}
</style>