Shades of Wild Willow #CCC85A
Tints of Wild Willow #CCC85A
RGB
CMYK
RGB Variations
Color information
#CCC85A (or 0xCCC85A) is known color: Wild Willow. HEX triplet: CC, C8 and 5A. RGB value is (204,200,90). Sum of RGB (Red+Green+Blue) = 204+200+90=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC85A is #3337A5. Grayscale: #BDBDBD. Windows color (decimal): -3356582 or 5949644. OLE color: 5949644.
HSL color Cylindrical-coordinate representation of color #CCC85A: hue angle of 57.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCC85A is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 90 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.2 |
| HSL | 57.89º | 0.53% | 0.58% | - |
| HSV(B) | 57.89º | 0.56% | 0.8% | - |
| XYZ | 47.4 | 54.88 | 17.77 | - |
| YUV | 188.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 90 | 0 | 0.02 | 0.56 | 0.2 | 57.89 | 0.53 | 0.58 |
| Hex | CC | C8 | 5A | 0 | 2 | 38 | 14 | 3A | 35 | 3A |
| Octal | 314 | 310 | 132 | 0 | 2 | 70 | 24 | 72 | 65 | 72 |
| Binary | 11001100 | 11001000 | 1011010 | 0 | 10 | 111000 | 10100 | 111010 | 110101 | 111010 |
Color Harmonies of #CCC85A
Complementary color
Monochromatic Colors of #CCC85A
Black with #CCC85A
Text Example
Text Example
White with #CCC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC85A; }
p { color: rgb(204,200,90); }
H1.HeaderClassName
{
color: #CCC85A;
}
.AnyTagClassName
{
color: #CCC85A;
}
</style>
background-color css
<style>
a { background-color: #CCC85A; }
a { background-color: rgb(204,200,90); }
div.DivClassName
{
background-color: #CCC85A;
}
.BgClassName
{
background-color: #CCC85A;
}
</style>
border-color css
<style>
span { border-color: #CCC85A; }
span { border-color: rgb(204,200,90); }
td.TdClassName
{
border-color: #CCC85A;
}
.TagClassName
{
border-color: #CCC85A;
}
</style>