Shades of Wild Willow #D0CB5D
Tints of Wild Willow #D0CB5D
RGB
CMYK
RGB Variations
Color information
#D0CB5D (or 0xD0CB5D) is known color: Wild Willow. HEX triplet: D0, CB and 5D. RGB value is (208,203,93). Sum of RGB (Red+Green+Blue) = 208+203+93=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB5D is #2F34A2. Grayscale: #C0C0C0. Windows color (decimal): -3093667 or 6147024. OLE color: 6147024.
HSL color Cylindrical-coordinate representation of color #D0CB5D: hue angle of 57.39º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0CB5D is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 93 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.18 |
| HSL | 57.39º | 0.55% | 0.59% | - |
| HSV(B) | 57.39º | 0.55% | 0.82% | - |
| XYZ | 49.34 | 56.91 | 18.74 | - |
| YUV | 191.96 | 72.16 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 93 | 0 | 0.02 | 0.55 | 0.18 | 57.39 | 0.55 | 0.59 |
| Hex | D0 | CB | 5D | 0 | 2 | 37 | 12 | 39 | 37 | 3B |
| Octal | 320 | 313 | 135 | 0 | 2 | 67 | 22 | 71 | 67 | 73 |
| Binary | 11010000 | 11001011 | 1011101 | 0 | 10 | 110111 | 10010 | 111001 | 110111 | 111011 |
Color Harmonies of #D0CB5D
Complementary color
Monochromatic Colors of #D0CB5D
Black with #D0CB5D
Text Example
Text Example
White with #D0CB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB5D; }
p { color: rgb(208,203,93); }
H1.HeaderClassName
{
color: #D0CB5D;
}
.AnyTagClassName
{
color: #D0CB5D;
}
</style>
background-color css
<style>
a { background-color: #D0CB5D; }
a { background-color: rgb(208,203,93); }
div.DivClassName
{
background-color: #D0CB5D;
}
.BgClassName
{
background-color: #D0CB5D;
}
</style>
border-color css
<style>
span { border-color: #D0CB5D; }
span { border-color: rgb(208,203,93); }
td.TdClassName
{
border-color: #D0CB5D;
}
.TagClassName
{
border-color: #D0CB5D;
}
</style>