Shades of Wild Willow #CFCE5F
Tints of Wild Willow #CFCE5F
RGB
CMYK
RGB Variations
Color information
#CFCE5F (or 0xCFCE5F) is known color: Wild Willow. HEX triplet: CF, CE and 5F. RGB value is (207,206,95). Sum of RGB (Red+Green+Blue) = 207+206+95=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE5F is #3031A0. Grayscale: #C2C2C2. Windows color (decimal): -3158433 or 6278863. OLE color: 6278863.
HSL color Cylindrical-coordinate representation of color #CFCE5F: hue angle of 59.46º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFCE5F is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 95 | - |
| CMYK | 0 | 0.00 | 0.54 | 0.19 |
| HSL | 59.46º | 0.54% | 0.59% | - |
| HSV(B) | 59.46º | 0.54% | 0.81% | - |
| XYZ | 49.87 | 58.23 | 19.44 | - |
| YUV | 193.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 95 | 0 | 0.00 | 0.54 | 0.19 | 59.46 | 0.54 | 0.59 |
| Hex | CF | CE | 5F | 0 | 0 | 36 | 13 | 3B | 36 | 3B |
| Octal | 317 | 316 | 137 | 0 | 0 | 66 | 23 | 73 | 66 | 73 |
| Binary | 11001111 | 11001110 | 1011111 | 0 | 0 | 110110 | 10011 | 111011 | 110110 | 111011 |
Color Harmonies of #CFCE5F
Complementary color
Monochromatic Colors of #CFCE5F
Black with #CFCE5F
Text Example
Text Example
White with #CFCE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE5F; }
p { color: rgb(207,206,95); }
H1.HeaderClassName
{
color: #CFCE5F;
}
.AnyTagClassName
{
color: #CFCE5F;
}
</style>
background-color css
<style>
a { background-color: #CFCE5F; }
a { background-color: rgb(207,206,95); }
div.DivClassName
{
background-color: #CFCE5F;
}
.BgClassName
{
background-color: #CFCE5F;
}
</style>
border-color css
<style>
span { border-color: #CFCE5F; }
span { border-color: rgb(207,206,95); }
td.TdClassName
{
border-color: #CFCE5F;
}
.TagClassName
{
border-color: #CFCE5F;
}
</style>