Shades of Wild Willow #CFCD61
Tints of Wild Willow #CFCD61
RGB
CMYK
RGB Variations
Color information
#CFCD61 (or 0xCFCD61) is known color: Wild Willow. HEX triplet: CF, CD and 61. RGB value is (207,205,97). Sum of RGB (Red+Green+Blue) = 207+205+97=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD61 is #30329E. Grayscale: #C1C1C1. Windows color (decimal): -3158687 or 6409679. OLE color: 6409679.
HSL color Cylindrical-coordinate representation of color #CFCD61: hue angle of 58.91º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFCD61 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 97 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.19 |
| HSL | 58.91º | 0.53% | 0.6% | - |
| HSV(B) | 58.91º | 0.53% | 0.81% | - |
| XYZ | 49.72 | 57.79 | 19.84 | - |
| YUV | 193.29 | 73.66 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 97 | 0 | 0.01 | 0.53 | 0.19 | 58.91 | 0.53 | 0.6 |
| Hex | CF | CD | 61 | 0 | 1 | 35 | 13 | 3B | 35 | 3C |
| Octal | 317 | 315 | 141 | 0 | 1 | 65 | 23 | 73 | 65 | 74 |
| Binary | 11001111 | 11001101 | 1100001 | 0 | 1 | 110101 | 10011 | 111011 | 110101 | 111100 |
Color Harmonies of #CFCD61
Complementary color
Monochromatic Colors of #CFCD61
Black with #CFCD61
Text Example
Text Example
White with #CFCD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD61; }
p { color: rgb(207,205,97); }
H1.HeaderClassName
{
color: #CFCD61;
}
.AnyTagClassName
{
color: #CFCD61;
}
</style>
background-color css
<style>
a { background-color: #CFCD61; }
a { background-color: rgb(207,205,97); }
div.DivClassName
{
background-color: #CFCD61;
}
.BgClassName
{
background-color: #CFCD61;
}
</style>
border-color css
<style>
span { border-color: #CFCD61; }
span { border-color: rgb(207,205,97); }
td.TdClassName
{
border-color: #CFCD61;
}
.TagClassName
{
border-color: #CFCD61;
}
</style>