Shades of Wild Willow #CCD853
Tints of Wild Willow #CCD853
RGB
CMYK
RGB Variations
Color information
#CCD853 (or 0xCCD853) is known color: Wild Willow. HEX triplet: CC, D8 and 53. RGB value is (204,216,83). Sum of RGB (Red+Green+Blue) = 204+216+83=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD853 is #3327AC. Grayscale: #C5C5C5. Windows color (decimal): -3352493 or 5494988. OLE color: 5494988.
HSL color Cylindrical-coordinate representation of color #CCD853: hue angle of 65.41º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCD853 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 83 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.15 |
| HSL | 65.41º | 0.63% | 0.59% | - |
| HSV(B) | 65.41º | 0.62% | 0.85% | - |
| XYZ | 51.02 | 62.57 | 17.57 | - |
| YUV | 197.25 | 63.52 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 83 | 0.06 | 0 | 0.62 | 0.15 | 65.41 | 0.63 | 0.59 |
| Hex | CC | D8 | 53 | 6 | 0 | 3E | F | 41 | 3F | 3B |
| Octal | 314 | 330 | 123 | 6 | 0 | 76 | 17 | 101 | 77 | 73 |
| Binary | 11001100 | 11011000 | 1010011 | 110 | 0 | 111110 | 1111 | 1000001 | 111111 | 111011 |
Color Harmonies of #CCD853
Complementary color
Monochromatic Colors of #CCD853
Black with #CCD853
Text Example
Text Example
White with #CCD853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD853; }
p { color: rgb(204,216,83); }
H1.HeaderClassName
{
color: #CCD853;
}
.AnyTagClassName
{
color: #CCD853;
}
</style>
background-color css
<style>
a { background-color: #CCD853; }
a { background-color: rgb(204,216,83); }
div.DivClassName
{
background-color: #CCD853;
}
.BgClassName
{
background-color: #CCD853;
}
</style>
border-color css
<style>
span { border-color: #CCD853; }
span { border-color: rgb(204,216,83); }
td.TdClassName
{
border-color: #CCD853;
}
.TagClassName
{
border-color: #CCD853;
}
</style>