Shades of Wild Willow #CDC861
Tints of Wild Willow #CDC861
RGB
CMYK
RGB Variations
Color information
#CDC861 (or 0xCDC861) is known color: Wild Willow. HEX triplet: CD, C8 and 61. RGB value is (205,200,97). Sum of RGB (Red+Green+Blue) = 205+200+97=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC861 is #32379E. Grayscale: #BEBEBE. Windows color (decimal): -3291039 or 6408397. OLE color: 6408397.
HSL color Cylindrical-coordinate representation of color #CDC861: hue angle of 57.22º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDC861 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 97 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.20 |
| HSL | 57.22º | 0.52% | 0.59% | - |
| HSV(B) | 57.22º | 0.53% | 0.8% | - |
| XYZ | 47.99 | 55.15 | 19.43 | - |
| YUV | 189.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 97 | 0 | 0.02 | 0.53 | 0.20 | 57.22 | 0.52 | 0.59 |
| Hex | CD | C8 | 61 | 0 | 2 | 35 | 14 | 39 | 34 | 3B |
| Octal | 315 | 310 | 141 | 0 | 2 | 65 | 24 | 71 | 64 | 73 |
| Binary | 11001101 | 11001000 | 1100001 | 0 | 10 | 110101 | 10100 | 111001 | 110100 | 111011 |
Color Harmonies of #CDC861
Complementary color
Monochromatic Colors of #CDC861
Black with #CDC861
Text Example
Text Example
White with #CDC861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC861; }
p { color: rgb(205,200,97); }
H1.HeaderClassName
{
color: #CDC861;
}
.AnyTagClassName
{
color: #CDC861;
}
</style>
background-color css
<style>
a { background-color: #CDC861; }
a { background-color: rgb(205,200,97); }
div.DivClassName
{
background-color: #CDC861;
}
.BgClassName
{
background-color: #CDC861;
}
</style>
border-color css
<style>
span { border-color: #CDC861; }
span { border-color: rgb(205,200,97); }
td.TdClassName
{
border-color: #CDC861;
}
.TagClassName
{
border-color: #CDC861;
}
</style>