Shades of Wild Willow #CCD65C
Tints of Wild Willow #CCD65C
RGB
CMYK
RGB Variations
Color information
#CCD65C (or 0xCCD65C) is known color: Wild Willow. HEX triplet: CC, D6 and 5C. RGB value is (204,214,92). Sum of RGB (Red+Green+Blue) = 204+214+92=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD65C is #3329A3. Grayscale: #C5C5C5. Windows color (decimal): -3352996 or 6084300. OLE color: 6084300.
HSL color Cylindrical-coordinate representation of color #CCD65C: hue angle of 64.92º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCD65C is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 92 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.16 |
| HSL | 64.92º | 0.6% | 0.6% | - |
| HSV(B) | 64.92º | 0.57% | 0.84% | - |
| XYZ | 50.88 | 61.7 | 19.35 | - |
| YUV | 197.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 92 | 0.05 | 0 | 0.57 | 0.16 | 64.92 | 0.6 | 0.6 |
| Hex | CC | D6 | 5C | 5 | 0 | 39 | 10 | 41 | 3C | 3C |
| Octal | 314 | 326 | 134 | 5 | 0 | 71 | 20 | 101 | 74 | 74 |
| Binary | 11001100 | 11010110 | 1011100 | 101 | 0 | 111001 | 10000 | 1000001 | 111100 | 111100 |
Color Harmonies of #CCD65C
Complementary color
Monochromatic Colors of #CCD65C
Black with #CCD65C
Text Example
Text Example
White with #CCD65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD65C; }
p { color: rgb(204,214,92); }
H1.HeaderClassName
{
color: #CCD65C;
}
.AnyTagClassName
{
color: #CCD65C;
}
</style>
background-color css
<style>
a { background-color: #CCD65C; }
a { background-color: rgb(204,214,92); }
div.DivClassName
{
background-color: #CCD65C;
}
.BgClassName
{
background-color: #CCD65C;
}
</style>
border-color css
<style>
span { border-color: #CCD65C; }
span { border-color: rgb(204,214,92); }
td.TdClassName
{
border-color: #CCD65C;
}
.TagClassName
{
border-color: #CCD65C;
}
</style>