Shades of Wild Willow #CBCD59
Tints of Wild Willow #CBCD59
RGB
CMYK
RGB Variations
Color information
#CBCD59 (or 0xCBCD59) is known color: Wild Willow. HEX triplet: CB, CD and 59. RGB value is (203,205,89). Sum of RGB (Red+Green+Blue) = 203+205+89=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 89 (35.16% from 255 or 17.91% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCD59 is #3432A6. Grayscale: #BFBFBF. Windows color (decimal): -3420839 or 5885387. OLE color: 5885387.
HSL color Cylindrical-coordinate representation of color #CBCD59: hue angle of 61.03º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBCD59 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 89 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.20 |
| HSL | 61.03º | 0.54% | 0.58% | - |
| HSV(B) | 61.03º | 0.57% | 0.8% | - |
| XYZ | 48.26 | 57.08 | 17.93 | - |
| YUV | 191.18 | 70.34 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 89 | 0.01 | 0 | 0.57 | 0.20 | 61.03 | 0.54 | 0.58 |
| Hex | CB | CD | 59 | 1 | 0 | 39 | 14 | 3D | 36 | 3A |
| Octal | 313 | 315 | 131 | 1 | 0 | 71 | 24 | 75 | 66 | 72 |
| Binary | 11001011 | 11001101 | 1011001 | 1 | 0 | 111001 | 10100 | 111101 | 110110 | 111010 |
Color Harmonies of #CBCD59
Complementary color
Monochromatic Colors of #CBCD59
Black with #CBCD59
Text Example
Text Example
White with #CBCD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD59; }
p { color: rgb(203,205,89); }
H1.HeaderClassName
{
color: #CBCD59;
}
.AnyTagClassName
{
color: #CBCD59;
}
</style>
background-color css
<style>
a { background-color: #CBCD59; }
a { background-color: rgb(203,205,89); }
div.DivClassName
{
background-color: #CBCD59;
}
.BgClassName
{
background-color: #CBCD59;
}
</style>
border-color css
<style>
span { border-color: #CBCD59; }
span { border-color: rgb(203,205,89); }
td.TdClassName
{
border-color: #CBCD59;
}
.TagClassName
{
border-color: #CBCD59;
}
</style>