Shades of Wild Willow #CFCD5F
Tints of Wild Willow #CFCD5F
RGB
CMYK
RGB Variations
Color information
#CFCD5F (or 0xCFCD5F) is known color: Wild Willow. HEX triplet: CF, CD and 5F. RGB value is (207,205,95). Sum of RGB (Red+Green+Blue) = 207+205+95=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD5F is #3032A0. Grayscale: #C1C1C1. Windows color (decimal): -3158689 or 6278607. OLE color: 6278607.
HSL color Cylindrical-coordinate representation of color #CFCD5F: hue angle of 58.93º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFCD5F is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 95 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.19 |
| HSL | 58.93º | 0.54% | 0.59% | - |
| HSV(B) | 58.93º | 0.54% | 0.81% | - |
| XYZ | 49.63 | 57.75 | 19.36 | - |
| YUV | 193.06 | 72.66 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 95 | 0 | 0.01 | 0.54 | 0.19 | 58.93 | 0.54 | 0.59 |
| Hex | CF | CD | 5F | 0 | 1 | 36 | 13 | 3B | 36 | 3B |
| Octal | 317 | 315 | 137 | 0 | 1 | 66 | 23 | 73 | 66 | 73 |
| Binary | 11001111 | 11001101 | 1011111 | 0 | 1 | 110110 | 10011 | 111011 | 110110 | 111011 |
Color Harmonies of #CFCD5F
Complementary color
Monochromatic Colors of #CFCD5F
Black with #CFCD5F
Text Example
Text Example
White with #CFCD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD5F; }
p { color: rgb(207,205,95); }
H1.HeaderClassName
{
color: #CFCD5F;
}
.AnyTagClassName
{
color: #CFCD5F;
}
</style>
background-color css
<style>
a { background-color: #CFCD5F; }
a { background-color: rgb(207,205,95); }
div.DivClassName
{
background-color: #CFCD5F;
}
.BgClassName
{
background-color: #CFCD5F;
}
</style>
border-color css
<style>
span { border-color: #CFCD5F; }
span { border-color: rgb(207,205,95); }
td.TdClassName
{
border-color: #CFCD5F;
}
.TagClassName
{
border-color: #CFCD5F;
}
</style>