Shades of Wild Willow #CDCC63
Tints of Wild Willow #CDCC63
RGB
CMYK
RGB Variations
Color information
#CDCC63 (or 0xCDCC63) is known color: Wild Willow. HEX triplet: CD, CC and 63. RGB value is (205,204,99). Sum of RGB (Red+Green+Blue) = 205+204+99=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC63 is #32339C. Grayscale: #C0C0C0. Windows color (decimal): -3290013 or 6540493. OLE color: 6540493.
HSL color Cylindrical-coordinate representation of color #CDCC63: hue angle of 59.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDCC63 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 99 | - |
| CMYK | 0 | 0.00 | 0.52 | 0.20 |
| HSL | 59.43º | 0.51% | 0.6% | - |
| HSV(B) | 59.43º | 0.52% | 0.8% | - |
| XYZ | 49.02 | 57.07 | 20.24 | - |
| YUV | 192.33 | 75.33 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 99 | 0 | 0.00 | 0.52 | 0.20 | 59.43 | 0.51 | 0.6 |
| Hex | CD | CC | 63 | 0 | 0 | 34 | 14 | 3B | 33 | 3C |
| Octal | 315 | 314 | 143 | 0 | 0 | 64 | 24 | 73 | 63 | 74 |
| Binary | 11001101 | 11001100 | 1100011 | 0 | 0 | 110100 | 10100 | 111011 | 110011 | 111100 |
Color Harmonies of #CDCC63
Complementary color
Monochromatic Colors of #CDCC63
Black with #CDCC63
Text Example
Text Example
White with #CDCC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC63; }
p { color: rgb(205,204,99); }
H1.HeaderClassName
{
color: #CDCC63;
}
.AnyTagClassName
{
color: #CDCC63;
}
</style>
background-color css
<style>
a { background-color: #CDCC63; }
a { background-color: rgb(205,204,99); }
div.DivClassName
{
background-color: #CDCC63;
}
.BgClassName
{
background-color: #CDCC63;
}
</style>
border-color css
<style>
span { border-color: #CDCC63; }
span { border-color: rgb(205,204,99); }
td.TdClassName
{
border-color: #CDCC63;
}
.TagClassName
{
border-color: #CDCC63;
}
</style>