Shades of Wild Willow #CCD75C
Tints of Wild Willow #CCD75C
RGB
CMYK
RGB Variations
Color information
#CCD75C (or 0xCCD75C) is known color: Wild Willow. HEX triplet: CC, D7 and 5C. RGB value is (204,215,92). Sum of RGB (Red+Green+Blue) = 204+215+92=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD75C is #3328A3. Grayscale: #C6C6C6. Windows color (decimal): -3352740 or 6084556. OLE color: 6084556.
HSL color Cylindrical-coordinate representation of color #CCD75C: hue angle of 65.37º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCD75C is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 92 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.16 |
| HSL | 65.37º | 0.61% | 0.6% | - |
| HSV(B) | 65.37º | 0.57% | 0.84% | - |
| XYZ | 51.13 | 62.21 | 19.44 | - |
| YUV | 197.69 | 68.36 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 92 | 0.05 | 0 | 0.57 | 0.16 | 65.37 | 0.61 | 0.6 |
| Hex | CC | D7 | 5C | 5 | 0 | 39 | 10 | 41 | 3D | 3C |
| Octal | 314 | 327 | 134 | 5 | 0 | 71 | 20 | 101 | 75 | 74 |
| Binary | 11001100 | 11010111 | 1011100 | 101 | 0 | 111001 | 10000 | 1000001 | 111101 | 111100 |
Color Harmonies of #CCD75C
Complementary color
Monochromatic Colors of #CCD75C
Black with #CCD75C
Text Example
Text Example
White with #CCD75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD75C; }
p { color: rgb(204,215,92); }
H1.HeaderClassName
{
color: #CCD75C;
}
.AnyTagClassName
{
color: #CCD75C;
}
</style>
background-color css
<style>
a { background-color: #CCD75C; }
a { background-color: rgb(204,215,92); }
div.DivClassName
{
background-color: #CCD75C;
}
.BgClassName
{
background-color: #CCD75C;
}
</style>
border-color css
<style>
span { border-color: #CCD75C; }
span { border-color: rgb(204,215,92); }
td.TdClassName
{
border-color: #CCD75C;
}
.TagClassName
{
border-color: #CCD75C;
}
</style>