Shades of Wild Willow #CDDC52
Tints of Wild Willow #CDDC52
RGB
CMYK
RGB Variations
Color information
#CDDC52 (or 0xCDDC52) is known color: Wild Willow. HEX triplet: CD, DC and 52. RGB value is (205,220,82). Sum of RGB (Red+Green+Blue) = 205+220+82=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC52 is #3223AD. Grayscale: #C8C8C8. Windows color (decimal): -3285934 or 5430477. OLE color: 5430477.
HSL color Cylindrical-coordinate representation of color #CDDC52: hue angle of 66.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDDC52 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 82 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.14 |
| HSL | 66.52º | 0.66% | 0.59% | - |
| HSV(B) | 66.52º | 0.63% | 0.86% | - |
| XYZ | 52.29 | 64.77 | 17.73 | - |
| YUV | 199.78 | 61.53 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 82 | 0.07 | 0 | 0.63 | 0.14 | 66.52 | 0.66 | 0.59 |
| Hex | CD | DC | 52 | 7 | 0 | 3F | E | 43 | 42 | 3B |
| Octal | 315 | 334 | 122 | 7 | 0 | 77 | 16 | 103 | 102 | 73 |
| Binary | 11001101 | 11011100 | 1010010 | 111 | 0 | 111111 | 1110 | 1000011 | 1000010 | 111011 |
Color Harmonies of #CDDC52
Complementary color
Monochromatic Colors of #CDDC52
Black with #CDDC52
Text Example
Text Example
White with #CDDC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC52; }
p { color: rgb(205,220,82); }
H1.HeaderClassName
{
color: #CDDC52;
}
.AnyTagClassName
{
color: #CDDC52;
}
</style>
background-color css
<style>
a { background-color: #CDDC52; }
a { background-color: rgb(205,220,82); }
div.DivClassName
{
background-color: #CDDC52;
}
.BgClassName
{
background-color: #CDDC52;
}
</style>
border-color css
<style>
span { border-color: #CDDC52; }
span { border-color: rgb(205,220,82); }
td.TdClassName
{
border-color: #CDDC52;
}
.TagClassName
{
border-color: #CDDC52;
}
</style>