Shades of Wild Willow #CCDC56
Tints of Wild Willow #CCDC56
RGB
CMYK
RGB Variations
Color information
#CCDC56 (or 0xCCDC56) is known color: Wild Willow. HEX triplet: CC, DC and 56. RGB value is (204,220,86). Sum of RGB (Red+Green+Blue) = 204+220+86=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC56 is #3323A9. Grayscale: #C8C8C8. Windows color (decimal): -3351466 or 5692620. OLE color: 5692620.
HSL color Cylindrical-coordinate representation of color #CCDC56: hue angle of 67.16º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCDC56 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 86 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.14 |
| HSL | 67.16º | 0.66% | 0.6% | - |
| HSV(B) | 67.16º | 0.61% | 0.86% | - |
| XYZ | 52.17 | 64.7 | 18.54 | - |
| YUV | 199.94 | 63.7 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 86 | 0.07 | 0 | 0.61 | 0.14 | 67.16 | 0.66 | 0.6 |
| Hex | CC | DC | 56 | 7 | 0 | 3D | E | 43 | 42 | 3C |
| Octal | 314 | 334 | 126 | 7 | 0 | 75 | 16 | 103 | 102 | 74 |
| Binary | 11001100 | 11011100 | 1010110 | 111 | 0 | 111101 | 1110 | 1000011 | 1000010 | 111100 |
Color Harmonies of #CCDC56
Complementary color
Monochromatic Colors of #CCDC56
Black with #CCDC56
Text Example
Text Example
White with #CCDC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC56; }
p { color: rgb(204,220,86); }
H1.HeaderClassName
{
color: #CCDC56;
}
.AnyTagClassName
{
color: #CCDC56;
}
</style>
background-color css
<style>
a { background-color: #CCDC56; }
a { background-color: rgb(204,220,86); }
div.DivClassName
{
background-color: #CCDC56;
}
.BgClassName
{
background-color: #CCDC56;
}
</style>
border-color css
<style>
span { border-color: #CCDC56; }
span { border-color: rgb(204,220,86); }
td.TdClassName
{
border-color: #CCDC56;
}
.TagClassName
{
border-color: #CCDC56;
}
</style>