Shades of Wild Willow #CBD053
Tints of Wild Willow #CBD053
RGB
CMYK
RGB Variations
Color information
#CBD053 (or 0xCBD053) is known color: Wild Willow. HEX triplet: CB, D0 and 53. RGB value is (203,208,83). Sum of RGB (Red+Green+Blue) = 203+208+83=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD053 is #342FAC. Grayscale: #C0C0C0. Windows color (decimal): -3420077 or 5492939. OLE color: 5492939.
HSL color Cylindrical-coordinate representation of color #CBD053: hue angle of 62.4º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBD053 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 83 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.18 |
| HSL | 62.4º | 0.57% | 0.57% | - |
| HSV(B) | 62.4º | 0.6% | 0.82% | - |
| XYZ | 48.75 | 58.43 | 16.89 | - |
| YUV | 192.26 | 66.34 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 83 | 0.02 | 0 | 0.60 | 0.18 | 62.4 | 0.57 | 0.57 |
| Hex | CB | D0 | 53 | 2 | 0 | 3C | 12 | 3E | 39 | 39 |
| Octal | 313 | 320 | 123 | 2 | 0 | 74 | 22 | 76 | 71 | 71 |
| Binary | 11001011 | 11010000 | 1010011 | 10 | 0 | 111100 | 10010 | 111110 | 111001 | 111001 |
Color Harmonies of #CBD053
Complementary color
Monochromatic Colors of #CBD053
Black with #CBD053
Text Example
Text Example
White with #CBD053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD053; }
p { color: rgb(203,208,83); }
H1.HeaderClassName
{
color: #CBD053;
}
.AnyTagClassName
{
color: #CBD053;
}
</style>
background-color css
<style>
a { background-color: #CBD053; }
a { background-color: rgb(203,208,83); }
div.DivClassName
{
background-color: #CBD053;
}
.BgClassName
{
background-color: #CBD053;
}
</style>
border-color css
<style>
span { border-color: #CBD053; }
span { border-color: rgb(203,208,83); }
td.TdClassName
{
border-color: #CBD053;
}
.TagClassName
{
border-color: #CBD053;
}
</style>