Shades of Feldspar #DB9370
Tints of Feldspar #DB9370
RGB
CMYK
RGB Variations
Color information
#DB9370 (or 0xDB9370) is known color: Feldspar. HEX triplet: DB, 93 and 70. RGB value is (219,147,112). Sum of RGB (Red+Green+Blue) = 219+147+112=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9370 is #246C8F. Grayscale: #A4A4A4. Windows color (decimal): -2387088 or 7377883. OLE color: 7377883.
HSL color Cylindrical-coordinate representation of color #DB9370: hue angle of 19.63º 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 #DB9370 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 147 | 112 | - |
CMYK | 0 | 0.33 | 0.49 | 0.14 |
HSL | 19.63º | 0.6% | 0.65% | - |
HSV(B) | 19.63º | 0.49% | 0.86% | - |
XYZ | 42.57 | 37.1 | 20.25 | - |
YUV | 164.54 | 98.35 | 166.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 147 | 112 | 0 | 0.33 | 0.49 | 0.14 | 19.63 | 0.6 | 0.65 |
Hex | DB | 93 | 70 | 0 | 21 | 31 | E | 14 | 3C | 41 |
Octal | 333 | 223 | 160 | 0 | 41 | 61 | 16 | 24 | 74 | 101 |
Binary | 11011011 | 10010011 | 1110000 | 0 | 100001 | 110001 | 1110 | 10100 | 111100 | 1000001 |
Color Harmonies of #DB9370
Complementary color
Monochromatic Colors of #DB9370
Black with #DB9370
Text Example
Text Example
White with #DB9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9370; }
p { color: rgb(219,147,112); }
H1.HeaderClassName
{
color: #DB9370;
}
.AnyTagClassName
{
color: #DB9370;
}
</style>
background-color css
<style>
a { background-color: #DB9370; }
a { background-color: rgb(219,147,112); }
div.DivClassName
{
background-color: #DB9370;
}
.BgClassName
{
background-color: #DB9370;
}
</style>
border-color css
<style>
span { border-color: #DB9370; }
span { border-color: rgb(219,147,112); }
td.TdClassName
{
border-color: #DB9370;
}
.TagClassName
{
border-color: #DB9370;
}
</style>