Shades of Wild Willow #CDC95C
Tints of Wild Willow #CDC95C
RGB
CMYK
RGB Variations
Color information
#CDC95C (or 0xCDC95C) is known color: Wild Willow. HEX triplet: CD, C9 and 5C. RGB value is (205,201,92). Sum of RGB (Red+Green+Blue) = 205+201+92=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC95C is #3236A3. Grayscale: #BEBEBE. Windows color (decimal): -3290788 or 6080973. OLE color: 6080973.
HSL color Cylindrical-coordinate representation of color #CDC95C: hue angle of 57.88º 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 #CDC95C is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 92 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.20 |
| HSL | 57.88º | 0.53% | 0.58% | - |
| HSV(B) | 57.88º | 0.55% | 0.8% | - |
| XYZ | 48 | 55.53 | 18.31 | - |
| YUV | 189.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 92 | 0 | 0.02 | 0.55 | 0.20 | 57.88 | 0.53 | 0.58 |
| Hex | CD | C9 | 5C | 0 | 2 | 37 | 14 | 3A | 35 | 3A |
| Octal | 315 | 311 | 134 | 0 | 2 | 67 | 24 | 72 | 65 | 72 |
| Binary | 11001101 | 11001001 | 1011100 | 0 | 10 | 110111 | 10100 | 111010 | 110101 | 111010 |
Color Harmonies of #CDC95C
Complementary color
Monochromatic Colors of #CDC95C
Black with #CDC95C
Text Example
Text Example
White with #CDC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC95C; }
p { color: rgb(205,201,92); }
H1.HeaderClassName
{
color: #CDC95C;
}
.AnyTagClassName
{
color: #CDC95C;
}
</style>
background-color css
<style>
a { background-color: #CDC95C; }
a { background-color: rgb(205,201,92); }
div.DivClassName
{
background-color: #CDC95C;
}
.BgClassName
{
background-color: #CDC95C;
}
</style>
border-color css
<style>
span { border-color: #CDC95C; }
span { border-color: rgb(205,201,92); }
td.TdClassName
{
border-color: #CDC95C;
}
.TagClassName
{
border-color: #CDC95C;
}
</style>