Shades of Wild Willow #CCD554
Tints of Wild Willow #CCD554
RGB
CMYK
RGB Variations
Color information
#CCD554 (or 0xCCD554) is known color: Wild Willow. HEX triplet: CC, D5 and 54. RGB value is (204,213,84). Sum of RGB (Red+Green+Blue) = 204+213+84=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 84 (33.20% from 255 or 16.77% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD554 is #332AAB. Grayscale: #C4C4C4. Windows color (decimal): -3353260 or 5559756. OLE color: 5559756.
HSL color Cylindrical-coordinate representation of color #CCD554: hue angle of 64.19º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCD554 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 84 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.16 |
| HSL | 64.19º | 0.61% | 0.58% | - |
| HSV(B) | 64.19º | 0.61% | 0.84% | - |
| XYZ | 50.3 | 61.07 | 17.52 | - |
| YUV | 195.6 | 65.02 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 84 | 0.04 | 0 | 0.61 | 0.16 | 64.19 | 0.61 | 0.58 |
| Hex | CC | D5 | 54 | 4 | 0 | 3D | 10 | 40 | 3D | 3A |
| Octal | 314 | 325 | 124 | 4 | 0 | 75 | 20 | 100 | 75 | 72 |
| Binary | 11001100 | 11010101 | 1010100 | 100 | 0 | 111101 | 10000 | 1000000 | 111101 | 111010 |
Color Harmonies of #CCD554
Complementary color
Monochromatic Colors of #CCD554
Black with #CCD554
Text Example
Text Example
White with #CCD554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD554; }
p { color: rgb(204,213,84); }
H1.HeaderClassName
{
color: #CCD554;
}
.AnyTagClassName
{
color: #CCD554;
}
</style>
background-color css
<style>
a { background-color: #CCD554; }
a { background-color: rgb(204,213,84); }
div.DivClassName
{
background-color: #CCD554;
}
.BgClassName
{
background-color: #CCD554;
}
</style>
border-color css
<style>
span { border-color: #CCD554; }
span { border-color: rgb(204,213,84); }
td.TdClassName
{
border-color: #CCD554;
}
.TagClassName
{
border-color: #CCD554;
}
</style>