Shades of Wild Willow #CFCC58
Tints of Wild Willow #CFCC58
RGB
CMYK
RGB Variations
Color information
#CFCC58 (or 0xCFCC58) is known color: Wild Willow. HEX triplet: CF, CC and 58. RGB value is (207,204,88). Sum of RGB (Red+Green+Blue) = 207+204+88=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC58 is #3033A7. Grayscale: #C0C0C0. Windows color (decimal): -3158952 or 5819599. OLE color: 5819599.
HSL color Cylindrical-coordinate representation of color #CFCC58: hue angle of 58.49º 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 #CFCC58 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 88 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.19 |
| HSL | 58.49º | 0.55% | 0.58% | - |
| HSV(B) | 58.49º | 0.57% | 0.81% | - |
| XYZ | 49.09 | 57.16 | 17.68 | - |
| YUV | 191.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 88 | 0 | 0.01 | 0.57 | 0.19 | 58.49 | 0.55 | 0.58 |
| Hex | CF | CC | 58 | 0 | 1 | 39 | 13 | 3A | 37 | 3A |
| Octal | 317 | 314 | 130 | 0 | 1 | 71 | 23 | 72 | 67 | 72 |
| Binary | 11001111 | 11001100 | 1011000 | 0 | 1 | 111001 | 10011 | 111010 | 110111 | 111010 |
Color Harmonies of #CFCC58
Complementary color
Monochromatic Colors of #CFCC58
Black with #CFCC58
Text Example
Text Example
White with #CFCC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC58; }
p { color: rgb(207,204,88); }
H1.HeaderClassName
{
color: #CFCC58;
}
.AnyTagClassName
{
color: #CFCC58;
}
</style>
background-color css
<style>
a { background-color: #CFCC58; }
a { background-color: rgb(207,204,88); }
div.DivClassName
{
background-color: #CFCC58;
}
.BgClassName
{
background-color: #CFCC58;
}
</style>
border-color css
<style>
span { border-color: #CFCC58; }
span { border-color: rgb(207,204,88); }
td.TdClassName
{
border-color: #CFCC58;
}
.TagClassName
{
border-color: #CFCC58;
}
</style>