Shades of Wild Willow #CCDD52
Tints of Wild Willow #CCDD52
RGB
CMYK
RGB Variations
Color information
#CCDD52 (or 0xCCDD52) is known color: Wild Willow. HEX triplet: CC, DD and 52. RGB value is (204,221,82). Sum of RGB (Red+Green+Blue) = 204+221+82=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD52 is #3322AD. Grayscale: #C8C8C8. Windows color (decimal): -3351214 or 5430732. OLE color: 5430732.
HSL color Cylindrical-coordinate representation of color #CCDD52: hue angle of 67.34º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCDD52 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 82 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.13 |
| HSL | 67.34º | 0.67% | 0.59% | - |
| HSV(B) | 67.34º | 0.63% | 0.87% | - |
| XYZ | 52.28 | 65.16 | 17.8 | - |
| YUV | 200.07 | 61.37 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 82 | 0.08 | 0 | 0.63 | 0.13 | 67.34 | 0.67 | 0.59 |
| Hex | CC | DD | 52 | 8 | 0 | 3F | D | 43 | 43 | 3B |
| Octal | 314 | 335 | 122 | 10 | 0 | 77 | 15 | 103 | 103 | 73 |
| Binary | 11001100 | 11011101 | 1010010 | 1000 | 0 | 111111 | 1101 | 1000011 | 1000011 | 111011 |
Color Harmonies of #CCDD52
Complementary color
Monochromatic Colors of #CCDD52
Black with #CCDD52
Text Example
Text Example
White with #CCDD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD52; }
p { color: rgb(204,221,82); }
H1.HeaderClassName
{
color: #CCDD52;
}
.AnyTagClassName
{
color: #CCDD52;
}
</style>
background-color css
<style>
a { background-color: #CCDD52; }
a { background-color: rgb(204,221,82); }
div.DivClassName
{
background-color: #CCDD52;
}
.BgClassName
{
background-color: #CCDD52;
}
</style>
border-color css
<style>
span { border-color: #CCDD52; }
span { border-color: rgb(204,221,82); }
td.TdClassName
{
border-color: #CCDD52;
}
.TagClassName
{
border-color: #CCDD52;
}
</style>