Shades of Wild Willow #C9DB69
Tints of Wild Willow #C9DB69
RGB
CMYK
RGB Variations
Color information
#C9DB69 (or 0xC9DB69) is known color: Wild Willow. HEX triplet: C9, DB and 69. RGB value is (201,219,105). Sum of RGB (Red+Green+Blue) = 201+219+105=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DB69 is #362496. Grayscale: #C9C9C9. Windows color (decimal): -3548311 or 6937545. OLE color: 6937545.
HSL color Cylindrical-coordinate representation of color #C9DB69: hue angle of 69.47º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9DB69 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 105 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.14 |
| HSL | 69.47º | 0.61% | 0.64% | - |
| HSV(B) | 69.47º | 0.52% | 0.86% | - |
| XYZ | 51.97 | 64.1 | 23 | - |
| YUV | 200.62 | 74.04 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 105 | 0.08 | 0 | 0.52 | 0.14 | 69.47 | 0.61 | 0.64 |
| Hex | C9 | DB | 69 | 8 | 0 | 34 | E | 45 | 3D | 40 |
| Octal | 311 | 333 | 151 | 10 | 0 | 64 | 16 | 105 | 75 | 100 |
| Binary | 11001001 | 11011011 | 1101001 | 1000 | 0 | 110100 | 1110 | 1000101 | 111101 | 1000000 |
Color Harmonies of #C9DB69
Complementary color
Monochromatic Colors of #C9DB69
Black with #C9DB69
Text Example
Text Example
White with #C9DB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB69; }
p { color: rgb(201,219,105); }
H1.HeaderClassName
{
color: #C9DB69;
}
.AnyTagClassName
{
color: #C9DB69;
}
</style>
background-color css
<style>
a { background-color: #C9DB69; }
a { background-color: rgb(201,219,105); }
div.DivClassName
{
background-color: #C9DB69;
}
.BgClassName
{
background-color: #C9DB69;
}
</style>
border-color css
<style>
span { border-color: #C9DB69; }
span { border-color: rgb(201,219,105); }
td.TdClassName
{
border-color: #C9DB69;
}
.TagClassName
{
border-color: #C9DB69;
}
</style>