Shades of Wild Willow #CBD353
Tints of Wild Willow #CBD353
RGB
CMYK
RGB Variations
Color information
#CBD353 (or 0xCBD353) is known color: Wild Willow. HEX triplet: CB, D3 and 53. RGB value is (203,211,83). Sum of RGB (Red+Green+Blue) = 203+211+83=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD353 is #342CAC. Grayscale: #C2C2C2. Windows color (decimal): -3419309 or 5493707. OLE color: 5493707.
HSL color Cylindrical-coordinate representation of color #CBD353: hue angle of 63.75º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBD353 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 83 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.17 |
| HSL | 63.75º | 0.59% | 0.58% | - |
| HSV(B) | 63.75º | 0.61% | 0.83% | - |
| XYZ | 49.48 | 59.91 | 17.14 | - |
| YUV | 194.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 83 | 0.04 | 0 | 0.61 | 0.17 | 63.75 | 0.59 | 0.58 |
| Hex | CB | D3 | 53 | 4 | 0 | 3D | 11 | 40 | 3B | 3A |
| Octal | 313 | 323 | 123 | 4 | 0 | 75 | 21 | 100 | 73 | 72 |
| Binary | 11001011 | 11010011 | 1010011 | 100 | 0 | 111101 | 10001 | 1000000 | 111011 | 111010 |
Color Harmonies of #CBD353
Complementary color
Monochromatic Colors of #CBD353
Black with #CBD353
Text Example
Text Example
White with #CBD353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD353; }
p { color: rgb(203,211,83); }
H1.HeaderClassName
{
color: #CBD353;
}
.AnyTagClassName
{
color: #CBD353;
}
</style>
background-color css
<style>
a { background-color: #CBD353; }
a { background-color: rgb(203,211,83); }
div.DivClassName
{
background-color: #CBD353;
}
.BgClassName
{
background-color: #CBD353;
}
</style>
border-color css
<style>
span { border-color: #CBD353; }
span { border-color: rgb(203,211,83); }
td.TdClassName
{
border-color: #CBD353;
}
.TagClassName
{
border-color: #CBD353;
}
</style>