Shades of Wild Willow #CDCC65
Tints of Wild Willow #CDCC65
RGB
CMYK
RGB Variations
Color information
#CDCC65 (or 0xCDCC65) is known color: Wild Willow. HEX triplet: CD, CC and 65. RGB value is (205,204,101). Sum of RGB (Red+Green+Blue) = 205+204+101=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC65 is #32339A. Grayscale: #C0C0C0. Windows color (decimal): -3290011 or 6671565. OLE color: 6671565.
HSL color Cylindrical-coordinate representation of color #CDCC65: hue angle of 59.42º 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 #CDCC65 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 101 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.20 |
| HSL | 59.42º | 0.51% | 0.6% | - |
| HSV(B) | 59.42º | 0.51% | 0.8% | - |
| XYZ | 49.12 | 57.1 | 20.75 | - |
| YUV | 192.56 | 76.33 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 101 | 0 | 0.00 | 0.51 | 0.20 | 59.42 | 0.51 | 0.6 |
| Hex | CD | CC | 65 | 0 | 0 | 33 | 14 | 3B | 33 | 3C |
| Octal | 315 | 314 | 145 | 0 | 0 | 63 | 24 | 73 | 63 | 74 |
| Binary | 11001101 | 11001100 | 1100101 | 0 | 0 | 110011 | 10100 | 111011 | 110011 | 111100 |
Color Harmonies of #CDCC65
Complementary color
Monochromatic Colors of #CDCC65
Black with #CDCC65
Text Example
Text Example
White with #CDCC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC65; }
p { color: rgb(205,204,101); }
H1.HeaderClassName
{
color: #CDCC65;
}
.AnyTagClassName
{
color: #CDCC65;
}
</style>
background-color css
<style>
a { background-color: #CDCC65; }
a { background-color: rgb(205,204,101); }
div.DivClassName
{
background-color: #CDCC65;
}
.BgClassName
{
background-color: #CDCC65;
}
</style>
border-color css
<style>
span { border-color: #CDCC65; }
span { border-color: rgb(205,204,101); }
td.TdClassName
{
border-color: #CDCC65;
}
.TagClassName
{
border-color: #CDCC65;
}
</style>