Shades of Wild Willow #CFCD57
Tints of Wild Willow #CFCD57
RGB
CMYK
RGB Variations
Color information
#CFCD57 (or 0xCFCD57) is known color: Wild Willow. HEX triplet: CF, CD and 57. RGB value is (207,205,87). Sum of RGB (Red+Green+Blue) = 207+205+87=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD57 is #3032A8. Grayscale: #C0C0C0. Windows color (decimal): -3158697 or 5754319. OLE color: 5754319.
HSL color Cylindrical-coordinate representation of color #CFCD57: hue angle of 59º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFCD57 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 87 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.19 |
| HSL | 59º | 0.56% | 0.58% | - |
| HSV(B) | 59º | 0.58% | 0.81% | - |
| XYZ | 49.28 | 57.62 | 17.54 | - |
| YUV | 192.15 | 68.66 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 87 | 0 | 0.01 | 0.58 | 0.19 | 59 | 0.56 | 0.58 |
| Hex | CF | CD | 57 | 0 | 1 | 3A | 13 | 3B | 38 | 3A |
| Octal | 317 | 315 | 127 | 0 | 1 | 72 | 23 | 73 | 70 | 72 |
| Binary | 11001111 | 11001101 | 1010111 | 0 | 1 | 111010 | 10011 | 111011 | 111000 | 111010 |
Color Harmonies of #CFCD57
Complementary color
Monochromatic Colors of #CFCD57
Black with #CFCD57
Text Example
Text Example
White with #CFCD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD57; }
p { color: rgb(207,205,87); }
H1.HeaderClassName
{
color: #CFCD57;
}
.AnyTagClassName
{
color: #CFCD57;
}
</style>
background-color css
<style>
a { background-color: #CFCD57; }
a { background-color: rgb(207,205,87); }
div.DivClassName
{
background-color: #CFCD57;
}
.BgClassName
{
background-color: #CFCD57;
}
</style>
border-color css
<style>
span { border-color: #CFCD57; }
span { border-color: rgb(207,205,87); }
td.TdClassName
{
border-color: #CFCD57;
}
.TagClassName
{
border-color: #CFCD57;
}
</style>