Shades of Wild Willow #D0CB5A
Tints of Wild Willow #D0CB5A
RGB
CMYK
RGB Variations
Color information
#D0CB5A (or 0xD0CB5A) is known color: Wild Willow. HEX triplet: D0, CB and 5A. RGB value is (208,203,90). Sum of RGB (Red+Green+Blue) = 208+203+90=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB5A is #2F34A5. Grayscale: #C0C0C0. Windows color (decimal): -3093670 or 5950416. OLE color: 5950416.
HSL color Cylindrical-coordinate representation of color #D0CB5A: hue angle of 57.46º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0CB5A is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 90 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.18 |
| HSL | 57.46º | 0.56% | 0.58% | - |
| HSV(B) | 57.46º | 0.57% | 0.82% | - |
| XYZ | 49.21 | 56.86 | 18.05 | - |
| YUV | 191.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 90 | 0 | 0.02 | 0.57 | 0.18 | 57.46 | 0.56 | 0.58 |
| Hex | D0 | CB | 5A | 0 | 2 | 39 | 12 | 39 | 38 | 3A |
| Octal | 320 | 313 | 132 | 0 | 2 | 71 | 22 | 71 | 70 | 72 |
| Binary | 11010000 | 11001011 | 1011010 | 0 | 10 | 111001 | 10010 | 111001 | 111000 | 111010 |
Color Harmonies of #D0CB5A
Complementary color
Monochromatic Colors of #D0CB5A
Black with #D0CB5A
Text Example
Text Example
White with #D0CB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB5A; }
p { color: rgb(208,203,90); }
H1.HeaderClassName
{
color: #D0CB5A;
}
.AnyTagClassName
{
color: #D0CB5A;
}
</style>
background-color css
<style>
a { background-color: #D0CB5A; }
a { background-color: rgb(208,203,90); }
div.DivClassName
{
background-color: #D0CB5A;
}
.BgClassName
{
background-color: #D0CB5A;
}
</style>
border-color css
<style>
span { border-color: #D0CB5A; }
span { border-color: rgb(208,203,90); }
td.TdClassName
{
border-color: #D0CB5A;
}
.TagClassName
{
border-color: #D0CB5A;
}
</style>