Shades of Wild Willow #CFD85D
Tints of Wild Willow #CFD85D
RGB
CMYK
RGB Variations
Color information
#CFD85D (or 0xCFD85D) is known color: Wild Willow. HEX triplet: CF, D8 and 5D. RGB value is (207,216,93). Sum of RGB (Red+Green+Blue) = 207+216+93=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD85D is #3027A2. Grayscale: #C7C7C7. Windows color (decimal): -3155875 or 6150351. OLE color: 6150351.
HSL color Cylindrical-coordinate representation of color #CFD85D: hue angle of 64.39º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFD85D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 93 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.15 |
| HSL | 64.39º | 0.61% | 0.61% | - |
| HSV(B) | 64.39º | 0.57% | 0.85% | - |
| XYZ | 52.26 | 63.17 | 19.79 | - |
| YUV | 199.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 93 | 0.04 | 0 | 0.57 | 0.15 | 64.39 | 0.61 | 0.61 |
| Hex | CF | D8 | 5D | 4 | 0 | 39 | F | 40 | 3D | 3D |
| Octal | 317 | 330 | 135 | 4 | 0 | 71 | 17 | 100 | 75 | 75 |
| Binary | 11001111 | 11011000 | 1011101 | 100 | 0 | 111001 | 1111 | 1000000 | 111101 | 111101 |
Color Harmonies of #CFD85D
Complementary color
Monochromatic Colors of #CFD85D
Black with #CFD85D
Text Example
Text Example
White with #CFD85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD85D; }
p { color: rgb(207,216,93); }
H1.HeaderClassName
{
color: #CFD85D;
}
.AnyTagClassName
{
color: #CFD85D;
}
</style>
background-color css
<style>
a { background-color: #CFD85D; }
a { background-color: rgb(207,216,93); }
div.DivClassName
{
background-color: #CFD85D;
}
.BgClassName
{
background-color: #CFD85D;
}
</style>
border-color css
<style>
span { border-color: #CFD85D; }
span { border-color: rgb(207,216,93); }
td.TdClassName
{
border-color: #CFD85D;
}
.TagClassName
{
border-color: #CFD85D;
}
</style>