Shades of Wild Willow #CFCC5C
Tints of Wild Willow #CFCC5C
RGB
CMYK
RGB Variations
Color information
#CFCC5C (or 0xCFCC5C) is known color: Wild Willow. HEX triplet: CF, CC and 5C. RGB value is (207,204,92). Sum of RGB (Red+Green+Blue) = 207+204+92=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC5C is #3033A3. Grayscale: #C0C0C0. Windows color (decimal): -3158948 or 6081743. OLE color: 6081743.
HSL color Cylindrical-coordinate representation of color #CFCC5C: hue angle of 58.43º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFCC5C is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 92 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.19 |
| HSL | 58.43º | 0.55% | 0.59% | - |
| HSV(B) | 58.43º | 0.56% | 0.81% | - |
| XYZ | 49.26 | 57.22 | 18.57 | - |
| YUV | 192.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 92 | 0 | 0.01 | 0.56 | 0.19 | 58.43 | 0.55 | 0.59 |
| Hex | CF | CC | 5C | 0 | 1 | 38 | 13 | 3A | 37 | 3B |
| Octal | 317 | 314 | 134 | 0 | 1 | 70 | 23 | 72 | 67 | 73 |
| Binary | 11001111 | 11001100 | 1011100 | 0 | 1 | 111000 | 10011 | 111010 | 110111 | 111011 |
Color Harmonies of #CFCC5C
Complementary color
Monochromatic Colors of #CFCC5C
Black with #CFCC5C
Text Example
Text Example
White with #CFCC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC5C; }
p { color: rgb(207,204,92); }
H1.HeaderClassName
{
color: #CFCC5C;
}
.AnyTagClassName
{
color: #CFCC5C;
}
</style>
background-color css
<style>
a { background-color: #CFCC5C; }
a { background-color: rgb(207,204,92); }
div.DivClassName
{
background-color: #CFCC5C;
}
.BgClassName
{
background-color: #CFCC5C;
}
</style>
border-color css
<style>
span { border-color: #CFCC5C; }
span { border-color: rgb(207,204,92); }
td.TdClassName
{
border-color: #CFCC5C;
}
.TagClassName
{
border-color: #CFCC5C;
}
</style>