Shades of Wild Willow #CCD95D
Tints of Wild Willow #CCD95D
RGB
CMYK
RGB Variations
Color information
#CCD95D (or 0xCCD95D) is known color: Wild Willow. HEX triplet: CC, D9 and 5D. RGB value is (204,217,93). Sum of RGB (Red+Green+Blue) = 204+217+93=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD95D is #3326A2. Grayscale: #C7C7C7. Windows color (decimal): -3352227 or 6150604. OLE color: 6150604.
HSL color Cylindrical-coordinate representation of color #CCD95D: hue angle of 66.29º degrees, saturation: 0.62, 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 #CCD95D is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 93 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.15 |
| HSL | 66.29º | 0.62% | 0.61% | - |
| HSV(B) | 66.29º | 0.57% | 0.85% | - |
| XYZ | 51.69 | 63.25 | 19.84 | - |
| YUV | 198.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 93 | 0.06 | 0 | 0.57 | 0.15 | 66.29 | 0.62 | 0.61 |
| Hex | CC | D9 | 5D | 6 | 0 | 39 | F | 42 | 3E | 3D |
| Octal | 314 | 331 | 135 | 6 | 0 | 71 | 17 | 102 | 76 | 75 |
| Binary | 11001100 | 11011001 | 1011101 | 110 | 0 | 111001 | 1111 | 1000010 | 111110 | 111101 |
Color Harmonies of #CCD95D
Complementary color
Monochromatic Colors of #CCD95D
Black with #CCD95D
Text Example
Text Example
White with #CCD95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD95D; }
p { color: rgb(204,217,93); }
H1.HeaderClassName
{
color: #CCD95D;
}
.AnyTagClassName
{
color: #CCD95D;
}
</style>
background-color css
<style>
a { background-color: #CCD95D; }
a { background-color: rgb(204,217,93); }
div.DivClassName
{
background-color: #CCD95D;
}
.BgClassName
{
background-color: #CCD95D;
}
</style>
border-color css
<style>
span { border-color: #CCD95D; }
span { border-color: rgb(204,217,93); }
td.TdClassName
{
border-color: #CCD95D;
}
.TagClassName
{
border-color: #CCD95D;
}
</style>