Shades of Wild Willow #CFDA5B
Tints of Wild Willow #CFDA5B
RGB
CMYK
RGB Variations
Color information
#CFDA5B (or 0xCFDA5B) is known color: Wild Willow. HEX triplet: CF, DA and 5B. RGB value is (207,218,91). Sum of RGB (Red+Green+Blue) = 207+218+91=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA5B is #3025A4. Grayscale: #C8C8C8. Windows color (decimal): -3155365 or 6019791. OLE color: 6019791.
HSL color Cylindrical-coordinate representation of color #CFDA5B: hue angle of 65.2º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFDA5B is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 91 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.15 |
| HSL | 65.2º | 0.63% | 0.61% | - |
| HSV(B) | 65.2º | 0.58% | 0.85% | - |
| XYZ | 52.69 | 64.16 | 19.51 | - |
| YUV | 200.23 | 66.36 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 91 | 0.05 | 0 | 0.58 | 0.15 | 65.2 | 0.63 | 0.61 |
| Hex | CF | DA | 5B | 5 | 0 | 3A | F | 41 | 3F | 3D |
| Octal | 317 | 332 | 133 | 5 | 0 | 72 | 17 | 101 | 77 | 75 |
| Binary | 11001111 | 11011010 | 1011011 | 101 | 0 | 111010 | 1111 | 1000001 | 111111 | 111101 |
Color Harmonies of #CFDA5B
Complementary color
Monochromatic Colors of #CFDA5B
Black with #CFDA5B
Text Example
Text Example
White with #CFDA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA5B; }
p { color: rgb(207,218,91); }
H1.HeaderClassName
{
color: #CFDA5B;
}
.AnyTagClassName
{
color: #CFDA5B;
}
</style>
background-color css
<style>
a { background-color: #CFDA5B; }
a { background-color: rgb(207,218,91); }
div.DivClassName
{
background-color: #CFDA5B;
}
.BgClassName
{
background-color: #CFDA5B;
}
</style>
border-color css
<style>
span { border-color: #CFDA5B; }
span { border-color: rgb(207,218,91); }
td.TdClassName
{
border-color: #CFDA5B;
}
.TagClassName
{
border-color: #CFDA5B;
}
</style>