Shades of Wild Willow #CFCD62
Tints of Wild Willow #CFCD62
RGB
CMYK
RGB Variations
Color information
#CFCD62 (or 0xCFCD62) is known color: Wild Willow. HEX triplet: CF, CD and 62. RGB value is (207,205,98). Sum of RGB (Red+Green+Blue) = 207+205+98=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD62 is #30329D. Grayscale: #C1C1C1. Windows color (decimal): -3158686 or 6475215. OLE color: 6475215.
HSL color Cylindrical-coordinate representation of color #CFCD62: hue angle of 58.9º 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 #CFCD62 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 98 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.19 |
| HSL | 58.9º | 0.53% | 0.6% | - |
| HSV(B) | 58.9º | 0.53% | 0.81% | - |
| XYZ | 49.77 | 57.81 | 20.09 | - |
| YUV | 193.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 98 | 0 | 0.01 | 0.53 | 0.19 | 58.9 | 0.53 | 0.6 |
| Hex | CF | CD | 62 | 0 | 1 | 35 | 13 | 3B | 35 | 3C |
| Octal | 317 | 315 | 142 | 0 | 1 | 65 | 23 | 73 | 65 | 74 |
| Binary | 11001111 | 11001101 | 1100010 | 0 | 1 | 110101 | 10011 | 111011 | 110101 | 111100 |
Color Harmonies of #CFCD62
Complementary color
Monochromatic Colors of #CFCD62
Black with #CFCD62
Text Example
Text Example
White with #CFCD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD62; }
p { color: rgb(207,205,98); }
H1.HeaderClassName
{
color: #CFCD62;
}
.AnyTagClassName
{
color: #CFCD62;
}
</style>
background-color css
<style>
a { background-color: #CFCD62; }
a { background-color: rgb(207,205,98); }
div.DivClassName
{
background-color: #CFCD62;
}
.BgClassName
{
background-color: #CFCD62;
}
</style>
border-color css
<style>
span { border-color: #CFCD62; }
span { border-color: rgb(207,205,98); }
td.TdClassName
{
border-color: #CFCD62;
}
.TagClassName
{
border-color: #CFCD62;
}
</style>