Shades of Wild Willow #CCD765
Tints of Wild Willow #CCD765
RGB
CMYK
RGB Variations
Color information
#CCD765 (or 0xCCD765) is known color: Wild Willow. HEX triplet: CC, D7 and 65. RGB value is (204,215,101). Sum of RGB (Red+Green+Blue) = 204+215+101=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD765 is #33289A. Grayscale: #C7C7C7. Windows color (decimal): -3352731 or 6674380. OLE color: 6674380.
HSL color Cylindrical-coordinate representation of color #CCD765: hue angle of 65.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCD765 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 101 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.16 |
| HSL | 65.79º | 0.59% | 0.62% | - |
| HSV(B) | 65.79º | 0.53% | 0.84% | - |
| XYZ | 51.55 | 62.38 | 21.64 | - |
| YUV | 198.72 | 72.86 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 101 | 0.05 | 0 | 0.53 | 0.16 | 65.79 | 0.59 | 0.62 |
| Hex | CC | D7 | 65 | 5 | 0 | 35 | 10 | 42 | 3B | 3E |
| Octal | 314 | 327 | 145 | 5 | 0 | 65 | 20 | 102 | 73 | 76 |
| Binary | 11001100 | 11010111 | 1100101 | 101 | 0 | 110101 | 10000 | 1000010 | 111011 | 111110 |
Color Harmonies of #CCD765
Complementary color
Monochromatic Colors of #CCD765
Black with #CCD765
Text Example
Text Example
White with #CCD765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD765; }
p { color: rgb(204,215,101); }
H1.HeaderClassName
{
color: #CCD765;
}
.AnyTagClassName
{
color: #CCD765;
}
</style>
background-color css
<style>
a { background-color: #CCD765; }
a { background-color: rgb(204,215,101); }
div.DivClassName
{
background-color: #CCD765;
}
.BgClassName
{
background-color: #CCD765;
}
</style>
border-color css
<style>
span { border-color: #CCD765; }
span { border-color: rgb(204,215,101); }
td.TdClassName
{
border-color: #CCD765;
}
.TagClassName
{
border-color: #CCD765;
}
</style>