Shades of Wild Willow #CDC855
Tints of Wild Willow #CDC855
RGB
CMYK
RGB Variations
Color information
#CDC855 (or 0xCDC855) is known color: Wild Willow. HEX triplet: CD, C8 and 55. RGB value is (205,200,85). Sum of RGB (Red+Green+Blue) = 205+200+85=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC855 is #3237AA. Grayscale: #BCBCBC. Windows color (decimal): -3291051 or 5621965. OLE color: 5621965.
HSL color Cylindrical-coordinate representation of color #CDC855: hue angle of 57.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDC855 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 85 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.20 |
| HSL | 57.5º | 0.55% | 0.57% | - |
| HSV(B) | 57.5º | 0.59% | 0.8% | - |
| XYZ | 47.47 | 54.94 | 16.7 | - |
| YUV | 188.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 85 | 0 | 0.02 | 0.59 | 0.20 | 57.5 | 0.55 | 0.57 |
| Hex | CD | C8 | 55 | 0 | 2 | 3B | 14 | 3A | 37 | 39 |
| Octal | 315 | 310 | 125 | 0 | 2 | 73 | 24 | 72 | 67 | 71 |
| Binary | 11001101 | 11001000 | 1010101 | 0 | 10 | 111011 | 10100 | 111010 | 110111 | 111001 |
Color Harmonies of #CDC855
Complementary color
Monochromatic Colors of #CDC855
Black with #CDC855
Text Example
Text Example
White with #CDC855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC855; }
p { color: rgb(205,200,85); }
H1.HeaderClassName
{
color: #CDC855;
}
.AnyTagClassName
{
color: #CDC855;
}
</style>
background-color css
<style>
a { background-color: #CDC855; }
a { background-color: rgb(205,200,85); }
div.DivClassName
{
background-color: #CDC855;
}
.BgClassName
{
background-color: #CDC855;
}
</style>
border-color css
<style>
span { border-color: #CDC855; }
span { border-color: rgb(205,200,85); }
td.TdClassName
{
border-color: #CDC855;
}
.TagClassName
{
border-color: #CDC855;
}
</style>