Shades of Wild Willow #CCD45C
Tints of Wild Willow #CCD45C
RGB
CMYK
RGB Variations
Color information
#CCD45C (or 0xCCD45C) is known color: Wild Willow. HEX triplet: CC, D4 and 5C. RGB value is (204,212,92). Sum of RGB (Red+Green+Blue) = 204+212+92=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD45C is #332BA3. Grayscale: #C4C4C4. Windows color (decimal): -3353508 or 6083788. OLE color: 6083788.
HSL color Cylindrical-coordinate representation of color #CCD45C: hue angle of 64º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCD45C is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 92 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.17 |
| HSL | 64º | 0.58% | 0.6% | - |
| HSV(B) | 64º | 0.57% | 0.83% | - |
| XYZ | 50.38 | 60.7 | 19.19 | - |
| YUV | 195.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 92 | 0.04 | 0 | 0.57 | 0.17 | 64 | 0.58 | 0.6 |
| Hex | CC | D4 | 5C | 4 | 0 | 39 | 11 | 40 | 3A | 3C |
| Octal | 314 | 324 | 134 | 4 | 0 | 71 | 21 | 100 | 72 | 74 |
| Binary | 11001100 | 11010100 | 1011100 | 100 | 0 | 111001 | 10001 | 1000000 | 111010 | 111100 |
Color Harmonies of #CCD45C
Complementary color
Monochromatic Colors of #CCD45C
Black with #CCD45C
Text Example
Text Example
White with #CCD45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD45C; }
p { color: rgb(204,212,92); }
H1.HeaderClassName
{
color: #CCD45C;
}
.AnyTagClassName
{
color: #CCD45C;
}
</style>
background-color css
<style>
a { background-color: #CCD45C; }
a { background-color: rgb(204,212,92); }
div.DivClassName
{
background-color: #CCD45C;
}
.BgClassName
{
background-color: #CCD45C;
}
</style>
border-color css
<style>
span { border-color: #CCD45C; }
span { border-color: rgb(204,212,92); }
td.TdClassName
{
border-color: #CCD45C;
}
.TagClassName
{
border-color: #CCD45C;
}
</style>