Shades of Wild Willow #CFCB65
Tints of Wild Willow #CFCB65
RGB
CMYK
RGB Variations
Color information
#CFCB65 (or 0xCFCB65) is known color: Wild Willow. HEX triplet: CF, CB and 65. RGB value is (207,203,101). Sum of RGB (Red+Green+Blue) = 207+203+101=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB65 is #30349A. Grayscale: #C0C0C0. Windows color (decimal): -3159195 or 6671311. OLE color: 6671311.
HSL color Cylindrical-coordinate representation of color #CFCB65: hue angle of 57.74º 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 #CFCB65 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 101 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.19 |
| HSL | 57.74º | 0.52% | 0.6% | - |
| HSV(B) | 57.74º | 0.51% | 0.81% | - |
| XYZ | 49.44 | 56.92 | 20.69 | - |
| YUV | 192.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 101 | 0 | 0.02 | 0.51 | 0.19 | 57.74 | 0.52 | 0.6 |
| Hex | CF | CB | 65 | 0 | 2 | 33 | 13 | 3A | 34 | 3C |
| Octal | 317 | 313 | 145 | 0 | 2 | 63 | 23 | 72 | 64 | 74 |
| Binary | 11001111 | 11001011 | 1100101 | 0 | 10 | 110011 | 10011 | 111010 | 110100 | 111100 |
Color Harmonies of #CFCB65
Complementary color
Monochromatic Colors of #CFCB65
Black with #CFCB65
Text Example
Text Example
White with #CFCB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB65; }
p { color: rgb(207,203,101); }
H1.HeaderClassName
{
color: #CFCB65;
}
.AnyTagClassName
{
color: #CFCB65;
}
</style>
background-color css
<style>
a { background-color: #CFCB65; }
a { background-color: rgb(207,203,101); }
div.DivClassName
{
background-color: #CFCB65;
}
.BgClassName
{
background-color: #CFCB65;
}
</style>
border-color css
<style>
span { border-color: #CFCB65; }
span { border-color: rgb(207,203,101); }
td.TdClassName
{
border-color: #CFCB65;
}
.TagClassName
{
border-color: #CFCB65;
}
</style>