Shades of Feldspar #DB9673
Tints of Feldspar #DB9673
RGB
CMYK
RGB Variations
Color information
#DB9673 (or 0xDB9673) is known color: Feldspar. HEX triplet: DB, 96 and 73. RGB value is (219,150,115). Sum of RGB (Red+Green+Blue) = 219+150+115=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9673 is #24698C. Grayscale: #A6A6A6. Windows color (decimal): -2386317 or 7575259. OLE color: 7575259.
HSL color Cylindrical-coordinate representation of color #DB9673: hue angle of 20.19º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB9673 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 115 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.14 |
| HSL | 20.19º | 0.59% | 0.65% | - |
| HSV(B) | 20.19º | 0.47% | 0.86% | - |
| XYZ | 43.21 | 38.11 | 21.3 | - |
| YUV | 166.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 115 | 0 | 0.32 | 0.47 | 0.14 | 20.19 | 0.59 | 0.65 |
| Hex | DB | 96 | 73 | 0 | 20 | 2F | E | 14 | 3B | 41 |
| Octal | 333 | 226 | 163 | 0 | 40 | 57 | 16 | 24 | 73 | 101 |
| Binary | 11011011 | 10010110 | 1110011 | 0 | 100000 | 101111 | 1110 | 10100 | 111011 | 1000001 |
Color Harmonies of #DB9673
Complementary color
Monochromatic Colors of #DB9673
Black with #DB9673
Text Example
Text Example
White with #DB9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9673; }
p { color: rgb(219,150,115); }
H1.HeaderClassName
{
color: #DB9673;
}
.AnyTagClassName
{
color: #DB9673;
}
</style>
background-color css
<style>
a { background-color: #DB9673; }
a { background-color: rgb(219,150,115); }
div.DivClassName
{
background-color: #DB9673;
}
.BgClassName
{
background-color: #DB9673;
}
</style>
border-color css
<style>
span { border-color: #DB9673; }
span { border-color: rgb(219,150,115); }
td.TdClassName
{
border-color: #DB9673;
}
.TagClassName
{
border-color: #DB9673;
}
</style>