Shades of Wild Willow #CFD65F
Tints of Wild Willow #CFD65F
RGB
CMYK
RGB Variations
Color information
#CFD65F (or 0xCFD65F) is known color: Wild Willow. HEX triplet: CF, D6 and 5F. RGB value is (207,214,95). Sum of RGB (Red+Green+Blue) = 207+214+95=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD65F is #3029A0. Grayscale: #C6C6C6. Windows color (decimal): -3156385 or 6280911. OLE color: 6280911.
HSL color Cylindrical-coordinate representation of color #CFD65F: hue angle of 63.53º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFD65F is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 95 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.16 |
| HSL | 63.53º | 0.59% | 0.61% | - |
| HSV(B) | 63.53º | 0.56% | 0.84% | - |
| XYZ | 51.84 | 62.18 | 20.1 | - |
| YUV | 198.34 | 69.68 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 95 | 0.03 | 0 | 0.56 | 0.16 | 63.53 | 0.59 | 0.61 |
| Hex | CF | D6 | 5F | 3 | 0 | 38 | 10 | 40 | 3B | 3D |
| Octal | 317 | 326 | 137 | 3 | 0 | 70 | 20 | 100 | 73 | 75 |
| Binary | 11001111 | 11010110 | 1011111 | 11 | 0 | 111000 | 10000 | 1000000 | 111011 | 111101 |
Color Harmonies of #CFD65F
Complementary color
Monochromatic Colors of #CFD65F
Black with #CFD65F
Text Example
Text Example
White with #CFD65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD65F; }
p { color: rgb(207,214,95); }
H1.HeaderClassName
{
color: #CFD65F;
}
.AnyTagClassName
{
color: #CFD65F;
}
</style>
background-color css
<style>
a { background-color: #CFD65F; }
a { background-color: rgb(207,214,95); }
div.DivClassName
{
background-color: #CFD65F;
}
.BgClassName
{
background-color: #CFD65F;
}
</style>
border-color css
<style>
span { border-color: #CFD65F; }
span { border-color: rgb(207,214,95); }
td.TdClassName
{
border-color: #CFD65F;
}
.TagClassName
{
border-color: #CFD65F;
}
</style>