Shades of Wild Willow #CDCE5C
Tints of Wild Willow #CDCE5C
RGB
CMYK
RGB Variations
Color information
#CDCE5C (or 0xCDCE5C) is known color: Wild Willow. HEX triplet: CD, CE and 5C. RGB value is (205,206,92). Sum of RGB (Red+Green+Blue) = 205+206+92=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE5C is #3231A3. Grayscale: #C1C1C1. Windows color (decimal): -3289508 or 6082253. OLE color: 6082253.
HSL color Cylindrical-coordinate representation of color #CDCE5C: hue angle of 60.53º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDCE5C is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 92 | - |
| CMYK | 0.00 | 0 | 0.55 | 0.19 |
| HSL | 60.53º | 0.54% | 0.58% | - |
| HSV(B) | 60.53º | 0.55% | 0.81% | - |
| XYZ | 49.18 | 57.89 | 18.71 | - |
| YUV | 192.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 92 | 0.00 | 0 | 0.55 | 0.19 | 60.53 | 0.54 | 0.58 |
| Hex | CD | CE | 5C | 0 | 0 | 37 | 13 | 3D | 36 | 3A |
| Octal | 315 | 316 | 134 | 0 | 0 | 67 | 23 | 75 | 66 | 72 |
| Binary | 11001101 | 11001110 | 1011100 | 0 | 0 | 110111 | 10011 | 111101 | 110110 | 111010 |
Color Harmonies of #CDCE5C
Complementary color
Monochromatic Colors of #CDCE5C
Black with #CDCE5C
Text Example
Text Example
White with #CDCE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE5C; }
p { color: rgb(205,206,92); }
H1.HeaderClassName
{
color: #CDCE5C;
}
.AnyTagClassName
{
color: #CDCE5C;
}
</style>
background-color css
<style>
a { background-color: #CDCE5C; }
a { background-color: rgb(205,206,92); }
div.DivClassName
{
background-color: #CDCE5C;
}
.BgClassName
{
background-color: #CDCE5C;
}
</style>
border-color css
<style>
span { border-color: #CDCE5C; }
span { border-color: rgb(205,206,92); }
td.TdClassName
{
border-color: #CDCE5C;
}
.TagClassName
{
border-color: #CDCE5C;
}
</style>