Shades of Wild Willow #D0CE5B
Tints of Wild Willow #D0CE5B
RGB
CMYK
RGB Variations
Color information
#D0CE5B (or 0xD0CE5B) is known color: Wild Willow. HEX triplet: D0, CE and 5B. RGB value is (208,206,91). Sum of RGB (Red+Green+Blue) = 208+206+91=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CE5B is #2F31A4. Grayscale: #C1C1C1. Windows color (decimal): -3092901 or 6016720. OLE color: 6016720.
HSL color Cylindrical-coordinate representation of color #D0CE5B: hue angle of 58.97º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0CE5B is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 91 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.18 |
| HSL | 58.97º | 0.55% | 0.59% | - |
| HSV(B) | 58.97º | 0.56% | 0.82% | - |
| XYZ | 49.97 | 58.31 | 18.52 | - |
| YUV | 193.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 91 | 0 | 0.01 | 0.56 | 0.18 | 58.97 | 0.55 | 0.59 |
| Hex | D0 | CE | 5B | 0 | 1 | 38 | 12 | 3B | 37 | 3B |
| Octal | 320 | 316 | 133 | 0 | 1 | 70 | 22 | 73 | 67 | 73 |
| Binary | 11010000 | 11001110 | 1011011 | 0 | 1 | 111000 | 10010 | 111011 | 110111 | 111011 |
Color Harmonies of #D0CE5B
Complementary color
Monochromatic Colors of #D0CE5B
Black with #D0CE5B
Text Example
Text Example
White with #D0CE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE5B; }
p { color: rgb(208,206,91); }
H1.HeaderClassName
{
color: #D0CE5B;
}
.AnyTagClassName
{
color: #D0CE5B;
}
</style>
background-color css
<style>
a { background-color: #D0CE5B; }
a { background-color: rgb(208,206,91); }
div.DivClassName
{
background-color: #D0CE5B;
}
.BgClassName
{
background-color: #D0CE5B;
}
</style>
border-color css
<style>
span { border-color: #D0CE5B; }
span { border-color: rgb(208,206,91); }
td.TdClassName
{
border-color: #D0CE5B;
}
.TagClassName
{
border-color: #D0CE5B;
}
</style>