Shades of Wild Willow #CFD55D
Tints of Wild Willow #CFD55D
RGB
CMYK
RGB Variations
Color information
#CFD55D (or 0xCFD55D) is known color: Wild Willow. HEX triplet: CF, D5 and 5D. RGB value is (207,213,93). Sum of RGB (Red+Green+Blue) = 207+213+93=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD55D is #302AA2. Grayscale: #C5C5C5. Windows color (decimal): -3156643 or 6149583. OLE color: 6149583.
HSL color Cylindrical-coordinate representation of color #CFD55D: hue angle of 63º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFD55D is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 93 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.16 |
| HSL | 63º | 0.59% | 0.6% | - |
| HSV(B) | 63º | 0.56% | 0.84% | - |
| XYZ | 51.5 | 61.64 | 19.54 | - |
| YUV | 197.53 | 69.01 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 93 | 0.03 | 0 | 0.56 | 0.16 | 63 | 0.59 | 0.6 |
| Hex | CF | D5 | 5D | 3 | 0 | 38 | 10 | 3F | 3B | 3C |
| Octal | 317 | 325 | 135 | 3 | 0 | 70 | 20 | 77 | 73 | 74 |
| Binary | 11001111 | 11010101 | 1011101 | 11 | 0 | 111000 | 10000 | 111111 | 111011 | 111100 |
Color Harmonies of #CFD55D
Complementary color
Monochromatic Colors of #CFD55D
Black with #CFD55D
Text Example
Text Example
White with #CFD55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD55D; }
p { color: rgb(207,213,93); }
H1.HeaderClassName
{
color: #CFD55D;
}
.AnyTagClassName
{
color: #CFD55D;
}
</style>
background-color css
<style>
a { background-color: #CFD55D; }
a { background-color: rgb(207,213,93); }
div.DivClassName
{
background-color: #CFD55D;
}
.BgClassName
{
background-color: #CFD55D;
}
</style>
border-color css
<style>
span { border-color: #CFD55D; }
span { border-color: rgb(207,213,93); }
td.TdClassName
{
border-color: #CFD55D;
}
.TagClassName
{
border-color: #CFD55D;
}
</style>