Shades of Wild Willow #CCD65F
Tints of Wild Willow #CCD65F
RGB
CMYK
RGB Variations
Color information
#CCD65F (or 0xCCD65F) is known color: Wild Willow. HEX triplet: CC, D6 and 5F. RGB value is (204,214,95). Sum of RGB (Red+Green+Blue) = 204+214+95=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD65F is #3329A0. Grayscale: #C5C5C5. Windows color (decimal): -3352993 or 6280908. OLE color: 6280908.
HSL color Cylindrical-coordinate representation of color #CCD65F: hue angle of 65.04º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCD65F is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 95 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.16 |
| HSL | 65.04º | 0.59% | 0.61% | - |
| HSV(B) | 65.04º | 0.56% | 0.84% | - |
| XYZ | 51.01 | 61.76 | 20.06 | - |
| YUV | 197.44 | 70.19 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 95 | 0.05 | 0 | 0.56 | 0.16 | 65.04 | 0.59 | 0.61 |
| Hex | CC | D6 | 5F | 5 | 0 | 38 | 10 | 41 | 3B | 3D |
| Octal | 314 | 326 | 137 | 5 | 0 | 70 | 20 | 101 | 73 | 75 |
| Binary | 11001100 | 11010110 | 1011111 | 101 | 0 | 111000 | 10000 | 1000001 | 111011 | 111101 |
Color Harmonies of #CCD65F
Complementary color
Monochromatic Colors of #CCD65F
Black with #CCD65F
Text Example
Text Example
White with #CCD65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD65F; }
p { color: rgb(204,214,95); }
H1.HeaderClassName
{
color: #CCD65F;
}
.AnyTagClassName
{
color: #CCD65F;
}
</style>
background-color css
<style>
a { background-color: #CCD65F; }
a { background-color: rgb(204,214,95); }
div.DivClassName
{
background-color: #CCD65F;
}
.BgClassName
{
background-color: #CCD65F;
}
</style>
border-color css
<style>
span { border-color: #CCD65F; }
span { border-color: rgb(204,214,95); }
td.TdClassName
{
border-color: #CCD65F;
}
.TagClassName
{
border-color: #CCD65F;
}
</style>