Shades of Wild Willow #CCD15E
Tints of Wild Willow #CCD15E
RGB
CMYK
RGB Variations
Color information
#CCD15E (or 0xCCD15E) is known color: Wild Willow. HEX triplet: CC, D1 and 5E. RGB value is (204,209,94). Sum of RGB (Red+Green+Blue) = 204+209+94=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD15E is #332EA1. Grayscale: #C2C2C2. Windows color (decimal): -3354274 or 6214092. OLE color: 6214092.
HSL color Cylindrical-coordinate representation of color #CCD15E: hue angle of 62.61º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCD15E is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 94 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.18 |
| HSL | 62.61º | 0.56% | 0.59% | - |
| HSV(B) | 62.61º | 0.55% | 0.82% | - |
| XYZ | 49.72 | 59.25 | 19.4 | - |
| YUV | 194.4 | 71.34 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 94 | 0.02 | 0 | 0.55 | 0.18 | 62.61 | 0.56 | 0.59 |
| Hex | CC | D1 | 5E | 2 | 0 | 37 | 12 | 3F | 38 | 3B |
| Octal | 314 | 321 | 136 | 2 | 0 | 67 | 22 | 77 | 70 | 73 |
| Binary | 11001100 | 11010001 | 1011110 | 10 | 0 | 110111 | 10010 | 111111 | 111000 | 111011 |
Color Harmonies of #CCD15E
Complementary color
Monochromatic Colors of #CCD15E
Black with #CCD15E
Text Example
Text Example
White with #CCD15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD15E; }
p { color: rgb(204,209,94); }
H1.HeaderClassName
{
color: #CCD15E;
}
.AnyTagClassName
{
color: #CCD15E;
}
</style>
background-color css
<style>
a { background-color: #CCD15E; }
a { background-color: rgb(204,209,94); }
div.DivClassName
{
background-color: #CCD15E;
}
.BgClassName
{
background-color: #CCD15E;
}
</style>
border-color css
<style>
span { border-color: #CCD15E; }
span { border-color: rgb(204,209,94); }
td.TdClassName
{
border-color: #CCD15E;
}
.TagClassName
{
border-color: #CCD15E;
}
</style>