Shades of Wild Willow #CBD863
Tints of Wild Willow #CBD863
RGB
CMYK
RGB Variations
Color information
#CBD863 (or 0xCBD863) is known color: Wild Willow. HEX triplet: CB, D8 and 63. RGB value is (203,216,99). Sum of RGB (Red+Green+Blue) = 203+216+99=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD863 is #34279C. Grayscale: #C7C7C7. Windows color (decimal): -3418013 or 6543563. OLE color: 6543563.
HSL color Cylindrical-coordinate representation of color #CBD863: hue angle of 66.67º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBD863 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 216 | 99 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.15 |
| HSL | 66.67º | 0.6% | 0.62% | - |
| HSV(B) | 66.67º | 0.54% | 0.85% | - |
| XYZ | 51.44 | 62.71 | 21.2 | - |
| YUV | 198.78 | 71.69 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 99 | 0.06 | 0 | 0.54 | 0.15 | 66.67 | 0.6 | 0.62 |
| Hex | CB | D8 | 63 | 6 | 0 | 36 | F | 43 | 3C | 3E |
| Octal | 313 | 330 | 143 | 6 | 0 | 66 | 17 | 103 | 74 | 76 |
| Binary | 11001011 | 11011000 | 1100011 | 110 | 0 | 110110 | 1111 | 1000011 | 111100 | 111110 |
Color Harmonies of #CBD863
Complementary color
Monochromatic Colors of #CBD863
Black with #CBD863
Text Example
Text Example
White with #CBD863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD863; }
p { color: rgb(203,216,99); }
H1.HeaderClassName
{
color: #CBD863;
}
.AnyTagClassName
{
color: #CBD863;
}
</style>
background-color css
<style>
a { background-color: #CBD863; }
a { background-color: rgb(203,216,99); }
div.DivClassName
{
background-color: #CBD863;
}
.BgClassName
{
background-color: #CBD863;
}
</style>
border-color css
<style>
span { border-color: #CBD863; }
span { border-color: rgb(203,216,99); }
td.TdClassName
{
border-color: #CBD863;
}
.TagClassName
{
border-color: #CBD863;
}
</style>