Shades of Wild Willow #CFCD5B
Tints of Wild Willow #CFCD5B
RGB
CMYK
RGB Variations
Color information
#CFCD5B (or 0xCFCD5B) is known color: Wild Willow. HEX triplet: CF, CD and 5B. RGB value is (207,205,91). Sum of RGB (Red+Green+Blue) = 207+205+91=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD5B is #3032A4. Grayscale: #C1C1C1. Windows color (decimal): -3158693 or 6016463. OLE color: 6016463.
HSL color Cylindrical-coordinate representation of color #CFCD5B: hue angle of 58.97º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFCD5B is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 91 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.19 |
| HSL | 58.97º | 0.55% | 0.58% | - |
| HSV(B) | 58.97º | 0.56% | 0.81% | - |
| XYZ | 49.45 | 57.68 | 18.43 | - |
| YUV | 192.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 91 | 0 | 0.01 | 0.56 | 0.19 | 58.97 | 0.55 | 0.58 |
| Hex | CF | CD | 5B | 0 | 1 | 38 | 13 | 3B | 37 | 3A |
| Octal | 317 | 315 | 133 | 0 | 1 | 70 | 23 | 73 | 67 | 72 |
| Binary | 11001111 | 11001101 | 1011011 | 0 | 1 | 111000 | 10011 | 111011 | 110111 | 111010 |
Color Harmonies of #CFCD5B
Complementary color
Monochromatic Colors of #CFCD5B
Black with #CFCD5B
Text Example
Text Example
White with #CFCD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD5B; }
p { color: rgb(207,205,91); }
H1.HeaderClassName
{
color: #CFCD5B;
}
.AnyTagClassName
{
color: #CFCD5B;
}
</style>
background-color css
<style>
a { background-color: #CFCD5B; }
a { background-color: rgb(207,205,91); }
div.DivClassName
{
background-color: #CFCD5B;
}
.BgClassName
{
background-color: #CFCD5B;
}
</style>
border-color css
<style>
span { border-color: #CFCD5B; }
span { border-color: rgb(207,205,91); }
td.TdClassName
{
border-color: #CFCD5B;
}
.TagClassName
{
border-color: #CFCD5B;
}
</style>