Shades of Wild Willow #CDCE63
Tints of Wild Willow #CDCE63
RGB
CMYK
RGB Variations
Color information
#CDCE63 (or 0xCDCE63) is known color: Wild Willow. HEX triplet: CD, CE and 63. RGB value is (205,206,99). Sum of RGB (Red+Green+Blue) = 205+206+99=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE63 is #32319C. Grayscale: #C1C1C1. Windows color (decimal): -3289501 or 6541005. OLE color: 6541005.
HSL color Cylindrical-coordinate representation of color #CDCE63: hue angle of 60.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDCE63 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 99 | - |
| CMYK | 0.00 | 0 | 0.52 | 0.19 |
| HSL | 60.56º | 0.52% | 0.6% | - |
| HSV(B) | 60.56º | 0.52% | 0.81% | - |
| XYZ | 49.5 | 58.02 | 20.39 | - |
| YUV | 193.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 99 | 0.00 | 0 | 0.52 | 0.19 | 60.56 | 0.52 | 0.6 |
| Hex | CD | CE | 63 | 0 | 0 | 34 | 13 | 3D | 34 | 3C |
| Octal | 315 | 316 | 143 | 0 | 0 | 64 | 23 | 75 | 64 | 74 |
| Binary | 11001101 | 11001110 | 1100011 | 0 | 0 | 110100 | 10011 | 111101 | 110100 | 111100 |
Color Harmonies of #CDCE63
Complementary color
Monochromatic Colors of #CDCE63
Black with #CDCE63
Text Example
Text Example
White with #CDCE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE63; }
p { color: rgb(205,206,99); }
H1.HeaderClassName
{
color: #CDCE63;
}
.AnyTagClassName
{
color: #CDCE63;
}
</style>
background-color css
<style>
a { background-color: #CDCE63; }
a { background-color: rgb(205,206,99); }
div.DivClassName
{
background-color: #CDCE63;
}
.BgClassName
{
background-color: #CDCE63;
}
</style>
border-color css
<style>
span { border-color: #CDCE63; }
span { border-color: rgb(205,206,99); }
td.TdClassName
{
border-color: #CDCE63;
}
.TagClassName
{
border-color: #CDCE63;
}
</style>