Shades of Wild Willow #CDC96C
Tints of Wild Willow #CDC96C
RGB
CMYK
RGB Variations
Color information
#CDC96C (or 0xCDC96C) is known color: Wild Willow. HEX triplet: CD, C9 and 6C. RGB value is (205,201,108). Sum of RGB (Red+Green+Blue) = 205+201+108=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC96C is #323693. Grayscale: #BFBFBF. Windows color (decimal): -3290772 or 7129549. OLE color: 7129549.
HSL color Cylindrical-coordinate representation of color #CDC96C: hue angle of 57.53º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDC96C is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 108 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.20 |
| HSL | 57.53º | 0.49% | 0.61% | - |
| HSV(B) | 57.53º | 0.47% | 0.8% | - |
| XYZ | 48.77 | 55.84 | 22.39 | - |
| YUV | 191.59 | 80.83 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 108 | 0 | 0.02 | 0.47 | 0.20 | 57.53 | 0.49 | 0.61 |
| Hex | CD | C9 | 6C | 0 | 2 | 2F | 14 | 3A | 31 | 3D |
| Octal | 315 | 311 | 154 | 0 | 2 | 57 | 24 | 72 | 61 | 75 |
| Binary | 11001101 | 11001001 | 1101100 | 0 | 10 | 101111 | 10100 | 111010 | 110001 | 111101 |
Color Harmonies of #CDC96C
Complementary color
Monochromatic Colors of #CDC96C
Black with #CDC96C
Text Example
Text Example
White with #CDC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC96C; }
p { color: rgb(205,201,108); }
H1.HeaderClassName
{
color: #CDC96C;
}
.AnyTagClassName
{
color: #CDC96C;
}
</style>
background-color css
<style>
a { background-color: #CDC96C; }
a { background-color: rgb(205,201,108); }
div.DivClassName
{
background-color: #CDC96C;
}
.BgClassName
{
background-color: #CDC96C;
}
</style>
border-color css
<style>
span { border-color: #CDC96C; }
span { border-color: rgb(205,201,108); }
td.TdClassName
{
border-color: #CDC96C;
}
.TagClassName
{
border-color: #CDC96C;
}
</style>