Shades of Wild Willow #C8DB67
Tints of Wild Willow #C8DB67
RGB
CMYK
RGB Variations
Color information
#C8DB67 (or 0xC8DB67) is known color: Wild Willow. HEX triplet: C8, DB and 67. RGB value is (200,219,103). Sum of RGB (Red+Green+Blue) = 200+219+103=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DB67 is #372498. Grayscale: #C8C8C8. Windows color (decimal): -3613849 or 6806472. OLE color: 6806472.
HSL color Cylindrical-coordinate representation of color #C8DB67: hue angle of 69.83º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8DB67 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 103 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.14 |
| HSL | 69.83º | 0.62% | 0.63% | - |
| HSV(B) | 69.83º | 0.53% | 0.86% | - |
| XYZ | 51.6 | 63.92 | 22.45 | - |
| YUV | 200.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 103 | 0.09 | 0 | 0.53 | 0.14 | 69.83 | 0.62 | 0.63 |
| Hex | C8 | DB | 67 | 9 | 0 | 35 | E | 46 | 3E | 3F |
| Octal | 310 | 333 | 147 | 11 | 0 | 65 | 16 | 106 | 76 | 77 |
| Binary | 11001000 | 11011011 | 1100111 | 1001 | 0 | 110101 | 1110 | 1000110 | 111110 | 111111 |
Color Harmonies of #C8DB67
Complementary color
Monochromatic Colors of #C8DB67
Black with #C8DB67
Text Example
Text Example
White with #C8DB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DB67; }
p { color: rgb(200,219,103); }
H1.HeaderClassName
{
color: #C8DB67;
}
.AnyTagClassName
{
color: #C8DB67;
}
</style>
background-color css
<style>
a { background-color: #C8DB67; }
a { background-color: rgb(200,219,103); }
div.DivClassName
{
background-color: #C8DB67;
}
.BgClassName
{
background-color: #C8DB67;
}
</style>
border-color css
<style>
span { border-color: #C8DB67; }
span { border-color: rgb(200,219,103); }
td.TdClassName
{
border-color: #C8DB67;
}
.TagClassName
{
border-color: #C8DB67;
}
</style>