Shades of Wild Willow #CCD955
Tints of Wild Willow #CCD955
RGB
CMYK
RGB Variations
Color information
#CCD955 (or 0xCCD955) is known color: Wild Willow. HEX triplet: CC, D9 and 55. RGB value is (204,217,85). Sum of RGB (Red+Green+Blue) = 204+217+85=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD955 is #3326AA. Grayscale: #C6C6C6. Windows color (decimal): -3352235 or 5626316. OLE color: 5626316.
HSL color Cylindrical-coordinate representation of color #CCD955: hue angle of 65.91º degrees, saturation: 0.63, 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 #CCD955 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 85 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.15 |
| HSL | 65.91º | 0.63% | 0.59% | - |
| HSV(B) | 65.91º | 0.61% | 0.85% | - |
| XYZ | 51.35 | 63.12 | 18.07 | - |
| YUV | 198.07 | 64.19 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 85 | 0.06 | 0 | 0.61 | 0.15 | 65.91 | 0.63 | 0.59 |
| Hex | CC | D9 | 55 | 6 | 0 | 3D | F | 42 | 3F | 3B |
| Octal | 314 | 331 | 125 | 6 | 0 | 75 | 17 | 102 | 77 | 73 |
| Binary | 11001100 | 11011001 | 1010101 | 110 | 0 | 111101 | 1111 | 1000010 | 111111 | 111011 |
Color Harmonies of #CCD955
Complementary color
Monochromatic Colors of #CCD955
Black with #CCD955
Text Example
Text Example
White with #CCD955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD955; }
p { color: rgb(204,217,85); }
H1.HeaderClassName
{
color: #CCD955;
}
.AnyTagClassName
{
color: #CCD955;
}
</style>
background-color css
<style>
a { background-color: #CCD955; }
a { background-color: rgb(204,217,85); }
div.DivClassName
{
background-color: #CCD955;
}
.BgClassName
{
background-color: #CCD955;
}
</style>
border-color css
<style>
span { border-color: #CCD955; }
span { border-color: rgb(204,217,85); }
td.TdClassName
{
border-color: #CCD955;
}
.TagClassName
{
border-color: #CCD955;
}
</style>