Shades of Feldspar #DB9870
Tints of Feldspar #DB9870
RGB
CMYK
RGB Variations
Color information
#DB9870 (or 0xDB9870) is known color: Feldspar. HEX triplet: DB, 98 and 70. RGB value is (219,152,112). Sum of RGB (Red+Green+Blue) = 219+152+112=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9870 is #24678F. Grayscale: #A7A7A7. Windows color (decimal): -2385808 or 7379163. OLE color: 7379163.
HSL color Cylindrical-coordinate representation of color #DB9870: hue angle of 22.43º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB9870 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 112 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.14 |
| HSL | 22.43º | 0.6% | 0.65% | - |
| HSV(B) | 22.43º | 0.49% | 0.86% | - |
| XYZ | 43.37 | 38.69 | 20.51 | - |
| YUV | 167.47 | 96.7 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 112 | 0 | 0.31 | 0.49 | 0.14 | 22.43 | 0.6 | 0.65 |
| Hex | DB | 98 | 70 | 0 | 1F | 31 | E | 16 | 3C | 41 |
| Octal | 333 | 230 | 160 | 0 | 37 | 61 | 16 | 26 | 74 | 101 |
| Binary | 11011011 | 10011000 | 1110000 | 0 | 11111 | 110001 | 1110 | 10110 | 111100 | 1000001 |
Color Harmonies of #DB9870
Complementary color
Monochromatic Colors of #DB9870
Black with #DB9870
Text Example
Text Example
White with #DB9870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9870; }
p { color: rgb(219,152,112); }
H1.HeaderClassName
{
color: #DB9870;
}
.AnyTagClassName
{
color: #DB9870;
}
</style>
background-color css
<style>
a { background-color: #DB9870; }
a { background-color: rgb(219,152,112); }
div.DivClassName
{
background-color: #DB9870;
}
.BgClassName
{
background-color: #DB9870;
}
</style>
border-color css
<style>
span { border-color: #DB9870; }
span { border-color: rgb(219,152,112); }
td.TdClassName
{
border-color: #DB9870;
}
.TagClassName
{
border-color: #DB9870;
}
</style>