Shades of Wild Willow #CCD85C
Tints of Wild Willow #CCD85C
RGB
CMYK
RGB Variations
Color information
#CCD85C (or 0xCCD85C) is known color: Wild Willow. HEX triplet: CC, D8 and 5C. RGB value is (204,216,92). Sum of RGB (Red+Green+Blue) = 204+216+92=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD85C is #3327A3. Grayscale: #C6C6C6. Windows color (decimal): -3352484 or 6084812. OLE color: 6084812.
HSL color Cylindrical-coordinate representation of color #CCD85C: hue angle of 65.81º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCD85C is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 92 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.15 |
| HSL | 65.81º | 0.61% | 0.6% | - |
| HSV(B) | 65.81º | 0.57% | 0.85% | - |
| XYZ | 51.39 | 62.72 | 19.52 | - |
| YUV | 198.28 | 68.02 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 92 | 0.06 | 0 | 0.57 | 0.15 | 65.81 | 0.61 | 0.6 |
| Hex | CC | D8 | 5C | 6 | 0 | 39 | F | 42 | 3D | 3C |
| Octal | 314 | 330 | 134 | 6 | 0 | 71 | 17 | 102 | 75 | 74 |
| Binary | 11001100 | 11011000 | 1011100 | 110 | 0 | 111001 | 1111 | 1000010 | 111101 | 111100 |
Color Harmonies of #CCD85C
Complementary color
Monochromatic Colors of #CCD85C
Black with #CCD85C
Text Example
Text Example
White with #CCD85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD85C; }
p { color: rgb(204,216,92); }
H1.HeaderClassName
{
color: #CCD85C;
}
.AnyTagClassName
{
color: #CCD85C;
}
</style>
background-color css
<style>
a { background-color: #CCD85C; }
a { background-color: rgb(204,216,92); }
div.DivClassName
{
background-color: #CCD85C;
}
.BgClassName
{
background-color: #CCD85C;
}
</style>
border-color css
<style>
span { border-color: #CCD85C; }
span { border-color: rgb(204,216,92); }
td.TdClassName
{
border-color: #CCD85C;
}
.TagClassName
{
border-color: #CCD85C;
}
</style>