Shades of Wild Willow #C9C666
Tints of Wild Willow #C9C666
RGB
CMYK
RGB Variations
Color information
#C9C666 (or 0xC9C666) is known color: Wild Willow. HEX triplet: C9, C6 and 66. RGB value is (201,198,102). Sum of RGB (Red+Green+Blue) = 201+198+102=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C666 is #363999. Grayscale: #BCBCBC. Windows color (decimal): -3553690 or 6735561. OLE color: 6735561.
HSL color Cylindrical-coordinate representation of color #C9C666: hue angle of 58.18º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9C666 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 102 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.21 |
| HSL | 58.18º | 0.48% | 0.59% | - |
| HSV(B) | 58.18º | 0.49% | 0.79% | - |
| XYZ | 46.68 | 53.76 | 20.49 | - |
| YUV | 187.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 102 | 0 | 0.01 | 0.49 | 0.21 | 58.18 | 0.48 | 0.59 |
| Hex | C9 | C6 | 66 | 0 | 1 | 31 | 15 | 3A | 30 | 3B |
| Octal | 311 | 306 | 146 | 0 | 1 | 61 | 25 | 72 | 60 | 73 |
| Binary | 11001001 | 11000110 | 1100110 | 0 | 1 | 110001 | 10101 | 111010 | 110000 | 111011 |
Color Harmonies of #C9C666
Complementary color
Monochromatic Colors of #C9C666
Black with #C9C666
Text Example
Text Example
White with #C9C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C666; }
p { color: rgb(201,198,102); }
H1.HeaderClassName
{
color: #C9C666;
}
.AnyTagClassName
{
color: #C9C666;
}
</style>
background-color css
<style>
a { background-color: #C9C666; }
a { background-color: rgb(201,198,102); }
div.DivClassName
{
background-color: #C9C666;
}
.BgClassName
{
background-color: #C9C666;
}
</style>
border-color css
<style>
span { border-color: #C9C666; }
span { border-color: rgb(201,198,102); }
td.TdClassName
{
border-color: #C9C666;
}
.TagClassName
{
border-color: #C9C666;
}
</style>