Shades of Wild Willow #CCC85E
Tints of Wild Willow #CCC85E
RGB
CMYK
RGB Variations
Color information
#CCC85E (or 0xCCC85E) is known color: Wild Willow. HEX triplet: CC, C8 and 5E. RGB value is (204,200,94). Sum of RGB (Red+Green+Blue) = 204+200+94=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC85E is #3337A1. Grayscale: #BDBDBD. Windows color (decimal): -3356578 or 6211788. OLE color: 6211788.
HSL color Cylindrical-coordinate representation of color #CCC85E: hue angle of 57.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCC85E is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 94 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.2 |
| HSL | 57.82º | 0.52% | 0.58% | - |
| HSV(B) | 57.82º | 0.54% | 0.8% | - |
| XYZ | 47.58 | 54.95 | 18.69 | - |
| YUV | 189.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 94 | 0 | 0.02 | 0.54 | 0.2 | 57.82 | 0.52 | 0.58 |
| Hex | CC | C8 | 5E | 0 | 2 | 36 | 14 | 3A | 34 | 3A |
| Octal | 314 | 310 | 136 | 0 | 2 | 66 | 24 | 72 | 64 | 72 |
| Binary | 11001100 | 11001000 | 1011110 | 0 | 10 | 110110 | 10100 | 111010 | 110100 | 111010 |
Color Harmonies of #CCC85E
Complementary color
Monochromatic Colors of #CCC85E
Black with #CCC85E
Text Example
Text Example
White with #CCC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC85E; }
p { color: rgb(204,200,94); }
H1.HeaderClassName
{
color: #CCC85E;
}
.AnyTagClassName
{
color: #CCC85E;
}
</style>
background-color css
<style>
a { background-color: #CCC85E; }
a { background-color: rgb(204,200,94); }
div.DivClassName
{
background-color: #CCC85E;
}
.BgClassName
{
background-color: #CCC85E;
}
</style>
border-color css
<style>
span { border-color: #CCC85E; }
span { border-color: rgb(204,200,94); }
td.TdClassName
{
border-color: #CCC85E;
}
.TagClassName
{
border-color: #CCC85E;
}
</style>