Shades of Wild Willow #CBDC61
Tints of Wild Willow #CBDC61
RGB
CMYK
RGB Variations
Color information
#CBDC61 (or 0xCBDC61) is known color: Wild Willow. HEX triplet: CB, DC and 61. RGB value is (203,220,97). Sum of RGB (Red+Green+Blue) = 203+220+97=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC61 is #34239E. Grayscale: #C9C9C9. Windows color (decimal): -3416991 or 6413515. OLE color: 6413515.
HSL color Cylindrical-coordinate representation of color #CBDC61: hue angle of 68.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBDC61 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 97 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.14 |
| HSL | 68.29º | 0.64% | 0.62% | - |
| HSV(B) | 68.29º | 0.56% | 0.86% | - |
| XYZ | 52.38 | 64.75 | 21.05 | - |
| YUV | 200.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 97 | 0.08 | 0 | 0.56 | 0.14 | 68.29 | 0.64 | 0.62 |
| Hex | CB | DC | 61 | 8 | 0 | 38 | E | 44 | 40 | 3E |
| Octal | 313 | 334 | 141 | 10 | 0 | 70 | 16 | 104 | 100 | 76 |
| Binary | 11001011 | 11011100 | 1100001 | 1000 | 0 | 111000 | 1110 | 1000100 | 1000000 | 111110 |
Color Harmonies of #CBDC61
Complementary color
Monochromatic Colors of #CBDC61
Black with #CBDC61
Text Example
Text Example
White with #CBDC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC61; }
p { color: rgb(203,220,97); }
H1.HeaderClassName
{
color: #CBDC61;
}
.AnyTagClassName
{
color: #CBDC61;
}
</style>
background-color css
<style>
a { background-color: #CBDC61; }
a { background-color: rgb(203,220,97); }
div.DivClassName
{
background-color: #CBDC61;
}
.BgClassName
{
background-color: #CBDC61;
}
</style>
border-color css
<style>
span { border-color: #CBDC61; }
span { border-color: rgb(203,220,97); }
td.TdClassName
{
border-color: #CBDC61;
}
.TagClassName
{
border-color: #CBDC61;
}
</style>