Shades of Wild Willow #CFCD5D
Tints of Wild Willow #CFCD5D
RGB
CMYK
RGB Variations
Color information
#CFCD5D (or 0xCFCD5D) is known color: Wild Willow. HEX triplet: CF, CD and 5D. RGB value is (207,205,93). Sum of RGB (Red+Green+Blue) = 207+205+93=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD5D is #3032A2. Grayscale: #C1C1C1. Windows color (decimal): -3158691 or 6147535. OLE color: 6147535.
HSL color Cylindrical-coordinate representation of color #CFCD5D: hue angle of 58.95º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFCD5D is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 93 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.19 |
| HSL | 58.95º | 0.54% | 0.59% | - |
| HSV(B) | 58.95º | 0.55% | 0.81% | - |
| XYZ | 49.54 | 57.72 | 18.89 | - |
| YUV | 192.83 | 71.66 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 93 | 0 | 0.01 | 0.55 | 0.19 | 58.95 | 0.54 | 0.59 |
| Hex | CF | CD | 5D | 0 | 1 | 37 | 13 | 3B | 36 | 3B |
| Octal | 317 | 315 | 135 | 0 | 1 | 67 | 23 | 73 | 66 | 73 |
| Binary | 11001111 | 11001101 | 1011101 | 0 | 1 | 110111 | 10011 | 111011 | 110110 | 111011 |
Color Harmonies of #CFCD5D
Complementary color
Monochromatic Colors of #CFCD5D
Black with #CFCD5D
Text Example
Text Example
White with #CFCD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD5D; }
p { color: rgb(207,205,93); }
H1.HeaderClassName
{
color: #CFCD5D;
}
.AnyTagClassName
{
color: #CFCD5D;
}
</style>
background-color css
<style>
a { background-color: #CFCD5D; }
a { background-color: rgb(207,205,93); }
div.DivClassName
{
background-color: #CFCD5D;
}
.BgClassName
{
background-color: #CFCD5D;
}
</style>
border-color css
<style>
span { border-color: #CFCD5D; }
span { border-color: rgb(207,205,93); }
td.TdClassName
{
border-color: #CFCD5D;
}
.TagClassName
{
border-color: #CFCD5D;
}
</style>