Shades of Wild Willow #CDCE65
Tints of Wild Willow #CDCE65
RGB
CMYK
RGB Variations
Color information
#CDCE65 (or 0xCDCE65) is known color: Wild Willow. HEX triplet: CD, CE and 65. RGB value is (205,206,101). Sum of RGB (Red+Green+Blue) = 205+206+101=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE65 is #32319A. Grayscale: #C2C2C2. Windows color (decimal): -3289499 or 6672077. OLE color: 6672077.
HSL color Cylindrical-coordinate representation of color #CDCE65: hue angle of 60.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDCE65 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 101 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.19 |
| HSL | 60.57º | 0.52% | 0.6% | - |
| HSV(B) | 60.57º | 0.51% | 0.81% | - |
| XYZ | 49.6 | 58.06 | 20.9 | - |
| YUV | 193.73 | 75.67 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 101 | 0.00 | 0 | 0.51 | 0.19 | 60.57 | 0.52 | 0.6 |
| Hex | CD | CE | 65 | 0 | 0 | 33 | 13 | 3D | 34 | 3C |
| Octal | 315 | 316 | 145 | 0 | 0 | 63 | 23 | 75 | 64 | 74 |
| Binary | 11001101 | 11001110 | 1100101 | 0 | 0 | 110011 | 10011 | 111101 | 110100 | 111100 |
Color Harmonies of #CDCE65
Complementary color
Monochromatic Colors of #CDCE65
Black with #CDCE65
Text Example
Text Example
White with #CDCE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE65; }
p { color: rgb(205,206,101); }
H1.HeaderClassName
{
color: #CDCE65;
}
.AnyTagClassName
{
color: #CDCE65;
}
</style>
background-color css
<style>
a { background-color: #CDCE65; }
a { background-color: rgb(205,206,101); }
div.DivClassName
{
background-color: #CDCE65;
}
.BgClassName
{
background-color: #CDCE65;
}
</style>
border-color css
<style>
span { border-color: #CDCE65; }
span { border-color: rgb(205,206,101); }
td.TdClassName
{
border-color: #CDCE65;
}
.TagClassName
{
border-color: #CDCE65;
}
</style>