Shades of Wild Willow #CCC863
Tints of Wild Willow #CCC863
RGB
CMYK
RGB Variations
Color information
#CCC863 (or 0xCCC863) is known color: Wild Willow. HEX triplet: CC, C8 and 63. RGB value is (204,200,99). Sum of RGB (Red+Green+Blue) = 204+200+99=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC863 is #33379C. Grayscale: #BEBEBE. Windows color (decimal): -3356573 or 6539468. OLE color: 6539468.
HSL color Cylindrical-coordinate representation of color #CCC863: hue angle of 57.71º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCC863 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 99 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.2 |
| HSL | 57.71º | 0.51% | 0.59% | - |
| HSV(B) | 57.71º | 0.51% | 0.8% | - |
| XYZ | 47.81 | 55.05 | 19.91 | - |
| YUV | 189.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 99 | 0 | 0.02 | 0.51 | 0.2 | 57.71 | 0.51 | 0.59 |
| Hex | CC | C8 | 63 | 0 | 2 | 33 | 14 | 3A | 33 | 3B |
| Octal | 314 | 310 | 143 | 0 | 2 | 63 | 24 | 72 | 63 | 73 |
| Binary | 11001100 | 11001000 | 1100011 | 0 | 10 | 110011 | 10100 | 111010 | 110011 | 111011 |
Color Harmonies of #CCC863
Complementary color
Monochromatic Colors of #CCC863
Black with #CCC863
Text Example
Text Example
White with #CCC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC863; }
p { color: rgb(204,200,99); }
H1.HeaderClassName
{
color: #CCC863;
}
.AnyTagClassName
{
color: #CCC863;
}
</style>
background-color css
<style>
a { background-color: #CCC863; }
a { background-color: rgb(204,200,99); }
div.DivClassName
{
background-color: #CCC863;
}
.BgClassName
{
background-color: #CCC863;
}
</style>
border-color css
<style>
span { border-color: #CCC863; }
span { border-color: rgb(204,200,99); }
td.TdClassName
{
border-color: #CCC863;
}
.TagClassName
{
border-color: #CCC863;
}
</style>