Shades of Wild Willow #CDC865
Tints of Wild Willow #CDC865
RGB
CMYK
RGB Variations
Color information
#CDC865 (or 0xCDC865) is known color: Wild Willow. HEX triplet: CD, C8 and 65. RGB value is (205,200,101). Sum of RGB (Red+Green+Blue) = 205+200+101=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC865 is #32379A. Grayscale: #BEBEBE. Windows color (decimal): -3291035 or 6670541. OLE color: 6670541.
HSL color Cylindrical-coordinate representation of color #CDC865: hue angle of 57.12º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDC865 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 101 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.20 |
| HSL | 57.12º | 0.51% | 0.6% | - |
| HSV(B) | 57.12º | 0.51% | 0.8% | - |
| XYZ | 48.18 | 55.23 | 20.43 | - |
| YUV | 190.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 101 | 0 | 0.02 | 0.51 | 0.20 | 57.12 | 0.51 | 0.6 |
| Hex | CD | C8 | 65 | 0 | 2 | 33 | 14 | 39 | 33 | 3C |
| Octal | 315 | 310 | 145 | 0 | 2 | 63 | 24 | 71 | 63 | 74 |
| Binary | 11001101 | 11001000 | 1100101 | 0 | 10 | 110011 | 10100 | 111001 | 110011 | 111100 |
Color Harmonies of #CDC865
Complementary color
Monochromatic Colors of #CDC865
Black with #CDC865
Text Example
Text Example
White with #CDC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC865; }
p { color: rgb(205,200,101); }
H1.HeaderClassName
{
color: #CDC865;
}
.AnyTagClassName
{
color: #CDC865;
}
</style>
background-color css
<style>
a { background-color: #CDC865; }
a { background-color: rgb(205,200,101); }
div.DivClassName
{
background-color: #CDC865;
}
.BgClassName
{
background-color: #CDC865;
}
</style>
border-color css
<style>
span { border-color: #CDC865; }
span { border-color: rgb(205,200,101); }
td.TdClassName
{
border-color: #CDC865;
}
.TagClassName
{
border-color: #CDC865;
}
</style>