Shades of Wild Willow #D1CF5A
Tints of Wild Willow #D1CF5A
RGB
CMYK
RGB Variations
Color information
#D1CF5A (or 0xD1CF5A) is known color: Wild Willow. HEX triplet: D1, CF and 5A. RGB value is (209,207,90). Sum of RGB (Red+Green+Blue) = 209+207+90=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CF5A is #2E30A5. Grayscale: #C2C2C2. Windows color (decimal): -3027110 or 5951441. OLE color: 5951441.
HSL color Cylindrical-coordinate representation of color #D1CF5A: hue angle of 58.99º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1CF5A is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 90 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.18 |
| HSL | 58.99º | 0.56% | 0.59% | - |
| HSV(B) | 58.99º | 0.57% | 0.82% | - |
| XYZ | 50.45 | 58.92 | 18.39 | - |
| YUV | 194.26 | 69.16 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 90 | 0 | 0.01 | 0.57 | 0.18 | 58.99 | 0.56 | 0.59 |
| Hex | D1 | CF | 5A | 0 | 1 | 39 | 12 | 3B | 38 | 3B |
| Octal | 321 | 317 | 132 | 0 | 1 | 71 | 22 | 73 | 70 | 73 |
| Binary | 11010001 | 11001111 | 1011010 | 0 | 1 | 111001 | 10010 | 111011 | 111000 | 111011 |
Color Harmonies of #D1CF5A
Complementary color
Monochromatic Colors of #D1CF5A
Black with #D1CF5A
Text Example
Text Example
White with #D1CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF5A; }
p { color: rgb(209,207,90); }
H1.HeaderClassName
{
color: #D1CF5A;
}
.AnyTagClassName
{
color: #D1CF5A;
}
</style>
background-color css
<style>
a { background-color: #D1CF5A; }
a { background-color: rgb(209,207,90); }
div.DivClassName
{
background-color: #D1CF5A;
}
.BgClassName
{
background-color: #D1CF5A;
}
</style>
border-color css
<style>
span { border-color: #D1CF5A; }
span { border-color: rgb(209,207,90); }
td.TdClassName
{
border-color: #D1CF5A;
}
.TagClassName
{
border-color: #D1CF5A;
}
</style>