Shades of Wild Willow #C8D967
Tints of Wild Willow #C8D967
RGB
CMYK
RGB Variations
Color information
#C8D967 (or 0xC8D967) is known color: Wild Willow. HEX triplet: C8, D9 and 67. RGB value is (200,217,103). Sum of RGB (Red+Green+Blue) = 200+217+103=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D967 is #372698. Grayscale: #C7C7C7. Windows color (decimal): -3614361 or 6805960. OLE color: 6805960.
HSL color Cylindrical-coordinate representation of color #C8D967: hue angle of 68.95º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8D967 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 103 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.15 |
| HSL | 68.95º | 0.6% | 0.63% | - |
| HSV(B) | 68.95º | 0.53% | 0.85% | - |
| XYZ | 51.08 | 62.88 | 22.28 | - |
| YUV | 198.92 | 73.87 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 103 | 0.08 | 0 | 0.53 | 0.15 | 68.95 | 0.6 | 0.63 |
| Hex | C8 | D9 | 67 | 8 | 0 | 35 | F | 45 | 3C | 3F |
| Octal | 310 | 331 | 147 | 10 | 0 | 65 | 17 | 105 | 74 | 77 |
| Binary | 11001000 | 11011001 | 1100111 | 1000 | 0 | 110101 | 1111 | 1000101 | 111100 | 111111 |
Color Harmonies of #C8D967
Complementary color
Monochromatic Colors of #C8D967
Black with #C8D967
Text Example
Text Example
White with #C8D967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D967; }
p { color: rgb(200,217,103); }
H1.HeaderClassName
{
color: #C8D967;
}
.AnyTagClassName
{
color: #C8D967;
}
</style>
background-color css
<style>
a { background-color: #C8D967; }
a { background-color: rgb(200,217,103); }
div.DivClassName
{
background-color: #C8D967;
}
.BgClassName
{
background-color: #C8D967;
}
</style>
border-color css
<style>
span { border-color: #C8D967; }
span { border-color: rgb(200,217,103); }
td.TdClassName
{
border-color: #C8D967;
}
.TagClassName
{
border-color: #C8D967;
}
</style>