Shades of Wild Willow #CDCC66
Tints of Wild Willow #CDCC66
RGB
CMYK
RGB Variations
Color information
#CDCC66 (or 0xCDCC66) is known color: Wild Willow. HEX triplet: CD, CC and 66. RGB value is (205,204,102). Sum of RGB (Red+Green+Blue) = 205+204+102=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC66 is #323399. Grayscale: #C1C1C1. Windows color (decimal): -3290010 or 6737101. OLE color: 6737101.
HSL color Cylindrical-coordinate representation of color #CDCC66: 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.5%. Process color model (Four color, CMYK) of #CDCC66 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 102 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.20 |
| HSL | 59.42º | 0.51% | 0.6% | - |
| HSV(B) | 59.42º | 0.5% | 0.8% | - |
| XYZ | 49.17 | 57.12 | 21.01 | - |
| YUV | 192.67 | 76.83 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 102 | 0 | 0.00 | 0.50 | 0.20 | 59.42 | 0.51 | 0.6 |
| Hex | CD | CC | 66 | 0 | 0 | 32 | 14 | 3B | 33 | 3C |
| Octal | 315 | 314 | 146 | 0 | 0 | 62 | 24 | 73 | 63 | 74 |
| Binary | 11001101 | 11001100 | 1100110 | 0 | 0 | 110010 | 10100 | 111011 | 110011 | 111100 |
Color Harmonies of #CDCC66
Complementary color
Monochromatic Colors of #CDCC66
Black with #CDCC66
Text Example
Text Example
White with #CDCC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC66; }
p { color: rgb(205,204,102); }
H1.HeaderClassName
{
color: #CDCC66;
}
.AnyTagClassName
{
color: #CDCC66;
}
</style>
background-color css
<style>
a { background-color: #CDCC66; }
a { background-color: rgb(205,204,102); }
div.DivClassName
{
background-color: #CDCC66;
}
.BgClassName
{
background-color: #CDCC66;
}
</style>
border-color css
<style>
span { border-color: #CDCC66; }
span { border-color: rgb(205,204,102); }
td.TdClassName
{
border-color: #CDCC66;
}
.TagClassName
{
border-color: #CDCC66;
}
</style>