Shades of Wild Willow #CDC85C
Tints of Wild Willow #CDC85C
RGB
CMYK
RGB Variations
Color information
#CDC85C (or 0xCDC85C) is known color: Wild Willow. HEX triplet: CD, C8 and 5C. RGB value is (205,200,92). Sum of RGB (Red+Green+Blue) = 205+200+92=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC85C is #3237A3. Grayscale: #BDBDBD. Windows color (decimal): -3291044 or 6080717. OLE color: 6080717.
HSL color Cylindrical-coordinate representation of color #CDC85C: hue angle of 57.35º 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 #CDC85C is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 92 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.20 |
| HSL | 57.35º | 0.53% | 0.58% | - |
| HSV(B) | 57.35º | 0.55% | 0.8% | - |
| XYZ | 47.76 | 55.06 | 18.24 | - |
| YUV | 189.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 92 | 0 | 0.02 | 0.55 | 0.20 | 57.35 | 0.53 | 0.58 |
| Hex | CD | C8 | 5C | 0 | 2 | 37 | 14 | 39 | 35 | 3A |
| Octal | 315 | 310 | 134 | 0 | 2 | 67 | 24 | 71 | 65 | 72 |
| Binary | 11001101 | 11001000 | 1011100 | 0 | 10 | 110111 | 10100 | 111001 | 110101 | 111010 |
Color Harmonies of #CDC85C
Complementary color
Monochromatic Colors of #CDC85C
Black with #CDC85C
Text Example
Text Example
White with #CDC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC85C; }
p { color: rgb(205,200,92); }
H1.HeaderClassName
{
color: #CDC85C;
}
.AnyTagClassName
{
color: #CDC85C;
}
</style>
background-color css
<style>
a { background-color: #CDC85C; }
a { background-color: rgb(205,200,92); }
div.DivClassName
{
background-color: #CDC85C;
}
.BgClassName
{
background-color: #CDC85C;
}
</style>
border-color css
<style>
span { border-color: #CDC85C; }
span { border-color: rgb(205,200,92); }
td.TdClassName
{
border-color: #CDC85C;
}
.TagClassName
{
border-color: #CDC85C;
}
</style>