Shades of Wild Willow #CFCA63
Tints of Wild Willow #CFCA63
RGB
CMYK
RGB Variations
Color information
#CFCA63 (or 0xCFCA63) is known color: Wild Willow. HEX triplet: CF, CA and 63. RGB value is (207,202,99). Sum of RGB (Red+Green+Blue) = 207+202+99=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA63 is #30359C. Grayscale: #C0C0C0. Windows color (decimal): -3159453 or 6539983. OLE color: 6539983.
HSL color Cylindrical-coordinate representation of color #CFCA63: hue angle of 57.22º 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 #CFCA63 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 99 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.19 |
| HSL | 57.22º | 0.53% | 0.6% | - |
| HSV(B) | 57.22º | 0.52% | 0.81% | - |
| XYZ | 49.1 | 56.41 | 20.1 | - |
| YUV | 191.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 99 | 0 | 0.02 | 0.52 | 0.19 | 57.22 | 0.53 | 0.6 |
| Hex | CF | CA | 63 | 0 | 2 | 34 | 13 | 39 | 35 | 3C |
| Octal | 317 | 312 | 143 | 0 | 2 | 64 | 23 | 71 | 65 | 74 |
| Binary | 11001111 | 11001010 | 1100011 | 0 | 10 | 110100 | 10011 | 111001 | 110101 | 111100 |
Color Harmonies of #CFCA63
Complementary color
Monochromatic Colors of #CFCA63
Black with #CFCA63
Text Example
Text Example
White with #CFCA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA63; }
p { color: rgb(207,202,99); }
H1.HeaderClassName
{
color: #CFCA63;
}
.AnyTagClassName
{
color: #CFCA63;
}
</style>
background-color css
<style>
a { background-color: #CFCA63; }
a { background-color: rgb(207,202,99); }
div.DivClassName
{
background-color: #CFCA63;
}
.BgClassName
{
background-color: #CFCA63;
}
</style>
border-color css
<style>
span { border-color: #CFCA63; }
span { border-color: rgb(207,202,99); }
td.TdClassName
{
border-color: #CFCA63;
}
.TagClassName
{
border-color: #CFCA63;
}
</style>