Shades of Wild Willow #CFD75A
Tints of Wild Willow #CFD75A
RGB
CMYK
RGB Variations
Color information
#CFD75A (or 0xCFD75A) is known color: Wild Willow. HEX triplet: CF, D7 and 5A. RGB value is (207,215,90). Sum of RGB (Red+Green+Blue) = 207+215+90=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD75A is #3028A5. Grayscale: #C6C6C6. Windows color (decimal): -3156134 or 5953487. OLE color: 5953487.
HSL color Cylindrical-coordinate representation of color #CFD75A: hue angle of 63.84º degrees, saturation: 0.61, 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 #CFD75A is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 90 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.16 |
| HSL | 63.84º | 0.61% | 0.6% | - |
| HSV(B) | 63.84º | 0.58% | 0.84% | - |
| XYZ | 51.88 | 62.6 | 19.02 | - |
| YUV | 198.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 90 | 0.04 | 0 | 0.58 | 0.16 | 63.84 | 0.61 | 0.6 |
| Hex | CF | D7 | 5A | 4 | 0 | 3A | 10 | 40 | 3D | 3C |
| Octal | 317 | 327 | 132 | 4 | 0 | 72 | 20 | 100 | 75 | 74 |
| Binary | 11001111 | 11010111 | 1011010 | 100 | 0 | 111010 | 10000 | 1000000 | 111101 | 111100 |
Color Harmonies of #CFD75A
Complementary color
Monochromatic Colors of #CFD75A
Black with #CFD75A
Text Example
Text Example
White with #CFD75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD75A; }
p { color: rgb(207,215,90); }
H1.HeaderClassName
{
color: #CFD75A;
}
.AnyTagClassName
{
color: #CFD75A;
}
</style>
background-color css
<style>
a { background-color: #CFD75A; }
a { background-color: rgb(207,215,90); }
div.DivClassName
{
background-color: #CFD75A;
}
.BgClassName
{
background-color: #CFD75A;
}
</style>
border-color css
<style>
span { border-color: #CFD75A; }
span { border-color: rgb(207,215,90); }
td.TdClassName
{
border-color: #CFD75A;
}
.TagClassName
{
border-color: #CFD75A;
}
</style>