Shades of Wild Willow #CCD954
Tints of Wild Willow #CCD954
RGB
CMYK
RGB Variations
Color information
#CCD954 (or 0xCCD954) is known color: Wild Willow. HEX triplet: CC, D9 and 54. RGB value is (204,217,84). Sum of RGB (Red+Green+Blue) = 204+217+84=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD954 is #3326AB. Grayscale: #C6C6C6. Windows color (decimal): -3352236 or 5560780. OLE color: 5560780.
HSL color Cylindrical-coordinate representation of color #CCD954: hue angle of 65.86º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCD954 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 84 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.15 |
| HSL | 65.86º | 0.64% | 0.59% | - |
| HSV(B) | 65.86º | 0.61% | 0.85% | - |
| XYZ | 51.31 | 63.1 | 17.86 | - |
| YUV | 197.95 | 63.69 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 84 | 0.06 | 0 | 0.61 | 0.15 | 65.86 | 0.64 | 0.59 |
| Hex | CC | D9 | 54 | 6 | 0 | 3D | F | 42 | 40 | 3B |
| Octal | 314 | 331 | 124 | 6 | 0 | 75 | 17 | 102 | 100 | 73 |
| Binary | 11001100 | 11011001 | 1010100 | 110 | 0 | 111101 | 1111 | 1000010 | 1000000 | 111011 |
Color Harmonies of #CCD954
Complementary color
Monochromatic Colors of #CCD954
Black with #CCD954
Text Example
Text Example
White with #CCD954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD954; }
p { color: rgb(204,217,84); }
H1.HeaderClassName
{
color: #CCD954;
}
.AnyTagClassName
{
color: #CCD954;
}
</style>
background-color css
<style>
a { background-color: #CCD954; }
a { background-color: rgb(204,217,84); }
div.DivClassName
{
background-color: #CCD954;
}
.BgClassName
{
background-color: #CCD954;
}
</style>
border-color css
<style>
span { border-color: #CCD954; }
span { border-color: rgb(204,217,84); }
td.TdClassName
{
border-color: #CCD954;
}
.TagClassName
{
border-color: #CCD954;
}
</style>