Shades of Wild Willow #CDC863
Tints of Wild Willow #CDC863
RGB
CMYK
RGB Variations
Color information
#CDC863 (or 0xCDC863) is known color: Wild Willow. HEX triplet: CD, C8 and 63. RGB value is (205,200,99). Sum of RGB (Red+Green+Blue) = 205+200+99=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC863 is #32379C. Grayscale: #BEBEBE. Windows color (decimal): -3291037 or 6539469. OLE color: 6539469.
HSL color Cylindrical-coordinate representation of color #CDC863: hue angle of 57.17º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDC863 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 99 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.20 |
| HSL | 57.17º | 0.51% | 0.6% | - |
| HSV(B) | 57.17º | 0.52% | 0.8% | - |
| XYZ | 48.08 | 55.19 | 19.92 | - |
| YUV | 189.98 | 76.66 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 99 | 0 | 0.02 | 0.52 | 0.20 | 57.17 | 0.51 | 0.6 |
| Hex | CD | C8 | 63 | 0 | 2 | 34 | 14 | 39 | 33 | 3C |
| Octal | 315 | 310 | 143 | 0 | 2 | 64 | 24 | 71 | 63 | 74 |
| Binary | 11001101 | 11001000 | 1100011 | 0 | 10 | 110100 | 10100 | 111001 | 110011 | 111100 |
Color Harmonies of #CDC863
Complementary color
Monochromatic Colors of #CDC863
Black with #CDC863
Text Example
Text Example
White with #CDC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC863; }
p { color: rgb(205,200,99); }
H1.HeaderClassName
{
color: #CDC863;
}
.AnyTagClassName
{
color: #CDC863;
}
</style>
background-color css
<style>
a { background-color: #CDC863; }
a { background-color: rgb(205,200,99); }
div.DivClassName
{
background-color: #CDC863;
}
.BgClassName
{
background-color: #CDC863;
}
</style>
border-color css
<style>
span { border-color: #CDC863; }
span { border-color: rgb(205,200,99); }
td.TdClassName
{
border-color: #CDC863;
}
.TagClassName
{
border-color: #CDC863;
}
</style>