Shades of Wild Willow #CBC85F
Tints of Wild Willow #CBC85F
RGB
CMYK
RGB Variations
Color information
#CBC85F (or 0xCBC85F) is known color: Wild Willow. HEX triplet: CB, C8 and 5F. RGB value is (203,200,95). Sum of RGB (Red+Green+Blue) = 203+200+95=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC85F is #3437A0. Grayscale: #BDBDBD. Windows color (decimal): -3422113 or 6277323. OLE color: 6277323.
HSL color Cylindrical-coordinate representation of color #CBC85F: hue angle of 58.33º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBC85F is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 95 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.20 |
| HSL | 58.33º | 0.51% | 0.58% | - |
| HSV(B) | 58.33º | 0.53% | 0.8% | - |
| XYZ | 47.35 | 54.83 | 18.91 | - |
| YUV | 188.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 95 | 0 | 0.01 | 0.53 | 0.20 | 58.33 | 0.51 | 0.58 |
| Hex | CB | C8 | 5F | 0 | 1 | 35 | 14 | 3A | 33 | 3A |
| Octal | 313 | 310 | 137 | 0 | 1 | 65 | 24 | 72 | 63 | 72 |
| Binary | 11001011 | 11001000 | 1011111 | 0 | 1 | 110101 | 10100 | 111010 | 110011 | 111010 |
Color Harmonies of #CBC85F
Complementary color
Monochromatic Colors of #CBC85F
Black with #CBC85F
Text Example
Text Example
White with #CBC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC85F; }
p { color: rgb(203,200,95); }
H1.HeaderClassName
{
color: #CBC85F;
}
.AnyTagClassName
{
color: #CBC85F;
}
</style>
background-color css
<style>
a { background-color: #CBC85F; }
a { background-color: rgb(203,200,95); }
div.DivClassName
{
background-color: #CBC85F;
}
.BgClassName
{
background-color: #CBC85F;
}
</style>
border-color css
<style>
span { border-color: #CBC85F; }
span { border-color: rgb(203,200,95); }
td.TdClassName
{
border-color: #CBC85F;
}
.TagClassName
{
border-color: #CBC85F;
}
</style>