Shades of Wild Willow #CDCD5C
Tints of Wild Willow #CDCD5C
RGB
CMYK
RGB Variations
Color information
#CDCD5C (or 0xCDCD5C) is known color: Wild Willow. HEX triplet: CD, CD and 5C. RGB value is (205,205,92). Sum of RGB (Red+Green+Blue) = 205+205+92=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD5C is #3232A3. Grayscale: #C0C0C0. Windows color (decimal): -3289764 or 6081997. OLE color: 6081997.
HSL color Cylindrical-coordinate representation of color #CDCD5C: hue angle of 60º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDCD5C is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 92 | - |
| CMYK | 0 | 0 | 0.55 | 0.20 |
| HSL | 60º | 0.53% | 0.58% | - |
| HSV(B) | 60º | 0.55% | 0.8% | - |
| XYZ | 48.94 | 57.41 | 18.63 | - |
| YUV | 192.12 | 71.5 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 92 | 0 | 0 | 0.55 | 0.20 | 60 | 0.53 | 0.58 |
| Hex | CD | CD | 5C | 0 | 0 | 37 | 14 | 3C | 35 | 3A |
| Octal | 315 | 315 | 134 | 0 | 0 | 67 | 24 | 74 | 65 | 72 |
| Binary | 11001101 | 11001101 | 1011100 | 0 | 0 | 110111 | 10100 | 111100 | 110101 | 111010 |
Color Harmonies of #CDCD5C
Complementary color
Monochromatic Colors of #CDCD5C
Black with #CDCD5C
Text Example
Text Example
White with #CDCD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD5C; }
p { color: rgb(205,205,92); }
H1.HeaderClassName
{
color: #CDCD5C;
}
.AnyTagClassName
{
color: #CDCD5C;
}
</style>
background-color css
<style>
a { background-color: #CDCD5C; }
a { background-color: rgb(205,205,92); }
div.DivClassName
{
background-color: #CDCD5C;
}
.BgClassName
{
background-color: #CDCD5C;
}
</style>
border-color css
<style>
span { border-color: #CDCD5C; }
span { border-color: rgb(205,205,92); }
td.TdClassName
{
border-color: #CDCD5C;
}
.TagClassName
{
border-color: #CDCD5C;
}
</style>