Shades of Wild Willow #CDC95D
Tints of Wild Willow #CDC95D
RGB
CMYK
RGB Variations
Color information
#CDC95D (or 0xCDC95D) is known color: Wild Willow. HEX triplet: CD, C9 and 5D. RGB value is (205,201,93). Sum of RGB (Red+Green+Blue) = 205+201+93=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC95D is #3236A2. Grayscale: #BEBEBE. Windows color (decimal): -3290787 or 6146509. OLE color: 6146509.
HSL color Cylindrical-coordinate representation of color #CDC95D: hue angle of 57.86º 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 #CDC95D is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 93 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.20 |
| HSL | 57.86º | 0.53% | 0.58% | - |
| HSV(B) | 57.86º | 0.55% | 0.8% | - |
| XYZ | 48.04 | 55.54 | 18.54 | - |
| YUV | 189.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 93 | 0 | 0.02 | 0.55 | 0.20 | 57.86 | 0.53 | 0.58 |
| Hex | CD | C9 | 5D | 0 | 2 | 37 | 14 | 3A | 35 | 3A |
| Octal | 315 | 311 | 135 | 0 | 2 | 67 | 24 | 72 | 65 | 72 |
| Binary | 11001101 | 11001001 | 1011101 | 0 | 10 | 110111 | 10100 | 111010 | 110101 | 111010 |
Color Harmonies of #CDC95D
Complementary color
Monochromatic Colors of #CDC95D
Black with #CDC95D
Text Example
Text Example
White with #CDC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC95D; }
p { color: rgb(205,201,93); }
H1.HeaderClassName
{
color: #CDC95D;
}
.AnyTagClassName
{
color: #CDC95D;
}
</style>
background-color css
<style>
a { background-color: #CDC95D; }
a { background-color: rgb(205,201,93); }
div.DivClassName
{
background-color: #CDC95D;
}
.BgClassName
{
background-color: #CDC95D;
}
</style>
border-color css
<style>
span { border-color: #CDC95D; }
span { border-color: rgb(205,201,93); }
td.TdClassName
{
border-color: #CDC95D;
}
.TagClassName
{
border-color: #CDC95D;
}
</style>