Shades of Wild Willow #CFCD64
Tints of Wild Willow #CFCD64
RGB
CMYK
RGB Variations
Color information
#CFCD64 (or 0xCFCD64) is known color: Wild Willow. HEX triplet: CF, CD and 64. RGB value is (207,205,100). Sum of RGB (Red+Green+Blue) = 207+205+100=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD64 is #30329B. Grayscale: #C2C2C2. Windows color (decimal): -3158684 or 6606287. OLE color: 6606287.
HSL color Cylindrical-coordinate representation of color #CFCD64: hue angle of 58.88º 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 #CFCD64 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 100 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.19 |
| HSL | 58.88º | 0.53% | 0.6% | - |
| HSV(B) | 58.88º | 0.52% | 0.81% | - |
| XYZ | 49.86 | 57.85 | 20.59 | - |
| YUV | 193.63 | 75.16 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 100 | 0 | 0.01 | 0.52 | 0.19 | 58.88 | 0.53 | 0.6 |
| Hex | CF | CD | 64 | 0 | 1 | 34 | 13 | 3B | 35 | 3C |
| Octal | 317 | 315 | 144 | 0 | 1 | 64 | 23 | 73 | 65 | 74 |
| Binary | 11001111 | 11001101 | 1100100 | 0 | 1 | 110100 | 10011 | 111011 | 110101 | 111100 |
Color Harmonies of #CFCD64
Complementary color
Monochromatic Colors of #CFCD64
Black with #CFCD64
Text Example
Text Example
White with #CFCD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD64; }
p { color: rgb(207,205,100); }
H1.HeaderClassName
{
color: #CFCD64;
}
.AnyTagClassName
{
color: #CFCD64;
}
</style>
background-color css
<style>
a { background-color: #CFCD64; }
a { background-color: rgb(207,205,100); }
div.DivClassName
{
background-color: #CFCD64;
}
.BgClassName
{
background-color: #CFCD64;
}
</style>
border-color css
<style>
span { border-color: #CFCD64; }
span { border-color: rgb(207,205,100); }
td.TdClassName
{
border-color: #CFCD64;
}
.TagClassName
{
border-color: #CFCD64;
}
</style>