Shades of Wild Willow #CCD85D
Tints of Wild Willow #CCD85D
RGB
CMYK
RGB Variations
Color information
#CCD85D (or 0xCCD85D) is known color: Wild Willow. HEX triplet: CC, D8 and 5D. RGB value is (204,216,93). Sum of RGB (Red+Green+Blue) = 204+216+93=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD85D is #3327A2. Grayscale: #C6C6C6. Windows color (decimal): -3352483 or 6150348. OLE color: 6150348.
HSL color Cylindrical-coordinate representation of color #CCD85D: hue angle of 65.85º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCD85D is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 93 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.15 |
| HSL | 65.85º | 0.61% | 0.61% | - |
| HSV(B) | 65.85º | 0.57% | 0.85% | - |
| XYZ | 51.43 | 62.74 | 19.76 | - |
| YUV | 198.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 93 | 0.06 | 0 | 0.57 | 0.15 | 65.85 | 0.61 | 0.61 |
| Hex | CC | D8 | 5D | 6 | 0 | 39 | F | 42 | 3D | 3D |
| Octal | 314 | 330 | 135 | 6 | 0 | 71 | 17 | 102 | 75 | 75 |
| Binary | 11001100 | 11011000 | 1011101 | 110 | 0 | 111001 | 1111 | 1000010 | 111101 | 111101 |
Color Harmonies of #CCD85D
Complementary color
Monochromatic Colors of #CCD85D
Black with #CCD85D
Text Example
Text Example
White with #CCD85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD85D; }
p { color: rgb(204,216,93); }
H1.HeaderClassName
{
color: #CCD85D;
}
.AnyTagClassName
{
color: #CCD85D;
}
</style>
background-color css
<style>
a { background-color: #CCD85D; }
a { background-color: rgb(204,216,93); }
div.DivClassName
{
background-color: #CCD85D;
}
.BgClassName
{
background-color: #CCD85D;
}
</style>
border-color css
<style>
span { border-color: #CCD85D; }
span { border-color: rgb(204,216,93); }
td.TdClassName
{
border-color: #CCD85D;
}
.TagClassName
{
border-color: #CCD85D;
}
</style>