Shades of Wild Willow #CFCB64
Tints of Wild Willow #CFCB64
RGB
CMYK
RGB Variations
Color information
#CFCB64 (or 0xCFCB64) is known color: Wild Willow. HEX triplet: CF, CB and 64. RGB value is (207,203,100). Sum of RGB (Red+Green+Blue) = 207+203+100=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB64 is #30349B. Grayscale: #C0C0C0. Windows color (decimal): -3159196 or 6605775. OLE color: 6605775.
HSL color Cylindrical-coordinate representation of color #CFCB64: hue angle of 57.76º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFCB64 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 100 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.19 |
| HSL | 57.76º | 0.53% | 0.6% | - |
| HSV(B) | 57.76º | 0.52% | 0.81% | - |
| XYZ | 49.39 | 56.9 | 20.44 | - |
| YUV | 192.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 100 | 0 | 0.02 | 0.52 | 0.19 | 57.76 | 0.53 | 0.6 |
| Hex | CF | CB | 64 | 0 | 2 | 34 | 13 | 3A | 35 | 3C |
| Octal | 317 | 313 | 144 | 0 | 2 | 64 | 23 | 72 | 65 | 74 |
| Binary | 11001111 | 11001011 | 1100100 | 0 | 10 | 110100 | 10011 | 111010 | 110101 | 111100 |
Color Harmonies of #CFCB64
Complementary color
Monochromatic Colors of #CFCB64
Black with #CFCB64
Text Example
Text Example
White with #CFCB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB64; }
p { color: rgb(207,203,100); }
H1.HeaderClassName
{
color: #CFCB64;
}
.AnyTagClassName
{
color: #CFCB64;
}
</style>
background-color css
<style>
a { background-color: #CFCB64; }
a { background-color: rgb(207,203,100); }
div.DivClassName
{
background-color: #CFCB64;
}
.BgClassName
{
background-color: #CFCB64;
}
</style>
border-color css
<style>
span { border-color: #CFCB64; }
span { border-color: rgb(207,203,100); }
td.TdClassName
{
border-color: #CFCB64;
}
.TagClassName
{
border-color: #CFCB64;
}
</style>