Shades of Wild Willow #CBD55D
Tints of Wild Willow #CBD55D
RGB
CMYK
RGB Variations
Color information
#CBD55D (or 0xCBD55D) is known color: Wild Willow. HEX triplet: CB, D5 and 5D. RGB value is (203,213,93). Sum of RGB (Red+Green+Blue) = 203+213+93=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD55D is #342AA2. Grayscale: #C4C4C4. Windows color (decimal): -3418787 or 6149579. OLE color: 6149579.
HSL color Cylindrical-coordinate representation of color #CBD55D: hue angle of 65º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBD55D is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 93 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.16 |
| HSL | 65º | 0.59% | 0.6% | - |
| HSV(B) | 65º | 0.56% | 0.84% | - |
| XYZ | 50.4 | 61.08 | 19.49 | - |
| YUV | 196.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 93 | 0.05 | 0 | 0.56 | 0.16 | 65 | 0.59 | 0.6 |
| Hex | CB | D5 | 5D | 5 | 0 | 38 | 10 | 41 | 3B | 3C |
| Octal | 313 | 325 | 135 | 5 | 0 | 70 | 20 | 101 | 73 | 74 |
| Binary | 11001011 | 11010101 | 1011101 | 101 | 0 | 111000 | 10000 | 1000001 | 111011 | 111100 |
Color Harmonies of #CBD55D
Complementary color
Monochromatic Colors of #CBD55D
Black with #CBD55D
Text Example
Text Example
White with #CBD55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD55D; }
p { color: rgb(203,213,93); }
H1.HeaderClassName
{
color: #CBD55D;
}
.AnyTagClassName
{
color: #CBD55D;
}
</style>
background-color css
<style>
a { background-color: #CBD55D; }
a { background-color: rgb(203,213,93); }
div.DivClassName
{
background-color: #CBD55D;
}
.BgClassName
{
background-color: #CBD55D;
}
</style>
border-color css
<style>
span { border-color: #CBD55D; }
span { border-color: rgb(203,213,93); }
td.TdClassName
{
border-color: #CBD55D;
}
.TagClassName
{
border-color: #CBD55D;
}
</style>