Shades of Wild Willow #CFD060
Tints of Wild Willow #CFD060
RGB
CMYK
RGB Variations
Color information
#CFD060 (or 0xCFD060) is known color: Wild Willow. HEX triplet: CF, D0 and 60. RGB value is (207,208,96). Sum of RGB (Red+Green+Blue) = 207+208+96=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD060 is #302F9F. Grayscale: #C3C3C3. Windows color (decimal): -3157920 or 6344911. OLE color: 6344911.
HSL color Cylindrical-coordinate representation of color #CFD060: hue angle of 60.54º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFD060 is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 96 | - |
| CMYK | 0.00 | 0 | 0.54 | 0.18 |
| HSL | 60.54º | 0.54% | 0.6% | - |
| HSV(B) | 60.54º | 0.54% | 0.82% | - |
| XYZ | 50.4 | 59.22 | 19.84 | - |
| YUV | 194.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 96 | 0.00 | 0 | 0.54 | 0.18 | 60.54 | 0.54 | 0.6 |
| Hex | CF | D0 | 60 | 0 | 0 | 36 | 12 | 3D | 36 | 3C |
| Octal | 317 | 320 | 140 | 0 | 0 | 66 | 22 | 75 | 66 | 74 |
| Binary | 11001111 | 11010000 | 1100000 | 0 | 0 | 110110 | 10010 | 111101 | 110110 | 111100 |
Color Harmonies of #CFD060
Complementary color
Monochromatic Colors of #CFD060
Black with #CFD060
Text Example
Text Example
White with #CFD060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD060; }
p { color: rgb(207,208,96); }
H1.HeaderClassName
{
color: #CFD060;
}
.AnyTagClassName
{
color: #CFD060;
}
</style>
background-color css
<style>
a { background-color: #CFD060; }
a { background-color: rgb(207,208,96); }
div.DivClassName
{
background-color: #CFD060;
}
.BgClassName
{
background-color: #CFD060;
}
</style>
border-color css
<style>
span { border-color: #CFD060; }
span { border-color: rgb(207,208,96); }
td.TdClassName
{
border-color: #CFD060;
}
.TagClassName
{
border-color: #CFD060;
}
</style>