Shades of Wild Willow #CDC963
Tints of Wild Willow #CDC963
RGB
CMYK
RGB Variations
Color information
#CDC963 (or 0xCDC963) is known color: Wild Willow. HEX triplet: CD, C9 and 63. RGB value is (205,201,99). Sum of RGB (Red+Green+Blue) = 205+201+99=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC963 is #32369C. Grayscale: #BEBEBE. Windows color (decimal): -3290781 or 6539725. OLE color: 6539725.
HSL color Cylindrical-coordinate representation of color #CDC963: hue angle of 57.74º 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 #CDC963 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 99 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.20 |
| HSL | 57.74º | 0.51% | 0.6% | - |
| HSV(B) | 57.74º | 0.52% | 0.8% | - |
| XYZ | 48.32 | 55.65 | 20 | - |
| YUV | 190.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 99 | 0 | 0.02 | 0.52 | 0.20 | 57.74 | 0.51 | 0.6 |
| Hex | CD | C9 | 63 | 0 | 2 | 34 | 14 | 3A | 33 | 3C |
| Octal | 315 | 311 | 143 | 0 | 2 | 64 | 24 | 72 | 63 | 74 |
| Binary | 11001101 | 11001001 | 1100011 | 0 | 10 | 110100 | 10100 | 111010 | 110011 | 111100 |
Color Harmonies of #CDC963
Complementary color
Monochromatic Colors of #CDC963
Black with #CDC963
Text Example
Text Example
White with #CDC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC963; }
p { color: rgb(205,201,99); }
H1.HeaderClassName
{
color: #CDC963;
}
.AnyTagClassName
{
color: #CDC963;
}
</style>
background-color css
<style>
a { background-color: #CDC963; }
a { background-color: rgb(205,201,99); }
div.DivClassName
{
background-color: #CDC963;
}
.BgClassName
{
background-color: #CDC963;
}
</style>
border-color css
<style>
span { border-color: #CDC963; }
span { border-color: rgb(205,201,99); }
td.TdClassName
{
border-color: #CDC963;
}
.TagClassName
{
border-color: #CDC963;
}
</style>