Shades of Wild Willow #CDCE64
Tints of Wild Willow #CDCE64
RGB
CMYK
RGB Variations
Color information
#CDCE64 (or 0xCDCE64) is known color: Wild Willow. HEX triplet: CD, CE and 64. RGB value is (205,206,100). Sum of RGB (Red+Green+Blue) = 205+206+100=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE64 is #32319B. Grayscale: #C2C2C2. Windows color (decimal): -3289500 or 6606541. OLE color: 6606541.
HSL color Cylindrical-coordinate representation of color #CDCE64: 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 #CDCE64 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 100 | - |
| 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.55 | 58.04 | 20.65 | - |
| YUV | 193.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 100 | 0.00 | 0 | 0.51 | 0.19 | 60.57 | 0.52 | 0.6 |
| Hex | CD | CE | 64 | 0 | 0 | 33 | 13 | 3D | 34 | 3C |
| Octal | 315 | 316 | 144 | 0 | 0 | 63 | 23 | 75 | 64 | 74 |
| Binary | 11001101 | 11001110 | 1100100 | 0 | 0 | 110011 | 10011 | 111101 | 110100 | 111100 |
Color Harmonies of #CDCE64
Complementary color
Monochromatic Colors of #CDCE64
Black with #CDCE64
Text Example
Text Example
White with #CDCE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE64; }
p { color: rgb(205,206,100); }
H1.HeaderClassName
{
color: #CDCE64;
}
.AnyTagClassName
{
color: #CDCE64;
}
</style>
background-color css
<style>
a { background-color: #CDCE64; }
a { background-color: rgb(205,206,100); }
div.DivClassName
{
background-color: #CDCE64;
}
.BgClassName
{
background-color: #CDCE64;
}
</style>
border-color css
<style>
span { border-color: #CDCE64; }
span { border-color: rgb(205,206,100); }
td.TdClassName
{
border-color: #CDCE64;
}
.TagClassName
{
border-color: #CDCE64;
}
</style>