Shades of Wild Willow #CCDD53
Tints of Wild Willow #CCDD53
RGB
CMYK
RGB Variations
Color information
#CCDD53 (or 0xCCDD53) is known color: Wild Willow. HEX triplet: CC, DD and 53. RGB value is (204,221,83). Sum of RGB (Red+Green+Blue) = 204+221+83=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 83 (32.81% from 255 or 16.34% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD53 is #3322AC. Grayscale: #C8C8C8. Windows color (decimal): -3351213 or 5496268. OLE color: 5496268.
HSL color Cylindrical-coordinate representation of color #CCDD53: hue angle of 67.39º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCDD53 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 83 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.13 |
| HSL | 67.39º | 0.67% | 0.6% | - |
| HSV(B) | 67.39º | 0.62% | 0.87% | - |
| XYZ | 52.32 | 65.17 | 18.01 | - |
| YUV | 200.19 | 61.87 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 83 | 0.08 | 0 | 0.62 | 0.13 | 67.39 | 0.67 | 0.6 |
| Hex | CC | DD | 53 | 8 | 0 | 3E | D | 43 | 43 | 3C |
| Octal | 314 | 335 | 123 | 10 | 0 | 76 | 15 | 103 | 103 | 74 |
| Binary | 11001100 | 11011101 | 1010011 | 1000 | 0 | 111110 | 1101 | 1000011 | 1000011 | 111100 |
Color Harmonies of #CCDD53
Complementary color
Monochromatic Colors of #CCDD53
Black with #CCDD53
Text Example
Text Example
White with #CCDD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD53; }
p { color: rgb(204,221,83); }
H1.HeaderClassName
{
color: #CCDD53;
}
.AnyTagClassName
{
color: #CCDD53;
}
</style>
background-color css
<style>
a { background-color: #CCDD53; }
a { background-color: rgb(204,221,83); }
div.DivClassName
{
background-color: #CCDD53;
}
.BgClassName
{
background-color: #CCDD53;
}
</style>
border-color css
<style>
span { border-color: #CCDD53; }
span { border-color: rgb(204,221,83); }
td.TdClassName
{
border-color: #CCDD53;
}
.TagClassName
{
border-color: #CCDD53;
}
</style>