Shades of Wild Willow #CFCC5E
Tints of Wild Willow #CFCC5E
RGB
CMYK
RGB Variations
Color information
#CFCC5E (or 0xCFCC5E) is known color: Wild Willow. HEX triplet: CF, CC and 5E. RGB value is (207,204,94). Sum of RGB (Red+Green+Blue) = 207+204+94=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC5E is #3033A1. Grayscale: #C0C0C0. Windows color (decimal): -3158946 or 6212815. OLE color: 6212815.
HSL color Cylindrical-coordinate representation of color #CFCC5E: hue angle of 58.41º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFCC5E is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 94 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.19 |
| HSL | 58.41º | 0.54% | 0.59% | - |
| HSV(B) | 58.41º | 0.55% | 0.81% | - |
| XYZ | 49.35 | 57.26 | 19.04 | - |
| YUV | 192.36 | 72.49 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 94 | 0 | 0.01 | 0.55 | 0.19 | 58.41 | 0.54 | 0.59 |
| Hex | CF | CC | 5E | 0 | 1 | 37 | 13 | 3A | 36 | 3B |
| Octal | 317 | 314 | 136 | 0 | 1 | 67 | 23 | 72 | 66 | 73 |
| Binary | 11001111 | 11001100 | 1011110 | 0 | 1 | 110111 | 10011 | 111010 | 110110 | 111011 |
Color Harmonies of #CFCC5E
Complementary color
Monochromatic Colors of #CFCC5E
Black with #CFCC5E
Text Example
Text Example
White with #CFCC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC5E; }
p { color: rgb(207,204,94); }
H1.HeaderClassName
{
color: #CFCC5E;
}
.AnyTagClassName
{
color: #CFCC5E;
}
</style>
background-color css
<style>
a { background-color: #CFCC5E; }
a { background-color: rgb(207,204,94); }
div.DivClassName
{
background-color: #CFCC5E;
}
.BgClassName
{
background-color: #CFCC5E;
}
</style>
border-color css
<style>
span { border-color: #CFCC5E; }
span { border-color: rgb(207,204,94); }
td.TdClassName
{
border-color: #CFCC5E;
}
.TagClassName
{
border-color: #CFCC5E;
}
</style>