Shades of Wild Willow #CDC95A
Tints of Wild Willow #CDC95A
RGB
CMYK
RGB Variations
Color information
#CDC95A (or 0xCDC95A) is known color: Wild Willow. HEX triplet: CD, C9 and 5A. RGB value is (205,201,90). Sum of RGB (Red+Green+Blue) = 205+201+90=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC95A is #3236A5. Grayscale: #BDBDBD. Windows color (decimal): -3290790 or 5949901. OLE color: 5949901.
HSL color Cylindrical-coordinate representation of color #CDC95A: hue angle of 57.91º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDC95A is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 90 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.20 |
| HSL | 57.91º | 0.53% | 0.58% | - |
| HSV(B) | 57.91º | 0.56% | 0.8% | - |
| XYZ | 47.91 | 55.49 | 17.86 | - |
| YUV | 189.54 | 71.83 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 90 | 0 | 0.02 | 0.56 | 0.20 | 57.91 | 0.53 | 0.58 |
| Hex | CD | C9 | 5A | 0 | 2 | 38 | 14 | 3A | 35 | 3A |
| Octal | 315 | 311 | 132 | 0 | 2 | 70 | 24 | 72 | 65 | 72 |
| Binary | 11001101 | 11001001 | 1011010 | 0 | 10 | 111000 | 10100 | 111010 | 110101 | 111010 |
Color Harmonies of #CDC95A
Complementary color
Monochromatic Colors of #CDC95A
Black with #CDC95A
Text Example
Text Example
White with #CDC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC95A; }
p { color: rgb(205,201,90); }
H1.HeaderClassName
{
color: #CDC95A;
}
.AnyTagClassName
{
color: #CDC95A;
}
</style>
background-color css
<style>
a { background-color: #CDC95A; }
a { background-color: rgb(205,201,90); }
div.DivClassName
{
background-color: #CDC95A;
}
.BgClassName
{
background-color: #CDC95A;
}
</style>
border-color css
<style>
span { border-color: #CDC95A; }
span { border-color: rgb(205,201,90); }
td.TdClassName
{
border-color: #CDC95A;
}
.TagClassName
{
border-color: #CDC95A;
}
</style>