Shades of Wild Willow #CBD555
Tints of Wild Willow #CBD555
RGB
CMYK
RGB Variations
Color information
#CBD555 (or 0xCBD555) is known color: Wild Willow. HEX triplet: CB, D5 and 55. RGB value is (203,213,85). Sum of RGB (Red+Green+Blue) = 203+213+85=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD555 is #342AAA. Grayscale: #C3C3C3. Windows color (decimal): -3418795 or 5625291. OLE color: 5625291.
HSL color Cylindrical-coordinate representation of color #CBD555: hue angle of 64.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBD555 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 85 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.16 |
| HSL | 64.69º | 0.6% | 0.58% | - |
| HSV(B) | 64.69º | 0.6% | 0.84% | - |
| XYZ | 50.06 | 60.94 | 17.72 | - |
| YUV | 195.42 | 65.69 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 85 | 0.05 | 0 | 0.60 | 0.16 | 64.69 | 0.6 | 0.58 |
| Hex | CB | D5 | 55 | 5 | 0 | 3C | 10 | 41 | 3C | 3A |
| Octal | 313 | 325 | 125 | 5 | 0 | 74 | 20 | 101 | 74 | 72 |
| Binary | 11001011 | 11010101 | 1010101 | 101 | 0 | 111100 | 10000 | 1000001 | 111100 | 111010 |
Color Harmonies of #CBD555
Complementary color
Monochromatic Colors of #CBD555
Black with #CBD555
Text Example
Text Example
White with #CBD555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD555; }
p { color: rgb(203,213,85); }
H1.HeaderClassName
{
color: #CBD555;
}
.AnyTagClassName
{
color: #CBD555;
}
</style>
background-color css
<style>
a { background-color: #CBD555; }
a { background-color: rgb(203,213,85); }
div.DivClassName
{
background-color: #CBD555;
}
.BgClassName
{
background-color: #CBD555;
}
</style>
border-color css
<style>
span { border-color: #CBD555; }
span { border-color: rgb(203,213,85); }
td.TdClassName
{
border-color: #CBD555;
}
.TagClassName
{
border-color: #CBD555;
}
</style>