Shades of Wild Willow #CFD65A
Tints of Wild Willow #CFD65A
RGB
CMYK
RGB Variations
Color information
#CFD65A (or 0xCFD65A) is known color: Wild Willow. HEX triplet: CF, D6 and 5A. RGB value is (207,214,90). Sum of RGB (Red+Green+Blue) = 207+214+90=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD65A is #3029A5. Grayscale: #C6C6C6. Windows color (decimal): -3156390 or 5953231. OLE color: 5953231.
HSL color Cylindrical-coordinate representation of color #CFD65A: hue angle of 63.39º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFD65A is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 90 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.16 |
| HSL | 63.39º | 0.6% | 0.6% | - |
| HSV(B) | 63.39º | 0.58% | 0.84% | - |
| XYZ | 51.62 | 62.1 | 18.94 | - |
| YUV | 197.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 90 | 0.03 | 0 | 0.58 | 0.16 | 63.39 | 0.6 | 0.6 |
| Hex | CF | D6 | 5A | 3 | 0 | 3A | 10 | 3F | 3C | 3C |
| Octal | 317 | 326 | 132 | 3 | 0 | 72 | 20 | 77 | 74 | 74 |
| Binary | 11001111 | 11010110 | 1011010 | 11 | 0 | 111010 | 10000 | 111111 | 111100 | 111100 |
Color Harmonies of #CFD65A
Complementary color
Monochromatic Colors of #CFD65A
Black with #CFD65A
Text Example
Text Example
White with #CFD65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD65A; }
p { color: rgb(207,214,90); }
H1.HeaderClassName
{
color: #CFD65A;
}
.AnyTagClassName
{
color: #CFD65A;
}
</style>
background-color css
<style>
a { background-color: #CFD65A; }
a { background-color: rgb(207,214,90); }
div.DivClassName
{
background-color: #CFD65A;
}
.BgClassName
{
background-color: #CFD65A;
}
</style>
border-color css
<style>
span { border-color: #CFD65A; }
span { border-color: rgb(207,214,90); }
td.TdClassName
{
border-color: #CFD65A;
}
.TagClassName
{
border-color: #CFD65A;
}
</style>