Shades of Wild Willow #CFCB61
Tints of Wild Willow #CFCB61
RGB
CMYK
RGB Variations
Color information
#CFCB61 (or 0xCFCB61) is known color: Wild Willow. HEX triplet: CF, CB and 61. RGB value is (207,203,97). Sum of RGB (Red+Green+Blue) = 207+203+97=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB61 is #30349E. Grayscale: #C0C0C0. Windows color (decimal): -3159199 or 6409167. OLE color: 6409167.
HSL color Cylindrical-coordinate representation of color #CFCB61: hue angle of 57.82º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFCB61 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 97 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.19 |
| HSL | 57.82º | 0.53% | 0.6% | - |
| HSV(B) | 57.82º | 0.53% | 0.81% | - |
| XYZ | 49.25 | 56.84 | 19.69 | - |
| YUV | 192.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 97 | 0 | 0.02 | 0.53 | 0.19 | 57.82 | 0.53 | 0.6 |
| Hex | CF | CB | 61 | 0 | 2 | 35 | 13 | 3A | 35 | 3C |
| Octal | 317 | 313 | 141 | 0 | 2 | 65 | 23 | 72 | 65 | 74 |
| Binary | 11001111 | 11001011 | 1100001 | 0 | 10 | 110101 | 10011 | 111010 | 110101 | 111100 |
Color Harmonies of #CFCB61
Complementary color
Monochromatic Colors of #CFCB61
Black with #CFCB61
Text Example
Text Example
White with #CFCB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB61; }
p { color: rgb(207,203,97); }
H1.HeaderClassName
{
color: #CFCB61;
}
.AnyTagClassName
{
color: #CFCB61;
}
</style>
background-color css
<style>
a { background-color: #CFCB61; }
a { background-color: rgb(207,203,97); }
div.DivClassName
{
background-color: #CFCB61;
}
.BgClassName
{
background-color: #CFCB61;
}
</style>
border-color css
<style>
span { border-color: #CFCB61; }
span { border-color: rgb(207,203,97); }
td.TdClassName
{
border-color: #CFCB61;
}
.TagClassName
{
border-color: #CFCB61;
}
</style>