Shades of Wild Willow #CFCD58
Tints of Wild Willow #CFCD58
RGB
CMYK
RGB Variations
Color information
#CFCD58 (or 0xCFCD58) is known color: Wild Willow. HEX triplet: CF, CD and 58. RGB value is (207,205,88). Sum of RGB (Red+Green+Blue) = 207+205+88=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD58 is #3032A7. Grayscale: #C0C0C0. Windows color (decimal): -3158696 or 5819855. OLE color: 5819855.
HSL color Cylindrical-coordinate representation of color #CFCD58: hue angle of 58.99º 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 #CFCD58 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 88 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.19 |
| HSL | 58.99º | 0.55% | 0.58% | - |
| HSV(B) | 58.99º | 0.57% | 0.81% | - |
| XYZ | 49.32 | 57.63 | 17.76 | - |
| YUV | 192.26 | 69.16 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 88 | 0 | 0.01 | 0.57 | 0.19 | 58.99 | 0.55 | 0.58 |
| Hex | CF | CD | 58 | 0 | 1 | 39 | 13 | 3B | 37 | 3A |
| Octal | 317 | 315 | 130 | 0 | 1 | 71 | 23 | 73 | 67 | 72 |
| Binary | 11001111 | 11001101 | 1011000 | 0 | 1 | 111001 | 10011 | 111011 | 110111 | 111010 |
Color Harmonies of #CFCD58
Complementary color
Monochromatic Colors of #CFCD58
Black with #CFCD58
Text Example
Text Example
White with #CFCD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD58; }
p { color: rgb(207,205,88); }
H1.HeaderClassName
{
color: #CFCD58;
}
.AnyTagClassName
{
color: #CFCD58;
}
</style>
background-color css
<style>
a { background-color: #CFCD58; }
a { background-color: rgb(207,205,88); }
div.DivClassName
{
background-color: #CFCD58;
}
.BgClassName
{
background-color: #CFCD58;
}
</style>
border-color css
<style>
span { border-color: #CFCD58; }
span { border-color: rgb(207,205,88); }
td.TdClassName
{
border-color: #CFCD58;
}
.TagClassName
{
border-color: #CFCD58;
}
</style>