Shades of Wild Willow #CCDC5E
Tints of Wild Willow #CCDC5E
RGB
CMYK
RGB Variations
Color information
#CCDC5E (or 0xCCDC5E) is known color: Wild Willow. HEX triplet: CC, DC and 5E. RGB value is (204,220,94). Sum of RGB (Red+Green+Blue) = 204+220+94=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC5E is #3323A1. Grayscale: #C9C9C9. Windows color (decimal): -3351458 or 6216908. OLE color: 6216908.
HSL color Cylindrical-coordinate representation of color #CCDC5E: hue angle of 67.62º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCDC5E is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 94 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.14 |
| HSL | 67.62º | 0.64% | 0.62% | - |
| HSV(B) | 67.62º | 0.57% | 0.86% | - |
| XYZ | 52.52 | 64.83 | 20.34 | - |
| YUV | 200.85 | 67.7 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 94 | 0.07 | 0 | 0.57 | 0.14 | 67.62 | 0.64 | 0.62 |
| Hex | CC | DC | 5E | 7 | 0 | 39 | E | 44 | 40 | 3E |
| Octal | 314 | 334 | 136 | 7 | 0 | 71 | 16 | 104 | 100 | 76 |
| Binary | 11001100 | 11011100 | 1011110 | 111 | 0 | 111001 | 1110 | 1000100 | 1000000 | 111110 |
Color Harmonies of #CCDC5E
Complementary color
Monochromatic Colors of #CCDC5E
Black with #CCDC5E
Text Example
Text Example
White with #CCDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC5E; }
p { color: rgb(204,220,94); }
H1.HeaderClassName
{
color: #CCDC5E;
}
.AnyTagClassName
{
color: #CCDC5E;
}
</style>
background-color css
<style>
a { background-color: #CCDC5E; }
a { background-color: rgb(204,220,94); }
div.DivClassName
{
background-color: #CCDC5E;
}
.BgClassName
{
background-color: #CCDC5E;
}
</style>
border-color css
<style>
span { border-color: #CCDC5E; }
span { border-color: rgb(204,220,94); }
td.TdClassName
{
border-color: #CCDC5E;
}
.TagClassName
{
border-color: #CCDC5E;
}
</style>