Shades of Wild Willow #CDC85A
Tints of Wild Willow #CDC85A
RGB
CMYK
RGB Variations
Color information
#CDC85A (or 0xCDC85A) is known color: Wild Willow. HEX triplet: CD, C8 and 5A. RGB value is (205,200,90). Sum of RGB (Red+Green+Blue) = 205+200+90=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC85A is #3237A5. Grayscale: #BDBDBD. Windows color (decimal): -3291046 or 5949645. OLE color: 5949645.
HSL color Cylindrical-coordinate representation of color #CDC85A: hue angle of 57.39º 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 #CDC85A is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 90 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.20 |
| HSL | 57.39º | 0.53% | 0.58% | - |
| HSV(B) | 57.39º | 0.56% | 0.8% | - |
| XYZ | 47.68 | 55.03 | 17.78 | - |
| YUV | 188.96 | 72.16 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 90 | 0 | 0.02 | 0.56 | 0.20 | 57.39 | 0.53 | 0.58 |
| Hex | CD | C8 | 5A | 0 | 2 | 38 | 14 | 39 | 35 | 3A |
| Octal | 315 | 310 | 132 | 0 | 2 | 70 | 24 | 71 | 65 | 72 |
| Binary | 11001101 | 11001000 | 1011010 | 0 | 10 | 111000 | 10100 | 111001 | 110101 | 111010 |
Color Harmonies of #CDC85A
Complementary color
Monochromatic Colors of #CDC85A
Black with #CDC85A
Text Example
Text Example
White with #CDC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC85A; }
p { color: rgb(205,200,90); }
H1.HeaderClassName
{
color: #CDC85A;
}
.AnyTagClassName
{
color: #CDC85A;
}
</style>
background-color css
<style>
a { background-color: #CDC85A; }
a { background-color: rgb(205,200,90); }
div.DivClassName
{
background-color: #CDC85A;
}
.BgClassName
{
background-color: #CDC85A;
}
</style>
border-color css
<style>
span { border-color: #CDC85A; }
span { border-color: rgb(205,200,90); }
td.TdClassName
{
border-color: #CDC85A;
}
.TagClassName
{
border-color: #CDC85A;
}
</style>