Shades of Wild Willow #CCD852
Tints of Wild Willow #CCD852
RGB
CMYK
RGB Variations
Color information
#CCD852 (or 0xCCD852) is known color: Wild Willow. HEX triplet: CC, D8 and 52. RGB value is (204,216,82). Sum of RGB (Red+Green+Blue) = 204+216+82=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD852 is #3327AD. Grayscale: #C5C5C5. Windows color (decimal): -3352494 or 5429452. OLE color: 5429452.
HSL color Cylindrical-coordinate representation of color #CCD852: hue angle of 65.37º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCD852 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 82 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.15 |
| HSL | 65.37º | 0.63% | 0.58% | - |
| HSV(B) | 65.37º | 0.62% | 0.85% | - |
| XYZ | 50.98 | 62.56 | 17.37 | - |
| YUV | 197.14 | 63.02 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 82 | 0.06 | 0 | 0.62 | 0.15 | 65.37 | 0.63 | 0.58 |
| Hex | CC | D8 | 52 | 6 | 0 | 3E | F | 41 | 3F | 3A |
| Octal | 314 | 330 | 122 | 6 | 0 | 76 | 17 | 101 | 77 | 72 |
| Binary | 11001100 | 11011000 | 1010010 | 110 | 0 | 111110 | 1111 | 1000001 | 111111 | 111010 |
Color Harmonies of #CCD852
Complementary color
Monochromatic Colors of #CCD852
Black with #CCD852
Text Example
Text Example
White with #CCD852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD852; }
p { color: rgb(204,216,82); }
H1.HeaderClassName
{
color: #CCD852;
}
.AnyTagClassName
{
color: #CCD852;
}
</style>
background-color css
<style>
a { background-color: #CCD852; }
a { background-color: rgb(204,216,82); }
div.DivClassName
{
background-color: #CCD852;
}
.BgClassName
{
background-color: #CCD852;
}
</style>
border-color css
<style>
span { border-color: #CCD852; }
span { border-color: rgb(204,216,82); }
td.TdClassName
{
border-color: #CCD852;
}
.TagClassName
{
border-color: #CCD852;
}
</style>