Shades of Wild Willow #CCD558
Tints of Wild Willow #CCD558
RGB
CMYK
RGB Variations
Color information
#CCD558 (or 0xCCD558) is known color: Wild Willow. HEX triplet: CC, D5 and 58. RGB value is (204,213,88). Sum of RGB (Red+Green+Blue) = 204+213+88=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD558 is #332AA7. Grayscale: #C4C4C4. Windows color (decimal): -3353256 or 5821900. OLE color: 5821900.
HSL color Cylindrical-coordinate representation of color #CCD558: hue angle of 64.32º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCD558 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 88 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.16 |
| HSL | 64.32º | 0.6% | 0.59% | - |
| HSV(B) | 64.32º | 0.59% | 0.84% | - |
| XYZ | 50.46 | 61.13 | 18.37 | - |
| YUV | 196.06 | 67.02 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 88 | 0.04 | 0 | 0.59 | 0.16 | 64.32 | 0.6 | 0.59 |
| Hex | CC | D5 | 58 | 4 | 0 | 3B | 10 | 40 | 3C | 3B |
| Octal | 314 | 325 | 130 | 4 | 0 | 73 | 20 | 100 | 74 | 73 |
| Binary | 11001100 | 11010101 | 1011000 | 100 | 0 | 111011 | 10000 | 1000000 | 111100 | 111011 |
Color Harmonies of #CCD558
Complementary color
Monochromatic Colors of #CCD558
Black with #CCD558
Text Example
Text Example
White with #CCD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD558; }
p { color: rgb(204,213,88); }
H1.HeaderClassName
{
color: #CCD558;
}
.AnyTagClassName
{
color: #CCD558;
}
</style>
background-color css
<style>
a { background-color: #CCD558; }
a { background-color: rgb(204,213,88); }
div.DivClassName
{
background-color: #CCD558;
}
.BgClassName
{
background-color: #CCD558;
}
</style>
border-color css
<style>
span { border-color: #CCD558; }
span { border-color: rgb(204,213,88); }
td.TdClassName
{
border-color: #CCD558;
}
.TagClassName
{
border-color: #CCD558;
}
</style>