Shades of Wild Willow #CDDB52
Tints of Wild Willow #CDDB52
RGB
CMYK
RGB Variations
Color information
#CDDB52 (or 0xCDDB52) is known color: Wild Willow. HEX triplet: CD, DB and 52. RGB value is (205,219,82). Sum of RGB (Red+Green+Blue) = 205+219+82=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB52 is #3224AD. Grayscale: #C7C7C7. Windows color (decimal): -3286190 or 5430221. OLE color: 5430221.
HSL color Cylindrical-coordinate representation of color #CDDB52: hue angle of 66.13º 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 #CDDB52 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 82 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.14 |
| HSL | 66.13º | 0.66% | 0.59% | - |
| HSV(B) | 66.13º | 0.63% | 0.86% | - |
| XYZ | 52.03 | 64.25 | 17.64 | - |
| YUV | 199.2 | 61.86 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 82 | 0.06 | 0 | 0.63 | 0.14 | 66.13 | 0.66 | 0.59 |
| Hex | CD | DB | 52 | 6 | 0 | 3F | E | 42 | 42 | 3B |
| Octal | 315 | 333 | 122 | 6 | 0 | 77 | 16 | 102 | 102 | 73 |
| Binary | 11001101 | 11011011 | 1010010 | 110 | 0 | 111111 | 1110 | 1000010 | 1000010 | 111011 |
Color Harmonies of #CDDB52
Complementary color
Monochromatic Colors of #CDDB52
Black with #CDDB52
Text Example
Text Example
White with #CDDB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB52; }
p { color: rgb(205,219,82); }
H1.HeaderClassName
{
color: #CDDB52;
}
.AnyTagClassName
{
color: #CDDB52;
}
</style>
background-color css
<style>
a { background-color: #CDDB52; }
a { background-color: rgb(205,219,82); }
div.DivClassName
{
background-color: #CDDB52;
}
.BgClassName
{
background-color: #CDDB52;
}
</style>
border-color css
<style>
span { border-color: #CDDB52; }
span { border-color: rgb(205,219,82); }
td.TdClassName
{
border-color: #CDDB52;
}
.TagClassName
{
border-color: #CDDB52;
}
</style>