Shades of Wild Willow #CFCA59
Tints of Wild Willow #CFCA59
RGB
CMYK
RGB Variations
Color information
#CFCA59 (or 0xCFCA59) is known color: Wild Willow. HEX triplet: CF, CA and 59. RGB value is (207,202,89). Sum of RGB (Red+Green+Blue) = 207+202+89=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA59 is #3035A6. Grayscale: #BFBFBF. Windows color (decimal): -3159463 or 5884623. OLE color: 5884623.
HSL color Cylindrical-coordinate representation of color #CFCA59: hue angle of 57.46º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFCA59 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 89 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.19 |
| HSL | 57.46º | 0.55% | 0.58% | - |
| HSV(B) | 57.46º | 0.57% | 0.81% | - |
| XYZ | 48.66 | 56.23 | 17.74 | - |
| YUV | 190.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 89 | 0 | 0.02 | 0.57 | 0.19 | 57.46 | 0.55 | 0.58 |
| Hex | CF | CA | 59 | 0 | 2 | 39 | 13 | 39 | 37 | 3A |
| Octal | 317 | 312 | 131 | 0 | 2 | 71 | 23 | 71 | 67 | 72 |
| Binary | 11001111 | 11001010 | 1011001 | 0 | 10 | 111001 | 10011 | 111001 | 110111 | 111010 |
Color Harmonies of #CFCA59
Complementary color
Monochromatic Colors of #CFCA59
Black with #CFCA59
Text Example
Text Example
White with #CFCA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA59; }
p { color: rgb(207,202,89); }
H1.HeaderClassName
{
color: #CFCA59;
}
.AnyTagClassName
{
color: #CFCA59;
}
</style>
background-color css
<style>
a { background-color: #CFCA59; }
a { background-color: rgb(207,202,89); }
div.DivClassName
{
background-color: #CFCA59;
}
.BgClassName
{
background-color: #CFCA59;
}
</style>
border-color css
<style>
span { border-color: #CFCA59; }
span { border-color: rgb(207,202,89); }
td.TdClassName
{
border-color: #CFCA59;
}
.TagClassName
{
border-color: #CFCA59;
}
</style>