Shades of Wild Willow #CFCC60
Tints of Wild Willow #CFCC60
RGB
CMYK
RGB Variations
Color information
#CFCC60 (or 0xCFCC60) is known color: Wild Willow. HEX triplet: CF, CC and 60. RGB value is (207,204,96). Sum of RGB (Red+Green+Blue) = 207+204+96=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC60 is #30339F. Grayscale: #C1C1C1. Windows color (decimal): -3158944 or 6343887. OLE color: 6343887.
HSL color Cylindrical-coordinate representation of color #CFCC60: hue angle of 58.38º 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 #CFCC60 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 96 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.19 |
| HSL | 58.38º | 0.54% | 0.59% | - |
| HSV(B) | 58.38º | 0.54% | 0.81% | - |
| XYZ | 49.44 | 57.3 | 19.52 | - |
| YUV | 192.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 96 | 0 | 0.01 | 0.54 | 0.19 | 58.38 | 0.54 | 0.59 |
| Hex | CF | CC | 60 | 0 | 1 | 36 | 13 | 3A | 36 | 3B |
| Octal | 317 | 314 | 140 | 0 | 1 | 66 | 23 | 72 | 66 | 73 |
| Binary | 11001111 | 11001100 | 1100000 | 0 | 1 | 110110 | 10011 | 111010 | 110110 | 111011 |
Color Harmonies of #CFCC60
Complementary color
Monochromatic Colors of #CFCC60
Black with #CFCC60
Text Example
Text Example
White with #CFCC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC60; }
p { color: rgb(207,204,96); }
H1.HeaderClassName
{
color: #CFCC60;
}
.AnyTagClassName
{
color: #CFCC60;
}
</style>
background-color css
<style>
a { background-color: #CFCC60; }
a { background-color: rgb(207,204,96); }
div.DivClassName
{
background-color: #CFCC60;
}
.BgClassName
{
background-color: #CFCC60;
}
</style>
border-color css
<style>
span { border-color: #CFCC60; }
span { border-color: rgb(207,204,96); }
td.TdClassName
{
border-color: #CFCC60;
}
.TagClassName
{
border-color: #CFCC60;
}
</style>