Shades of Wild Willow #CFCD56
Tints of Wild Willow #CFCD56
RGB
CMYK
RGB Variations
Color information
#CFCD56 (or 0xCFCD56) is known color: Wild Willow. HEX triplet: CF, CD and 56. RGB value is (207,205,86). Sum of RGB (Red+Green+Blue) = 207+205+86=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD56 is #3032A9. Grayscale: #C0C0C0. Windows color (decimal): -3158698 or 5688783. OLE color: 5688783.
HSL color Cylindrical-coordinate representation of color #CFCD56: hue angle of 59.01º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFCD56 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 86 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.19 |
| HSL | 59.01º | 0.56% | 0.57% | - |
| HSV(B) | 59.01º | 0.58% | 0.81% | - |
| XYZ | 49.24 | 57.6 | 17.33 | - |
| YUV | 192.03 | 68.16 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 86 | 0 | 0.01 | 0.58 | 0.19 | 59.01 | 0.56 | 0.57 |
| Hex | CF | CD | 56 | 0 | 1 | 3A | 13 | 3B | 38 | 39 |
| Octal | 317 | 315 | 126 | 0 | 1 | 72 | 23 | 73 | 70 | 71 |
| Binary | 11001111 | 11001101 | 1010110 | 0 | 1 | 111010 | 10011 | 111011 | 111000 | 111001 |
Color Harmonies of #CFCD56
Complementary color
Monochromatic Colors of #CFCD56
Black with #CFCD56
Text Example
Text Example
White with #CFCD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD56; }
p { color: rgb(207,205,86); }
H1.HeaderClassName
{
color: #CFCD56;
}
.AnyTagClassName
{
color: #CFCD56;
}
</style>
background-color css
<style>
a { background-color: #CFCD56; }
a { background-color: rgb(207,205,86); }
div.DivClassName
{
background-color: #CFCD56;
}
.BgClassName
{
background-color: #CFCD56;
}
</style>
border-color css
<style>
span { border-color: #CFCD56; }
span { border-color: rgb(207,205,86); }
td.TdClassName
{
border-color: #CFCD56;
}
.TagClassName
{
border-color: #CFCD56;
}
</style>