Shades of Wild Willow #CFD155
Tints of Wild Willow #CFD155
RGB
CMYK
RGB Variations
Color information
#CFD155 (or 0xCFD155) is known color: Wild Willow. HEX triplet: CF, D1 and 55. RGB value is (207,209,85). Sum of RGB (Red+Green+Blue) = 207+209+85=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD155 is #302EAA. Grayscale: #C2C2C2. Windows color (decimal): -3157675 or 5624271. OLE color: 5624271.
HSL color Cylindrical-coordinate representation of color #CFD155: hue angle of 60.97º degrees, saturation: 0.57, 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 #CFD155 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 85 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.18 |
| HSL | 60.97º | 0.57% | 0.58% | - |
| HSV(B) | 60.97º | 0.59% | 0.82% | - |
| XYZ | 50.17 | 59.52 | 17.44 | - |
| YUV | 194.27 | 66.34 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 85 | 0.01 | 0 | 0.59 | 0.18 | 60.97 | 0.57 | 0.58 |
| Hex | CF | D1 | 55 | 1 | 0 | 3B | 12 | 3D | 39 | 3A |
| Octal | 317 | 321 | 125 | 1 | 0 | 73 | 22 | 75 | 71 | 72 |
| Binary | 11001111 | 11010001 | 1010101 | 1 | 0 | 111011 | 10010 | 111101 | 111001 | 111010 |
Color Harmonies of #CFD155
Complementary color
Monochromatic Colors of #CFD155
Black with #CFD155
Text Example
Text Example
White with #CFD155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD155; }
p { color: rgb(207,209,85); }
H1.HeaderClassName
{
color: #CFD155;
}
.AnyTagClassName
{
color: #CFD155;
}
</style>
background-color css
<style>
a { background-color: #CFD155; }
a { background-color: rgb(207,209,85); }
div.DivClassName
{
background-color: #CFD155;
}
.BgClassName
{
background-color: #CFD155;
}
</style>
border-color css
<style>
span { border-color: #CFD155; }
span { border-color: rgb(207,209,85); }
td.TdClassName
{
border-color: #CFD155;
}
.TagClassName
{
border-color: #CFD155;
}
</style>