Shades of Wild Willow #CCD763
Tints of Wild Willow #CCD763
RGB
CMYK
RGB Variations
Color information
#CCD763 (or 0xCCD763) is known color: Wild Willow. HEX triplet: CC, D7 and 63. RGB value is (204,215,99). Sum of RGB (Red+Green+Blue) = 204+215+99=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD763 is #33289C. Grayscale: #C6C6C6. Windows color (decimal): -3352733 or 6543308. OLE color: 6543308.
HSL color Cylindrical-coordinate representation of color #CCD763: hue angle of 65.69º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCD763 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 99 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.16 |
| HSL | 65.69º | 0.59% | 0.62% | - |
| HSV(B) | 65.69º | 0.54% | 0.84% | - |
| XYZ | 51.45 | 62.34 | 21.13 | - |
| YUV | 198.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 99 | 0.05 | 0 | 0.54 | 0.16 | 65.69 | 0.59 | 0.62 |
| Hex | CC | D7 | 63 | 5 | 0 | 36 | 10 | 42 | 3B | 3E |
| Octal | 314 | 327 | 143 | 5 | 0 | 66 | 20 | 102 | 73 | 76 |
| Binary | 11001100 | 11010111 | 1100011 | 101 | 0 | 110110 | 10000 | 1000010 | 111011 | 111110 |
Color Harmonies of #CCD763
Complementary color
Monochromatic Colors of #CCD763
Black with #CCD763
Text Example
Text Example
White with #CCD763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD763; }
p { color: rgb(204,215,99); }
H1.HeaderClassName
{
color: #CCD763;
}
.AnyTagClassName
{
color: #CCD763;
}
</style>
background-color css
<style>
a { background-color: #CCD763; }
a { background-color: rgb(204,215,99); }
div.DivClassName
{
background-color: #CCD763;
}
.BgClassName
{
background-color: #CCD763;
}
</style>
border-color css
<style>
span { border-color: #CCD763; }
span { border-color: rgb(204,215,99); }
td.TdClassName
{
border-color: #CCD763;
}
.TagClassName
{
border-color: #CCD763;
}
</style>