Shades of Wild Willow #CBD356
Tints of Wild Willow #CBD356
RGB
CMYK
RGB Variations
Color information
#CBD356 (or 0xCBD356) is known color: Wild Willow. HEX triplet: CB, D3 and 56. RGB value is (203,211,86). Sum of RGB (Red+Green+Blue) = 203+211+86=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD356 is #342CA9. Grayscale: #C2C2C2. Windows color (decimal): -3419306 or 5690315. OLE color: 5690315.
HSL color Cylindrical-coordinate representation of color #CBD356: hue angle of 63.84º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBD356 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 86 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.17 |
| HSL | 63.84º | 0.59% | 0.58% | - |
| HSV(B) | 63.84º | 0.59% | 0.83% | - |
| XYZ | 49.6 | 59.96 | 17.76 | - |
| YUV | 194.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 86 | 0.04 | 0 | 0.59 | 0.17 | 63.84 | 0.59 | 0.58 |
| Hex | CB | D3 | 56 | 4 | 0 | 3B | 11 | 40 | 3B | 3A |
| Octal | 313 | 323 | 126 | 4 | 0 | 73 | 21 | 100 | 73 | 72 |
| Binary | 11001011 | 11010011 | 1010110 | 100 | 0 | 111011 | 10001 | 1000000 | 111011 | 111010 |
Color Harmonies of #CBD356
Complementary color
Monochromatic Colors of #CBD356
Black with #CBD356
Text Example
Text Example
White with #CBD356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD356; }
p { color: rgb(203,211,86); }
H1.HeaderClassName
{
color: #CBD356;
}
.AnyTagClassName
{
color: #CBD356;
}
</style>
background-color css
<style>
a { background-color: #CBD356; }
a { background-color: rgb(203,211,86); }
div.DivClassName
{
background-color: #CBD356;
}
.BgClassName
{
background-color: #CBD356;
}
</style>
border-color css
<style>
span { border-color: #CBD356; }
span { border-color: rgb(203,211,86); }
td.TdClassName
{
border-color: #CBD356;
}
.TagClassName
{
border-color: #CBD356;
}
</style>