Shades of Feldspar #DB956E
Tints of Feldspar #DB956E
RGB
CMYK
RGB Variations
Color information
#DB956E (or 0xDB956E) is known color: Feldspar. HEX triplet: DB, 95 and 6E. RGB value is (219,149,110). Sum of RGB (Red+Green+Blue) = 219+149+110=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB956E is #246A91. Grayscale: #A5A5A5. Windows color (decimal): -2386578 or 7247323. OLE color: 7247323.
HSL color Cylindrical-coordinate representation of color #DB956E: hue angle of 21.47º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB956E is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 110 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.14 |
| HSL | 21.47º | 0.6% | 0.65% | - |
| HSV(B) | 21.47º | 0.5% | 0.86% | - |
| XYZ | 42.78 | 37.68 | 19.77 | - |
| YUV | 165.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 110 | 0 | 0.32 | 0.50 | 0.14 | 21.47 | 0.6 | 0.65 |
| Hex | DB | 95 | 6E | 0 | 20 | 32 | E | 15 | 3C | 41 |
| Octal | 333 | 225 | 156 | 0 | 40 | 62 | 16 | 25 | 74 | 101 |
| Binary | 11011011 | 10010101 | 1101110 | 0 | 100000 | 110010 | 1110 | 10101 | 111100 | 1000001 |
Color Harmonies of #DB956E
Complementary color
Monochromatic Colors of #DB956E
Black with #DB956E
Text Example
Text Example
White with #DB956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB956E; }
p { color: rgb(219,149,110); }
H1.HeaderClassName
{
color: #DB956E;
}
.AnyTagClassName
{
color: #DB956E;
}
</style>
background-color css
<style>
a { background-color: #DB956E; }
a { background-color: rgb(219,149,110); }
div.DivClassName
{
background-color: #DB956E;
}
.BgClassName
{
background-color: #DB956E;
}
</style>
border-color css
<style>
span { border-color: #DB956E; }
span { border-color: rgb(219,149,110); }
td.TdClassName
{
border-color: #DB956E;
}
.TagClassName
{
border-color: #DB956E;
}
</style>