Shades of Wild Willow #CCC85B
Tints of Wild Willow #CCC85B
RGB
CMYK
RGB Variations
Color information
#CCC85B (or 0xCCC85B) is known color: Wild Willow. HEX triplet: CC, C8 and 5B. RGB value is (204,200,91). Sum of RGB (Red+Green+Blue) = 204+200+91=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC85B is #3337A4. Grayscale: #BDBDBD. Windows color (decimal): -3356581 or 6015180. OLE color: 6015180.
HSL color Cylindrical-coordinate representation of color #CCC85B: hue angle of 57.88º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCC85B is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 91 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.2 |
| HSL | 57.88º | 0.53% | 0.58% | - |
| HSV(B) | 57.88º | 0.55% | 0.8% | - |
| XYZ | 47.44 | 54.9 | 17.99 | - |
| YUV | 188.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 91 | 0 | 0.02 | 0.55 | 0.2 | 57.88 | 0.53 | 0.58 |
| Hex | CC | C8 | 5B | 0 | 2 | 37 | 14 | 3A | 35 | 3A |
| Octal | 314 | 310 | 133 | 0 | 2 | 67 | 24 | 72 | 65 | 72 |
| Binary | 11001100 | 11001000 | 1011011 | 0 | 10 | 110111 | 10100 | 111010 | 110101 | 111010 |
Color Harmonies of #CCC85B
Complementary color
Monochromatic Colors of #CCC85B
Black with #CCC85B
Text Example
Text Example
White with #CCC85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC85B; }
p { color: rgb(204,200,91); }
H1.HeaderClassName
{
color: #CCC85B;
}
.AnyTagClassName
{
color: #CCC85B;
}
</style>
background-color css
<style>
a { background-color: #CCC85B; }
a { background-color: rgb(204,200,91); }
div.DivClassName
{
background-color: #CCC85B;
}
.BgClassName
{
background-color: #CCC85B;
}
</style>
border-color css
<style>
span { border-color: #CCC85B; }
span { border-color: rgb(204,200,91); }
td.TdClassName
{
border-color: #CCC85B;
}
.TagClassName
{
border-color: #CCC85B;
}
</style>