Shades of Wild Willow #CBC95D
Tints of Wild Willow #CBC95D
RGB
CMYK
RGB Variations
Color information
#CBC95D (or 0xCBC95D) is known color: Wild Willow. HEX triplet: CB, C9 and 5D. RGB value is (203,201,93). Sum of RGB (Red+Green+Blue) = 203+201+93=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC95D is #3436A2. Grayscale: #BDBDBD. Windows color (decimal): -3421859 or 6146507. OLE color: 6146507.
HSL color Cylindrical-coordinate representation of color #CBC95D: hue angle of 58.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBC95D is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 93 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.20 |
| HSL | 58.91º | 0.51% | 0.58% | - |
| HSV(B) | 58.91º | 0.54% | 0.8% | - |
| XYZ | 47.49 | 55.26 | 18.52 | - |
| YUV | 189.29 | 73.66 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 93 | 0 | 0.01 | 0.54 | 0.20 | 58.91 | 0.51 | 0.58 |
| Hex | CB | C9 | 5D | 0 | 1 | 36 | 14 | 3B | 33 | 3A |
| Octal | 313 | 311 | 135 | 0 | 1 | 66 | 24 | 73 | 63 | 72 |
| Binary | 11001011 | 11001001 | 1011101 | 0 | 1 | 110110 | 10100 | 111011 | 110011 | 111010 |
Color Harmonies of #CBC95D
Complementary color
Monochromatic Colors of #CBC95D
Black with #CBC95D
Text Example
Text Example
White with #CBC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC95D; }
p { color: rgb(203,201,93); }
H1.HeaderClassName
{
color: #CBC95D;
}
.AnyTagClassName
{
color: #CBC95D;
}
</style>
background-color css
<style>
a { background-color: #CBC95D; }
a { background-color: rgb(203,201,93); }
div.DivClassName
{
background-color: #CBC95D;
}
.BgClassName
{
background-color: #CBC95D;
}
</style>
border-color css
<style>
span { border-color: #CBC95D; }
span { border-color: rgb(203,201,93); }
td.TdClassName
{
border-color: #CBC95D;
}
.TagClassName
{
border-color: #CBC95D;
}
</style>