Shades of Wild Willow #CFCB66
Tints of Wild Willow #CFCB66
RGB
CMYK
RGB Variations
Color information
#CFCB66 (or 0xCFCB66) is known color: Wild Willow. HEX triplet: CF, CB and 66. RGB value is (207,203,102). Sum of RGB (Red+Green+Blue) = 207+203+102=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB66 is #303499. Grayscale: #C1C1C1. Windows color (decimal): -3159194 or 6736847. OLE color: 6736847.
HSL color Cylindrical-coordinate representation of color #CFCB66: hue angle of 57.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFCB66 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 102 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.19 |
| HSL | 57.71º | 0.52% | 0.61% | - |
| HSV(B) | 57.71º | 0.51% | 0.81% | - |
| XYZ | 49.49 | 56.94 | 20.95 | - |
| YUV | 192.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 102 | 0 | 0.02 | 0.51 | 0.19 | 57.71 | 0.52 | 0.61 |
| Hex | CF | CB | 66 | 0 | 2 | 33 | 13 | 3A | 34 | 3D |
| Octal | 317 | 313 | 146 | 0 | 2 | 63 | 23 | 72 | 64 | 75 |
| Binary | 11001111 | 11001011 | 1100110 | 0 | 10 | 110011 | 10011 | 111010 | 110100 | 111101 |
Color Harmonies of #CFCB66
Complementary color
Monochromatic Colors of #CFCB66
Black with #CFCB66
Text Example
Text Example
White with #CFCB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB66; }
p { color: rgb(207,203,102); }
H1.HeaderClassName
{
color: #CFCB66;
}
.AnyTagClassName
{
color: #CFCB66;
}
</style>
background-color css
<style>
a { background-color: #CFCB66; }
a { background-color: rgb(207,203,102); }
div.DivClassName
{
background-color: #CFCB66;
}
.BgClassName
{
background-color: #CFCB66;
}
</style>
border-color css
<style>
span { border-color: #CFCB66; }
span { border-color: rgb(207,203,102); }
td.TdClassName
{
border-color: #CFCB66;
}
.TagClassName
{
border-color: #CFCB66;
}
</style>