Shades of Wild Willow #CDCE5B
Tints of Wild Willow #CDCE5B
RGB
CMYK
RGB Variations
Color information
#CDCE5B (or 0xCDCE5B) is known color: Wild Willow. HEX triplet: CD, CE and 5B. RGB value is (205,206,91). Sum of RGB (Red+Green+Blue) = 205+206+91=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE5B is #3231A4. Grayscale: #C1C1C1. Windows color (decimal): -3289509 or 6016717. OLE color: 6016717.
HSL color Cylindrical-coordinate representation of color #CDCE5B: hue angle of 60.52º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDCE5B is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 91 | - |
| CMYK | 0.00 | 0 | 0.56 | 0.19 |
| HSL | 60.52º | 0.54% | 0.58% | - |
| HSV(B) | 60.52º | 0.56% | 0.81% | - |
| XYZ | 49.14 | 57.88 | 18.48 | - |
| YUV | 192.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 91 | 0.00 | 0 | 0.56 | 0.19 | 60.52 | 0.54 | 0.58 |
| Hex | CD | CE | 5B | 0 | 0 | 38 | 13 | 3D | 36 | 3A |
| Octal | 315 | 316 | 133 | 0 | 0 | 70 | 23 | 75 | 66 | 72 |
| Binary | 11001101 | 11001110 | 1011011 | 0 | 0 | 111000 | 10011 | 111101 | 110110 | 111010 |
Color Harmonies of #CDCE5B
Complementary color
Monochromatic Colors of #CDCE5B
Black with #CDCE5B
Text Example
Text Example
White with #CDCE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE5B; }
p { color: rgb(205,206,91); }
H1.HeaderClassName
{
color: #CDCE5B;
}
.AnyTagClassName
{
color: #CDCE5B;
}
</style>
background-color css
<style>
a { background-color: #CDCE5B; }
a { background-color: rgb(205,206,91); }
div.DivClassName
{
background-color: #CDCE5B;
}
.BgClassName
{
background-color: #CDCE5B;
}
</style>
border-color css
<style>
span { border-color: #CDCE5B; }
span { border-color: rgb(205,206,91); }
td.TdClassName
{
border-color: #CDCE5B;
}
.TagClassName
{
border-color: #CDCE5B;
}
</style>