Shades of Wild Willow #CCDC5F
Tints of Wild Willow #CCDC5F
RGB
CMYK
RGB Variations
Color information
#CCDC5F (or 0xCCDC5F) is known color: Wild Willow. HEX triplet: CC, DC and 5F. RGB value is (204,220,95). Sum of RGB (Red+Green+Blue) = 204+220+95=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC5F is #3323A0. Grayscale: #C9C9C9. Windows color (decimal): -3351457 or 6282444. OLE color: 6282444.
HSL color Cylindrical-coordinate representation of color #CCDC5F: hue angle of 67.68º 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 #CCDC5F is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 95 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.14 |
| HSL | 67.68º | 0.64% | 0.62% | - |
| HSV(B) | 67.68º | 0.57% | 0.86% | - |
| XYZ | 52.56 | 64.85 | 20.57 | - |
| YUV | 200.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 95 | 0.07 | 0 | 0.57 | 0.14 | 67.68 | 0.64 | 0.62 |
| Hex | CC | DC | 5F | 7 | 0 | 39 | E | 44 | 40 | 3E |
| Octal | 314 | 334 | 137 | 7 | 0 | 71 | 16 | 104 | 100 | 76 |
| Binary | 11001100 | 11011100 | 1011111 | 111 | 0 | 111001 | 1110 | 1000100 | 1000000 | 111110 |
Color Harmonies of #CCDC5F
Complementary color
Monochromatic Colors of #CCDC5F
Black with #CCDC5F
Text Example
Text Example
White with #CCDC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC5F; }
p { color: rgb(204,220,95); }
H1.HeaderClassName
{
color: #CCDC5F;
}
.AnyTagClassName
{
color: #CCDC5F;
}
</style>
background-color css
<style>
a { background-color: #CCDC5F; }
a { background-color: rgb(204,220,95); }
div.DivClassName
{
background-color: #CCDC5F;
}
.BgClassName
{
background-color: #CCDC5F;
}
</style>
border-color css
<style>
span { border-color: #CCDC5F; }
span { border-color: rgb(204,220,95); }
td.TdClassName
{
border-color: #CCDC5F;
}
.TagClassName
{
border-color: #CCDC5F;
}
</style>