Shades of Wild Willow #CFD75D
Tints of Wild Willow #CFD75D
RGB
CMYK
RGB Variations
Color information
#CFD75D (or 0xCFD75D) is known color: Wild Willow. HEX triplet: CF, D7 and 5D. RGB value is (207,215,93). Sum of RGB (Red+Green+Blue) = 207+215+93=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD75D is #3028A2. Grayscale: #C7C7C7. Windows color (decimal): -3156131 or 6150095. OLE color: 6150095.
HSL color Cylindrical-coordinate representation of color #CFD75D: hue angle of 63.93º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFD75D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 93 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.16 |
| HSL | 63.93º | 0.6% | 0.6% | - |
| HSV(B) | 63.93º | 0.57% | 0.84% | - |
| XYZ | 52.01 | 62.66 | 19.71 | - |
| YUV | 198.7 | 68.35 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 93 | 0.04 | 0 | 0.57 | 0.16 | 63.93 | 0.6 | 0.6 |
| Hex | CF | D7 | 5D | 4 | 0 | 39 | 10 | 40 | 3C | 3C |
| Octal | 317 | 327 | 135 | 4 | 0 | 71 | 20 | 100 | 74 | 74 |
| Binary | 11001111 | 11010111 | 1011101 | 100 | 0 | 111001 | 10000 | 1000000 | 111100 | 111100 |
Color Harmonies of #CFD75D
Complementary color
Monochromatic Colors of #CFD75D
Black with #CFD75D
Text Example
Text Example
White with #CFD75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD75D; }
p { color: rgb(207,215,93); }
H1.HeaderClassName
{
color: #CFD75D;
}
.AnyTagClassName
{
color: #CFD75D;
}
</style>
background-color css
<style>
a { background-color: #CFD75D; }
a { background-color: rgb(207,215,93); }
div.DivClassName
{
background-color: #CFD75D;
}
.BgClassName
{
background-color: #CFD75D;
}
</style>
border-color css
<style>
span { border-color: #CFD75D; }
span { border-color: rgb(207,215,93); }
td.TdClassName
{
border-color: #CFD75D;
}
.TagClassName
{
border-color: #CFD75D;
}
</style>