Shades of Wild Willow #CCDD54
Tints of Wild Willow #CCDD54
RGB
CMYK
RGB Variations
Color information
#CCDD54 (or 0xCCDD54) is known color: Wild Willow. HEX triplet: CC, DD and 54. RGB value is (204,221,84). Sum of RGB (Red+Green+Blue) = 204+221+84=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 84 (33.20% from 255 or 16.50% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD54 is #3322AB. Grayscale: #C8C8C8. Windows color (decimal): -3351212 or 5561804. OLE color: 5561804.
HSL color Cylindrical-coordinate representation of color #CCDD54: hue angle of 67.45º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCDD54 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 84 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.13 |
| HSL | 67.45º | 0.67% | 0.6% | - |
| HSV(B) | 67.45º | 0.62% | 0.87% | - |
| XYZ | 52.36 | 65.19 | 18.21 | - |
| YUV | 200.3 | 62.37 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 84 | 0.08 | 0 | 0.62 | 0.13 | 67.45 | 0.67 | 0.6 |
| Hex | CC | DD | 54 | 8 | 0 | 3E | D | 43 | 43 | 3C |
| Octal | 314 | 335 | 124 | 10 | 0 | 76 | 15 | 103 | 103 | 74 |
| Binary | 11001100 | 11011101 | 1010100 | 1000 | 0 | 111110 | 1101 | 1000011 | 1000011 | 111100 |
Color Harmonies of #CCDD54
Complementary color
Monochromatic Colors of #CCDD54
Black with #CCDD54
Text Example
Text Example
White with #CCDD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD54; }
p { color: rgb(204,221,84); }
H1.HeaderClassName
{
color: #CCDD54;
}
.AnyTagClassName
{
color: #CCDD54;
}
</style>
background-color css
<style>
a { background-color: #CCDD54; }
a { background-color: rgb(204,221,84); }
div.DivClassName
{
background-color: #CCDD54;
}
.BgClassName
{
background-color: #CCDD54;
}
</style>
border-color css
<style>
span { border-color: #CCDD54; }
span { border-color: rgb(204,221,84); }
td.TdClassName
{
border-color: #CCDD54;
}
.TagClassName
{
border-color: #CCDD54;
}
</style>