Shades of Wild Willow #CDCE55
Tints of Wild Willow #CDCE55
RGB
CMYK
RGB Variations
Color information
#CDCE55 (or 0xCDCE55) is known color: Wild Willow. HEX triplet: CD, CE and 55. RGB value is (205,206,85). Sum of RGB (Red+Green+Blue) = 205+206+85=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE55 is #3231AA. Grayscale: #C0C0C0. Windows color (decimal): -3289515 or 5623501. OLE color: 5623501.
HSL color Cylindrical-coordinate representation of color #CDCE55: hue angle of 60.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDCE55 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 85 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.19 |
| HSL | 60.5º | 0.55% | 0.57% | - |
| HSV(B) | 60.5º | 0.59% | 0.81% | - |
| XYZ | 48.89 | 57.78 | 17.17 | - |
| YUV | 191.91 | 67.67 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 85 | 0.00 | 0 | 0.59 | 0.19 | 60.5 | 0.55 | 0.57 |
| Hex | CD | CE | 55 | 0 | 0 | 3B | 13 | 3C | 37 | 39 |
| Octal | 315 | 316 | 125 | 0 | 0 | 73 | 23 | 74 | 67 | 71 |
| Binary | 11001101 | 11001110 | 1010101 | 0 | 0 | 111011 | 10011 | 111100 | 110111 | 111001 |
Color Harmonies of #CDCE55
Complementary color
Monochromatic Colors of #CDCE55
Black with #CDCE55
Text Example
Text Example
White with #CDCE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE55; }
p { color: rgb(205,206,85); }
H1.HeaderClassName
{
color: #CDCE55;
}
.AnyTagClassName
{
color: #CDCE55;
}
</style>
background-color css
<style>
a { background-color: #CDCE55; }
a { background-color: rgb(205,206,85); }
div.DivClassName
{
background-color: #CDCE55;
}
.BgClassName
{
background-color: #CDCE55;
}
</style>
border-color css
<style>
span { border-color: #CDCE55; }
span { border-color: rgb(205,206,85); }
td.TdClassName
{
border-color: #CDCE55;
}
.TagClassName
{
border-color: #CDCE55;
}
</style>