Shades of Wild Willow #CDD652
Tints of Wild Willow #CDD652
RGB
CMYK
RGB Variations
Color information
#CDD652 (or 0xCDD652) is known color: Wild Willow. HEX triplet: CD, D6 and 52. RGB value is (205,214,82). Sum of RGB (Red+Green+Blue) = 205+214+82=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD652 is #3229AD. Grayscale: #C4C4C4. Windows color (decimal): -3287470 or 5428941. OLE color: 5428941.
HSL color Cylindrical-coordinate representation of color #CDD652: hue angle of 64.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDD652 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 82 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.16 |
| HSL | 64.09º | 0.62% | 0.58% | - |
| HSV(B) | 64.09º | 0.62% | 0.84% | - |
| XYZ | 50.75 | 61.68 | 17.21 | - |
| YUV | 196.26 | 63.52 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 82 | 0.04 | 0 | 0.62 | 0.16 | 64.09 | 0.62 | 0.58 |
| Hex | CD | D6 | 52 | 4 | 0 | 3E | 10 | 40 | 3E | 3A |
| Octal | 315 | 326 | 122 | 4 | 0 | 76 | 20 | 100 | 76 | 72 |
| Binary | 11001101 | 11010110 | 1010010 | 100 | 0 | 111110 | 10000 | 1000000 | 111110 | 111010 |
Color Harmonies of #CDD652
Complementary color
Monochromatic Colors of #CDD652
Black with #CDD652
Text Example
Text Example
White with #CDD652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD652; }
p { color: rgb(205,214,82); }
H1.HeaderClassName
{
color: #CDD652;
}
.AnyTagClassName
{
color: #CDD652;
}
</style>
background-color css
<style>
a { background-color: #CDD652; }
a { background-color: rgb(205,214,82); }
div.DivClassName
{
background-color: #CDD652;
}
.BgClassName
{
background-color: #CDD652;
}
</style>
border-color css
<style>
span { border-color: #CDD652; }
span { border-color: rgb(205,214,82); }
td.TdClassName
{
border-color: #CDD652;
}
.TagClassName
{
border-color: #CDD652;
}
</style>