Shades of Wild Willow #D0CF5C
Tints of Wild Willow #D0CF5C
RGB
CMYK
RGB Variations
Color information
#D0CF5C (or 0xD0CF5C) is known color: Wild Willow. HEX triplet: D0, CF and 5C. RGB value is (208,207,92). Sum of RGB (Red+Green+Blue) = 208+207+92=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF5C is #2F30A3. Grayscale: #C2C2C2. Windows color (decimal): -3092644 or 6082512. OLE color: 6082512.
HSL color Cylindrical-coordinate representation of color #D0CF5C: hue angle of 59.48º 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 #D0CF5C is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 92 | - |
| CMYK | 0 | 0.00 | 0.56 | 0.18 |
| HSL | 59.48º | 0.55% | 0.59% | - |
| HSV(B) | 59.48º | 0.56% | 0.82% | - |
| XYZ | 50.26 | 58.81 | 18.83 | - |
| YUV | 194.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 92 | 0 | 0.00 | 0.56 | 0.18 | 59.48 | 0.55 | 0.59 |
| Hex | D0 | CF | 5C | 0 | 0 | 38 | 12 | 3B | 37 | 3B |
| Octal | 320 | 317 | 134 | 0 | 0 | 70 | 22 | 73 | 67 | 73 |
| Binary | 11010000 | 11001111 | 1011100 | 0 | 0 | 111000 | 10010 | 111011 | 110111 | 111011 |
Color Harmonies of #D0CF5C
Complementary color
Monochromatic Colors of #D0CF5C
Black with #D0CF5C
Text Example
Text Example
White with #D0CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF5C; }
p { color: rgb(208,207,92); }
H1.HeaderClassName
{
color: #D0CF5C;
}
.AnyTagClassName
{
color: #D0CF5C;
}
</style>
background-color css
<style>
a { background-color: #D0CF5C; }
a { background-color: rgb(208,207,92); }
div.DivClassName
{
background-color: #D0CF5C;
}
.BgClassName
{
background-color: #D0CF5C;
}
</style>
border-color css
<style>
span { border-color: #D0CF5C; }
span { border-color: rgb(208,207,92); }
td.TdClassName
{
border-color: #D0CF5C;
}
.TagClassName
{
border-color: #D0CF5C;
}
</style>