Shades of Wild Willow #CDD653
Tints of Wild Willow #CDD653
RGB
CMYK
RGB Variations
Color information
#CDD653 (or 0xCDD653) is known color: Wild Willow. HEX triplet: CD, D6 and 53. RGB value is (205,214,83). Sum of RGB (Red+Green+Blue) = 205+214+83=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD653 is #3229AC. Grayscale: #C4C4C4. Windows color (decimal): -3287469 or 5494477. OLE color: 5494477.
HSL color Cylindrical-coordinate representation of color #CDD653: hue angle of 64.12º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDD653 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 83 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.16 |
| HSL | 64.12º | 0.62% | 0.58% | - |
| HSV(B) | 64.12º | 0.61% | 0.84% | - |
| XYZ | 50.78 | 61.7 | 17.42 | - |
| YUV | 196.38 | 64.02 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 83 | 0.04 | 0 | 0.61 | 0.16 | 64.12 | 0.62 | 0.58 |
| Hex | CD | D6 | 53 | 4 | 0 | 3D | 10 | 40 | 3E | 3A |
| Octal | 315 | 326 | 123 | 4 | 0 | 75 | 20 | 100 | 76 | 72 |
| Binary | 11001101 | 11010110 | 1010011 | 100 | 0 | 111101 | 10000 | 1000000 | 111110 | 111010 |
Color Harmonies of #CDD653
Complementary color
Monochromatic Colors of #CDD653
Black with #CDD653
Text Example
Text Example
White with #CDD653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD653; }
p { color: rgb(205,214,83); }
H1.HeaderClassName
{
color: #CDD653;
}
.AnyTagClassName
{
color: #CDD653;
}
</style>
background-color css
<style>
a { background-color: #CDD653; }
a { background-color: rgb(205,214,83); }
div.DivClassName
{
background-color: #CDD653;
}
.BgClassName
{
background-color: #CDD653;
}
</style>
border-color css
<style>
span { border-color: #CDD653; }
span { border-color: rgb(205,214,83); }
td.TdClassName
{
border-color: #CDD653;
}
.TagClassName
{
border-color: #CDD653;
}
</style>