Shades of Wild Willow #CCD551
Tints of Wild Willow #CCD551
RGB
CMYK
RGB Variations
Color information
#CCD551 (or 0xCCD551) is known color: Wild Willow. HEX triplet: CC, D5 and 51. RGB value is (204,213,81). Sum of RGB (Red+Green+Blue) = 204+213+81=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 81 (32.03% from 255 or 16.27% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD551 is #332AAE. Grayscale: #C3C3C3. Windows color (decimal): -3353263 or 5363148. OLE color: 5363148.
HSL color Cylindrical-coordinate representation of color #CCD551: hue angle of 64.09º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCD551 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 81 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.16 |
| HSL | 64.09º | 0.61% | 0.58% | - |
| HSV(B) | 64.09º | 0.62% | 0.84% | - |
| XYZ | 50.18 | 61.02 | 16.92 | - |
| YUV | 195.26 | 63.52 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 81 | 0.04 | 0 | 0.62 | 0.16 | 64.09 | 0.61 | 0.58 |
| Hex | CC | D5 | 51 | 4 | 0 | 3E | 10 | 40 | 3D | 3A |
| Octal | 314 | 325 | 121 | 4 | 0 | 76 | 20 | 100 | 75 | 72 |
| Binary | 11001100 | 11010101 | 1010001 | 100 | 0 | 111110 | 10000 | 1000000 | 111101 | 111010 |
Color Harmonies of #CCD551
Complementary color
Monochromatic Colors of #CCD551
Black with #CCD551
Text Example
Text Example
White with #CCD551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD551; }
p { color: rgb(204,213,81); }
H1.HeaderClassName
{
color: #CCD551;
}
.AnyTagClassName
{
color: #CCD551;
}
</style>
background-color css
<style>
a { background-color: #CCD551; }
a { background-color: rgb(204,213,81); }
div.DivClassName
{
background-color: #CCD551;
}
.BgClassName
{
background-color: #CCD551;
}
</style>
border-color css
<style>
span { border-color: #CCD551; }
span { border-color: rgb(204,213,81); }
td.TdClassName
{
border-color: #CCD551;
}
.TagClassName
{
border-color: #CCD551;
}
</style>