Shades of Wild Willow #CDD051
Tints of Wild Willow #CDD051
RGB
CMYK
RGB Variations
Color information
#CDD051 (or 0xCDD051) is known color: Wild Willow. HEX triplet: CD, D0 and 51. RGB value is (205,208,81). Sum of RGB (Red+Green+Blue) = 205+208+81=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 81 (32.03% from 255 or 16.40% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD051 is #322FAE. Grayscale: #C1C1C1. Windows color (decimal): -3289007 or 5361869. OLE color: 5361869.
HSL color Cylindrical-coordinate representation of color #CDD051: hue angle of 61.42º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDD051 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 81 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.18 |
| HSL | 61.42º | 0.57% | 0.57% | - |
| HSV(B) | 61.42º | 0.61% | 0.82% | - |
| XYZ | 49.22 | 58.68 | 16.52 | - |
| YUV | 192.63 | 65.01 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 81 | 0.01 | 0 | 0.61 | 0.18 | 61.42 | 0.57 | 0.57 |
| Hex | CD | D0 | 51 | 1 | 0 | 3D | 12 | 3D | 39 | 39 |
| Octal | 315 | 320 | 121 | 1 | 0 | 75 | 22 | 75 | 71 | 71 |
| Binary | 11001101 | 11010000 | 1010001 | 1 | 0 | 111101 | 10010 | 111101 | 111001 | 111001 |
Color Harmonies of #CDD051
Complementary color
Monochromatic Colors of #CDD051
Black with #CDD051
Text Example
Text Example
White with #CDD051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD051; }
p { color: rgb(205,208,81); }
H1.HeaderClassName
{
color: #CDD051;
}
.AnyTagClassName
{
color: #CDD051;
}
</style>
background-color css
<style>
a { background-color: #CDD051; }
a { background-color: rgb(205,208,81); }
div.DivClassName
{
background-color: #CDD051;
}
.BgClassName
{
background-color: #CDD051;
}
</style>
border-color css
<style>
span { border-color: #CDD051; }
span { border-color: rgb(205,208,81); }
td.TdClassName
{
border-color: #CDD051;
}
.TagClassName
{
border-color: #CDD051;
}
</style>