Shades of Wild Willow #CDCD65
Tints of Wild Willow #CDCD65
RGB
CMYK
RGB Variations
Color information
#CDCD65 (or 0xCDCD65) is known color: Wild Willow. HEX triplet: CD, CD and 65. RGB value is (205,205,101). Sum of RGB (Red+Green+Blue) = 205+205+101=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD65 is #32329A. Grayscale: #C1C1C1. Windows color (decimal): -3289755 or 6671821. OLE color: 6671821.
HSL color Cylindrical-coordinate representation of color #CDCD65: hue angle of 60º 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 #CDCD65 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 101 | - |
| CMYK | 0 | 0 | 0.51 | 0.20 |
| HSL | 60º | 0.51% | 0.6% | - |
| HSV(B) | 60º | 0.51% | 0.8% | - |
| XYZ | 49.36 | 57.58 | 20.82 | - |
| YUV | 193.14 | 76 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 101 | 0 | 0 | 0.51 | 0.20 | 60 | 0.51 | 0.6 |
| Hex | CD | CD | 65 | 0 | 0 | 33 | 14 | 3C | 33 | 3C |
| Octal | 315 | 315 | 145 | 0 | 0 | 63 | 24 | 74 | 63 | 74 |
| Binary | 11001101 | 11001101 | 1100101 | 0 | 0 | 110011 | 10100 | 111100 | 110011 | 111100 |
Color Harmonies of #CDCD65
Complementary color
Monochromatic Colors of #CDCD65
Black with #CDCD65
Text Example
Text Example
White with #CDCD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD65; }
p { color: rgb(205,205,101); }
H1.HeaderClassName
{
color: #CDCD65;
}
.AnyTagClassName
{
color: #CDCD65;
}
</style>
background-color css
<style>
a { background-color: #CDCD65; }
a { background-color: rgb(205,205,101); }
div.DivClassName
{
background-color: #CDCD65;
}
.BgClassName
{
background-color: #CDCD65;
}
</style>
border-color css
<style>
span { border-color: #CDCD65; }
span { border-color: rgb(205,205,101); }
td.TdClassName
{
border-color: #CDCD65;
}
.TagClassName
{
border-color: #CDCD65;
}
</style>