Shades of Wild Willow #CDCE5A
Tints of Wild Willow #CDCE5A
RGB
CMYK
RGB Variations
Color information
#CDCE5A (or 0xCDCE5A) is known color: Wild Willow. HEX triplet: CD, CE and 5A. RGB value is (205,206,90). Sum of RGB (Red+Green+Blue) = 205+206+90=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE5A is #3231A5. Grayscale: #C0C0C0. Windows color (decimal): -3289510 or 5951181. OLE color: 5951181.
HSL color Cylindrical-coordinate representation of color #CDCE5A: 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 #CDCE5A is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 90 | - |
| 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.09 | 57.86 | 18.25 | - |
| YUV | 192.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 90 | 0.00 | 0 | 0.56 | 0.19 | 60.52 | 0.54 | 0.58 |
| Hex | CD | CE | 5A | 0 | 0 | 38 | 13 | 3D | 36 | 3A |
| Octal | 315 | 316 | 132 | 0 | 0 | 70 | 23 | 75 | 66 | 72 |
| Binary | 11001101 | 11001110 | 1011010 | 0 | 0 | 111000 | 10011 | 111101 | 110110 | 111010 |
Color Harmonies of #CDCE5A
Complementary color
Monochromatic Colors of #CDCE5A
Black with #CDCE5A
Text Example
Text Example
White with #CDCE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE5A; }
p { color: rgb(205,206,90); }
H1.HeaderClassName
{
color: #CDCE5A;
}
.AnyTagClassName
{
color: #CDCE5A;
}
</style>
background-color css
<style>
a { background-color: #CDCE5A; }
a { background-color: rgb(205,206,90); }
div.DivClassName
{
background-color: #CDCE5A;
}
.BgClassName
{
background-color: #CDCE5A;
}
</style>
border-color css
<style>
span { border-color: #CDCE5A; }
span { border-color: rgb(205,206,90); }
td.TdClassName
{
border-color: #CDCE5A;
}
.TagClassName
{
border-color: #CDCE5A;
}
</style>