Shades of Wild Willow #CCCF58
Tints of Wild Willow #CCCF58
RGB
CMYK
RGB Variations
Color information
#CCCF58 (or 0xCCCF58) is known color: Wild Willow. HEX triplet: CC, CF and 58. RGB value is (204,207,88). Sum of RGB (Red+Green+Blue) = 204+207+88=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF58 is #3330A7. Grayscale: #C1C1C1. Windows color (decimal): -3354792 or 5820364. OLE color: 5820364.
HSL color Cylindrical-coordinate representation of color #CCCF58: hue angle of 61.51º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCCF58 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 88 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.19 |
| HSL | 61.51º | 0.55% | 0.58% | - |
| HSV(B) | 61.51º | 0.57% | 0.81% | - |
| XYZ | 48.98 | 58.17 | 17.88 | - |
| YUV | 192.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 88 | 0.01 | 0 | 0.57 | 0.19 | 61.51 | 0.55 | 0.58 |
| Hex | CC | CF | 58 | 1 | 0 | 39 | 13 | 3E | 37 | 3A |
| Octal | 314 | 317 | 130 | 1 | 0 | 71 | 23 | 76 | 67 | 72 |
| Binary | 11001100 | 11001111 | 1011000 | 1 | 0 | 111001 | 10011 | 111110 | 110111 | 111010 |
Color Harmonies of #CCCF58
Complementary color
Monochromatic Colors of #CCCF58
Black with #CCCF58
Text Example
Text Example
White with #CCCF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF58; }
p { color: rgb(204,207,88); }
H1.HeaderClassName
{
color: #CCCF58;
}
.AnyTagClassName
{
color: #CCCF58;
}
</style>
background-color css
<style>
a { background-color: #CCCF58; }
a { background-color: rgb(204,207,88); }
div.DivClassName
{
background-color: #CCCF58;
}
.BgClassName
{
background-color: #CCCF58;
}
</style>
border-color css
<style>
span { border-color: #CCCF58; }
span { border-color: rgb(204,207,88); }
td.TdClassName
{
border-color: #CCCF58;
}
.TagClassName
{
border-color: #CCCF58;
}
</style>