Shades of Wild Willow #CCC85F
Tints of Wild Willow #CCC85F
RGB
CMYK
RGB Variations
Color information
#CCC85F (or 0xCCC85F) is known color: Wild Willow. HEX triplet: CC, C8 and 5F. RGB value is (204,200,95). Sum of RGB (Red+Green+Blue) = 204+200+95=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC85F is #3337A0. Grayscale: #BDBDBD. Windows color (decimal): -3356577 or 6277324. OLE color: 6277324.
HSL color Cylindrical-coordinate representation of color #CCC85F: hue angle of 57.8º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCC85F is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 95 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.2 |
| HSL | 57.8º | 0.52% | 0.59% | - |
| HSV(B) | 57.8º | 0.53% | 0.8% | - |
| XYZ | 47.62 | 54.97 | 18.93 | - |
| YUV | 189.23 | 74.83 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 95 | 0 | 0.02 | 0.53 | 0.2 | 57.8 | 0.52 | 0.59 |
| Hex | CC | C8 | 5F | 0 | 2 | 35 | 14 | 3A | 34 | 3B |
| Octal | 314 | 310 | 137 | 0 | 2 | 65 | 24 | 72 | 64 | 73 |
| Binary | 11001100 | 11001000 | 1011111 | 0 | 10 | 110101 | 10100 | 111010 | 110100 | 111011 |
Color Harmonies of #CCC85F
Complementary color
Monochromatic Colors of #CCC85F
Black with #CCC85F
Text Example
Text Example
White with #CCC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC85F; }
p { color: rgb(204,200,95); }
H1.HeaderClassName
{
color: #CCC85F;
}
.AnyTagClassName
{
color: #CCC85F;
}
</style>
background-color css
<style>
a { background-color: #CCC85F; }
a { background-color: rgb(204,200,95); }
div.DivClassName
{
background-color: #CCC85F;
}
.BgClassName
{
background-color: #CCC85F;
}
</style>
border-color css
<style>
span { border-color: #CCC85F; }
span { border-color: rgb(204,200,95); }
td.TdClassName
{
border-color: #CCC85F;
}
.TagClassName
{
border-color: #CCC85F;
}
</style>