Shades of Wild Willow #CCD352
Tints of Wild Willow #CCD352
RGB
CMYK
RGB Variations
Color information
#CCD352 (or 0xCCD352) is known color: Wild Willow. HEX triplet: CC, D3 and 52. RGB value is (204,211,82). Sum of RGB (Red+Green+Blue) = 204+211+82=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD352 is #332CAD. Grayscale: #C2C2C2. Windows color (decimal): -3353774 or 5428172. OLE color: 5428172.
HSL color Cylindrical-coordinate representation of color #CCD352: hue angle of 63.26º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCD352 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 82 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.17 |
| HSL | 63.26º | 0.59% | 0.57% | - |
| HSV(B) | 63.26º | 0.61% | 0.83% | - |
| XYZ | 49.72 | 60.04 | 16.95 | - |
| YUV | 194.2 | 64.68 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 82 | 0.03 | 0 | 0.61 | 0.17 | 63.26 | 0.59 | 0.57 |
| Hex | CC | D3 | 52 | 3 | 0 | 3D | 11 | 3F | 3B | 39 |
| Octal | 314 | 323 | 122 | 3 | 0 | 75 | 21 | 77 | 73 | 71 |
| Binary | 11001100 | 11010011 | 1010010 | 11 | 0 | 111101 | 10001 | 111111 | 111011 | 111001 |
Color Harmonies of #CCD352
Complementary color
Monochromatic Colors of #CCD352
Black with #CCD352
Text Example
Text Example
White with #CCD352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD352; }
p { color: rgb(204,211,82); }
H1.HeaderClassName
{
color: #CCD352;
}
.AnyTagClassName
{
color: #CCD352;
}
</style>
background-color css
<style>
a { background-color: #CCD352; }
a { background-color: rgb(204,211,82); }
div.DivClassName
{
background-color: #CCD352;
}
.BgClassName
{
background-color: #CCD352;
}
</style>
border-color css
<style>
span { border-color: #CCD352; }
span { border-color: rgb(204,211,82); }
td.TdClassName
{
border-color: #CCD352;
}
.TagClassName
{
border-color: #CCD352;
}
</style>