Shades of Wild Willow #CFCA58
Tints of Wild Willow #CFCA58
RGB
CMYK
RGB Variations
Color information
#CFCA58 (or 0xCFCA58) is known color: Wild Willow. HEX triplet: CF, CA and 58. RGB value is (207,202,88). Sum of RGB (Red+Green+Blue) = 207+202+88=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA58 is #3035A7. Grayscale: #BEBEBE. Windows color (decimal): -3159464 or 5819087. OLE color: 5819087.
HSL color Cylindrical-coordinate representation of color #CFCA58: hue angle of 57.48º 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 #CFCA58 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 88 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.19 |
| HSL | 57.48º | 0.55% | 0.58% | - |
| HSV(B) | 57.48º | 0.57% | 0.81% | - |
| XYZ | 48.61 | 56.21 | 17.52 | - |
| YUV | 190.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 88 | 0 | 0.02 | 0.57 | 0.19 | 57.48 | 0.55 | 0.58 |
| Hex | CF | CA | 58 | 0 | 2 | 39 | 13 | 39 | 37 | 3A |
| Octal | 317 | 312 | 130 | 0 | 2 | 71 | 23 | 71 | 67 | 72 |
| Binary | 11001111 | 11001010 | 1011000 | 0 | 10 | 111001 | 10011 | 111001 | 110111 | 111010 |
Color Harmonies of #CFCA58
Complementary color
Monochromatic Colors of #CFCA58
Black with #CFCA58
Text Example
Text Example
White with #CFCA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA58; }
p { color: rgb(207,202,88); }
H1.HeaderClassName
{
color: #CFCA58;
}
.AnyTagClassName
{
color: #CFCA58;
}
</style>
background-color css
<style>
a { background-color: #CFCA58; }
a { background-color: rgb(207,202,88); }
div.DivClassName
{
background-color: #CFCA58;
}
.BgClassName
{
background-color: #CFCA58;
}
</style>
border-color css
<style>
span { border-color: #CFCA58; }
span { border-color: rgb(207,202,88); }
td.TdClassName
{
border-color: #CFCA58;
}
.TagClassName
{
border-color: #CFCA58;
}
</style>