Shades of Wild Willow #CECF65
Tints of Wild Willow #CECF65
RGB
CMYK
RGB Variations
Color information
#CECF65 (or 0xCECF65) is known color: Wild Willow. HEX triplet: CE, CF and 65. RGB value is (206,207,101). Sum of RGB (Red+Green+Blue) = 206+207+101=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF65 is #31309A. Grayscale: #C3C3C3. Windows color (decimal): -3223707 or 6672334. OLE color: 6672334.
HSL color Cylindrical-coordinate representation of color #CECF65: hue angle of 60.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CECF65 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 101 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.19 |
| HSL | 60.57º | 0.52% | 0.6% | - |
| HSV(B) | 60.57º | 0.51% | 0.81% | - |
| XYZ | 50.12 | 58.69 | 21 | - |
| YUV | 194.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 101 | 0.00 | 0 | 0.51 | 0.19 | 60.57 | 0.52 | 0.6 |
| Hex | CE | CF | 65 | 0 | 0 | 33 | 13 | 3D | 34 | 3C |
| Octal | 316 | 317 | 145 | 0 | 0 | 63 | 23 | 75 | 64 | 74 |
| Binary | 11001110 | 11001111 | 1100101 | 0 | 0 | 110011 | 10011 | 111101 | 110100 | 111100 |
Color Harmonies of #CECF65
Complementary color
Monochromatic Colors of #CECF65
Black with #CECF65
Text Example
Text Example
White with #CECF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF65; }
p { color: rgb(206,207,101); }
H1.HeaderClassName
{
color: #CECF65;
}
.AnyTagClassName
{
color: #CECF65;
}
</style>
background-color css
<style>
a { background-color: #CECF65; }
a { background-color: rgb(206,207,101); }
div.DivClassName
{
background-color: #CECF65;
}
.BgClassName
{
background-color: #CECF65;
}
</style>
border-color css
<style>
span { border-color: #CECF65; }
span { border-color: rgb(206,207,101); }
td.TdClassName
{
border-color: #CECF65;
}
.TagClassName
{
border-color: #CECF65;
}
</style>