Shades of Wild Willow #CCD75B
Tints of Wild Willow #CCD75B
RGB
CMYK
RGB Variations
Color information
#CCD75B (or 0xCCD75B) is known color: Wild Willow. HEX triplet: CC, D7 and 5B. RGB value is (204,215,91). Sum of RGB (Red+Green+Blue) = 204+215+91=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD75B is #3328A4. Grayscale: #C6C6C6. Windows color (decimal): -3352741 or 6019020. OLE color: 6019020.
HSL color Cylindrical-coordinate representation of color #CCD75B: hue angle of 65.32º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCD75B is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 91 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.16 |
| HSL | 65.32º | 0.61% | 0.6% | - |
| HSV(B) | 65.32º | 0.58% | 0.84% | - |
| XYZ | 51.09 | 62.19 | 19.21 | - |
| YUV | 197.58 | 67.86 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 91 | 0.05 | 0 | 0.58 | 0.16 | 65.32 | 0.61 | 0.6 |
| Hex | CC | D7 | 5B | 5 | 0 | 3A | 10 | 41 | 3D | 3C |
| Octal | 314 | 327 | 133 | 5 | 0 | 72 | 20 | 101 | 75 | 74 |
| Binary | 11001100 | 11010111 | 1011011 | 101 | 0 | 111010 | 10000 | 1000001 | 111101 | 111100 |
Color Harmonies of #CCD75B
Complementary color
Monochromatic Colors of #CCD75B
Black with #CCD75B
Text Example
Text Example
White with #CCD75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD75B; }
p { color: rgb(204,215,91); }
H1.HeaderClassName
{
color: #CCD75B;
}
.AnyTagClassName
{
color: #CCD75B;
}
</style>
background-color css
<style>
a { background-color: #CCD75B; }
a { background-color: rgb(204,215,91); }
div.DivClassName
{
background-color: #CCD75B;
}
.BgClassName
{
background-color: #CCD75B;
}
</style>
border-color css
<style>
span { border-color: #CCD75B; }
span { border-color: rgb(204,215,91); }
td.TdClassName
{
border-color: #CCD75B;
}
.TagClassName
{
border-color: #CCD75B;
}
</style>