Shades of Wild Willow #C9CD68
Tints of Wild Willow #C9CD68
RGB
CMYK
RGB Variations
Color information
#C9CD68 (or 0xC9CD68) is known color: Wild Willow. HEX triplet: C9, CD and 68. RGB value is (201,205,104). Sum of RGB (Red+Green+Blue) = 201+205+104=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CD68 is #363297. Grayscale: #C0C0C0. Windows color (decimal): -3551896 or 6868425. OLE color: 6868425.
HSL color Cylindrical-coordinate representation of color #C9CD68: hue angle of 62.38º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9CD68 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 205 | 104 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.20 |
| HSL | 62.38º | 0.5% | 0.61% | - |
| HSV(B) | 62.38º | 0.49% | 0.8% | - |
| XYZ | 48.42 | 57.08 | 21.56 | - |
| YUV | 192.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 104 | 0.02 | 0 | 0.49 | 0.20 | 62.38 | 0.5 | 0.61 |
| Hex | C9 | CD | 68 | 2 | 0 | 31 | 14 | 3E | 32 | 3D |
| Octal | 311 | 315 | 150 | 2 | 0 | 61 | 24 | 76 | 62 | 75 |
| Binary | 11001001 | 11001101 | 1101000 | 10 | 0 | 110001 | 10100 | 111110 | 110010 | 111101 |
Color Harmonies of #C9CD68
Complementary color
Monochromatic Colors of #C9CD68
Black with #C9CD68
Text Example
Text Example
White with #C9CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CD68; }
p { color: rgb(201,205,104); }
H1.HeaderClassName
{
color: #C9CD68;
}
.AnyTagClassName
{
color: #C9CD68;
}
</style>
background-color css
<style>
a { background-color: #C9CD68; }
a { background-color: rgb(201,205,104); }
div.DivClassName
{
background-color: #C9CD68;
}
.BgClassName
{
background-color: #C9CD68;
}
</style>
border-color css
<style>
span { border-color: #C9CD68; }
span { border-color: rgb(201,205,104); }
td.TdClassName
{
border-color: #C9CD68;
}
.TagClassName
{
border-color: #C9CD68;
}
</style>