Shades of Wild Willow #CFCC57
Tints of Wild Willow #CFCC57
RGB
CMYK
RGB Variations
Color information
#CFCC57 (or 0xCFCC57) is known color: Wild Willow. HEX triplet: CF, CC and 57. RGB value is (207,204,87). Sum of RGB (Red+Green+Blue) = 207+204+87=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC57 is #3033A8. Grayscale: #C0C0C0. Windows color (decimal): -3158953 or 5754063. OLE color: 5754063.
HSL color Cylindrical-coordinate representation of color #CFCC57: hue angle of 58.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFCC57 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 87 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.19 |
| HSL | 58.5º | 0.56% | 0.58% | - |
| HSV(B) | 58.5º | 0.58% | 0.81% | - |
| XYZ | 49.05 | 57.14 | 17.46 | - |
| YUV | 191.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 87 | 0 | 0.01 | 0.58 | 0.19 | 58.5 | 0.56 | 0.58 |
| Hex | CF | CC | 57 | 0 | 1 | 3A | 13 | 3A | 38 | 3A |
| Octal | 317 | 314 | 127 | 0 | 1 | 72 | 23 | 72 | 70 | 72 |
| Binary | 11001111 | 11001100 | 1010111 | 0 | 1 | 111010 | 10011 | 111010 | 111000 | 111010 |
Color Harmonies of #CFCC57
Complementary color
Monochromatic Colors of #CFCC57
Black with #CFCC57
Text Example
Text Example
White with #CFCC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC57; }
p { color: rgb(207,204,87); }
H1.HeaderClassName
{
color: #CFCC57;
}
.AnyTagClassName
{
color: #CFCC57;
}
</style>
background-color css
<style>
a { background-color: #CFCC57; }
a { background-color: rgb(207,204,87); }
div.DivClassName
{
background-color: #CFCC57;
}
.BgClassName
{
background-color: #CFCC57;
}
</style>
border-color css
<style>
span { border-color: #CFCC57; }
span { border-color: rgb(207,204,87); }
td.TdClassName
{
border-color: #CFCC57;
}
.TagClassName
{
border-color: #CFCC57;
}
</style>