Shades of Wild Willow #C8DA67
Tints of Wild Willow #C8DA67
RGB
CMYK
RGB Variations
Color information
#C8DA67 (or 0xC8DA67) is known color: Wild Willow. HEX triplet: C8, DA and 67. RGB value is (200,218,103). Sum of RGB (Red+Green+Blue) = 200+218+103=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DA67 is #372598. Grayscale: #C7C7C7. Windows color (decimal): -3614105 or 6806216. OLE color: 6806216.
HSL color Cylindrical-coordinate representation of color #C8DA67: hue angle of 69.39º degrees, saturation: 0.61, 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 #C8DA67 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 103 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.15 |
| HSL | 69.39º | 0.61% | 0.63% | - |
| HSV(B) | 69.39º | 0.53% | 0.85% | - |
| XYZ | 51.34 | 63.4 | 22.36 | - |
| YUV | 199.51 | 73.54 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 103 | 0.08 | 0 | 0.53 | 0.15 | 69.39 | 0.61 | 0.63 |
| Hex | C8 | DA | 67 | 8 | 0 | 35 | F | 45 | 3D | 3F |
| Octal | 310 | 332 | 147 | 10 | 0 | 65 | 17 | 105 | 75 | 77 |
| Binary | 11001000 | 11011010 | 1100111 | 1000 | 0 | 110101 | 1111 | 1000101 | 111101 | 111111 |
Color Harmonies of #C8DA67
Complementary color
Monochromatic Colors of #C8DA67
Black with #C8DA67
Text Example
Text Example
White with #C8DA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA67; }
p { color: rgb(200,218,103); }
H1.HeaderClassName
{
color: #C8DA67;
}
.AnyTagClassName
{
color: #C8DA67;
}
</style>
background-color css
<style>
a { background-color: #C8DA67; }
a { background-color: rgb(200,218,103); }
div.DivClassName
{
background-color: #C8DA67;
}
.BgClassName
{
background-color: #C8DA67;
}
</style>
border-color css
<style>
span { border-color: #C8DA67; }
span { border-color: rgb(200,218,103); }
td.TdClassName
{
border-color: #C8DA67;
}
.TagClassName
{
border-color: #C8DA67;
}
</style>