Shades of Wild Willow #CFD056
Tints of Wild Willow #CFD056
RGB
CMYK
RGB Variations
Color information
#CFD056 (or 0xCFD056) is known color: Wild Willow. HEX triplet: CF, D0 and 56. RGB value is (207,208,86). Sum of RGB (Red+Green+Blue) = 207+208+86=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD056 is #302FA9. Grayscale: #C2C2C2. Windows color (decimal): -3157930 or 5689551. OLE color: 5689551.
HSL color Cylindrical-coordinate representation of color #CFD056: hue angle of 60.49º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFD056 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 86 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.18 |
| HSL | 60.49º | 0.56% | 0.58% | - |
| HSV(B) | 60.49º | 0.59% | 0.82% | - |
| XYZ | 49.97 | 59.05 | 17.57 | - |
| YUV | 193.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 86 | 0.00 | 0 | 0.59 | 0.18 | 60.49 | 0.56 | 0.58 |
| Hex | CF | D0 | 56 | 0 | 0 | 3B | 12 | 3C | 38 | 3A |
| Octal | 317 | 320 | 126 | 0 | 0 | 73 | 22 | 74 | 70 | 72 |
| Binary | 11001111 | 11010000 | 1010110 | 0 | 0 | 111011 | 10010 | 111100 | 111000 | 111010 |
Color Harmonies of #CFD056
Complementary color
Monochromatic Colors of #CFD056
Black with #CFD056
Text Example
Text Example
White with #CFD056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD056; }
p { color: rgb(207,208,86); }
H1.HeaderClassName
{
color: #CFD056;
}
.AnyTagClassName
{
color: #CFD056;
}
</style>
background-color css
<style>
a { background-color: #CFD056; }
a { background-color: rgb(207,208,86); }
div.DivClassName
{
background-color: #CFD056;
}
.BgClassName
{
background-color: #CFD056;
}
</style>
border-color css
<style>
span { border-color: #CFD056; }
span { border-color: rgb(207,208,86); }
td.TdClassName
{
border-color: #CFD056;
}
.TagClassName
{
border-color: #CFD056;
}
</style>