Shades of Wild Willow #CBD961
Tints of Wild Willow #CBD961
RGB
CMYK
RGB Variations
Color information
#CBD961 (or 0xCBD961) is known color: Wild Willow. HEX triplet: CB, D9 and 61. RGB value is (203,217,97). Sum of RGB (Red+Green+Blue) = 203+217+97=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD961 is #34269E. Grayscale: #C7C7C7. Windows color (decimal): -3417759 or 6412747. OLE color: 6412747.
HSL color Cylindrical-coordinate representation of color #CBD961: hue angle of 67º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBD961 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 97 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.15 |
| HSL | 67º | 0.61% | 0.62% | - |
| HSV(B) | 67º | 0.55% | 0.85% | - |
| XYZ | 51.6 | 63.19 | 20.79 | - |
| YUV | 199.13 | 70.36 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 97 | 0.06 | 0 | 0.55 | 0.15 | 67 | 0.61 | 0.62 |
| Hex | CB | D9 | 61 | 6 | 0 | 37 | F | 43 | 3D | 3E |
| Octal | 313 | 331 | 141 | 6 | 0 | 67 | 17 | 103 | 75 | 76 |
| Binary | 11001011 | 11011001 | 1100001 | 110 | 0 | 110111 | 1111 | 1000011 | 111101 | 111110 |
Color Harmonies of #CBD961
Complementary color
Monochromatic Colors of #CBD961
Black with #CBD961
Text Example
Text Example
White with #CBD961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD961; }
p { color: rgb(203,217,97); }
H1.HeaderClassName
{
color: #CBD961;
}
.AnyTagClassName
{
color: #CBD961;
}
</style>
background-color css
<style>
a { background-color: #CBD961; }
a { background-color: rgb(203,217,97); }
div.DivClassName
{
background-color: #CBD961;
}
.BgClassName
{
background-color: #CBD961;
}
</style>
border-color css
<style>
span { border-color: #CBD961; }
span { border-color: rgb(203,217,97); }
td.TdClassName
{
border-color: #CBD961;
}
.TagClassName
{
border-color: #CBD961;
}
</style>