Shades of Wild Willow #CFD361
Tints of Wild Willow #CFD361
RGB
CMYK
RGB Variations
Color information
#CFD361 (or 0xCFD361) is known color: Wild Willow. HEX triplet: CF, D3 and 61. RGB value is (207,211,97). Sum of RGB (Red+Green+Blue) = 207+211+97=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD361 is #302C9E. Grayscale: #C5C5C5. Windows color (decimal): -3157151 or 6411215. OLE color: 6411215.
HSL color Cylindrical-coordinate representation of color #CFD361: hue angle of 62.11º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFD361 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 97 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.17 |
| HSL | 62.11º | 0.56% | 0.6% | - |
| HSV(B) | 62.11º | 0.54% | 0.83% | - |
| XYZ | 51.18 | 60.72 | 20.33 | - |
| YUV | 196.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 97 | 0.02 | 0 | 0.54 | 0.17 | 62.11 | 0.56 | 0.6 |
| Hex | CF | D3 | 61 | 2 | 0 | 36 | 11 | 3E | 38 | 3C |
| Octal | 317 | 323 | 141 | 2 | 0 | 66 | 21 | 76 | 70 | 74 |
| Binary | 11001111 | 11010011 | 1100001 | 10 | 0 | 110110 | 10001 | 111110 | 111000 | 111100 |
Color Harmonies of #CFD361
Complementary color
Monochromatic Colors of #CFD361
Black with #CFD361
Text Example
Text Example
White with #CFD361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD361; }
p { color: rgb(207,211,97); }
H1.HeaderClassName
{
color: #CFD361;
}
.AnyTagClassName
{
color: #CFD361;
}
</style>
background-color css
<style>
a { background-color: #CFD361; }
a { background-color: rgb(207,211,97); }
div.DivClassName
{
background-color: #CFD361;
}
.BgClassName
{
background-color: #CFD361;
}
</style>
border-color css
<style>
span { border-color: #CFD361; }
span { border-color: rgb(207,211,97); }
td.TdClassName
{
border-color: #CFD361;
}
.TagClassName
{
border-color: #CFD361;
}
</style>