Shades of Feldspar #DB9A7B
Tints of Feldspar #DB9A7B
RGB
CMYK
RGB Variations
Color information
#DB9A7B (or 0xDB9A7B) is known color: Feldspar. HEX triplet: DB, 9A and 7B. RGB value is (219,154,123). Sum of RGB (Red+Green+Blue) = 219+154+123=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A7B is #246584. Grayscale: #AAAAAA. Windows color (decimal): -2385285 or 8100571. OLE color: 8100571.
HSL color Cylindrical-coordinate representation of color #DB9A7B: hue angle of 19.38º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB9A7B is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 123 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.14 |
| HSL | 19.38º | 0.57% | 0.67% | - |
| HSV(B) | 19.38º | 0.44% | 0.86% | - |
| XYZ | 44.34 | 39.6 | 24.05 | - |
| YUV | 169.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 123 | 0 | 0.30 | 0.44 | 0.14 | 19.38 | 0.57 | 0.67 |
| Hex | DB | 9A | 7B | 0 | 1E | 2C | E | 13 | 39 | 43 |
| Octal | 333 | 232 | 173 | 0 | 36 | 54 | 16 | 23 | 71 | 103 |
| Binary | 11011011 | 10011010 | 1111011 | 0 | 11110 | 101100 | 1110 | 10011 | 111001 | 1000011 |
Color Harmonies of #DB9A7B
Complementary color
Monochromatic Colors of #DB9A7B
Black with #DB9A7B
Text Example
Text Example
White with #DB9A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A7B; }
p { color: rgb(219,154,123); }
H1.HeaderClassName
{
color: #DB9A7B;
}
.AnyTagClassName
{
color: #DB9A7B;
}
</style>
background-color css
<style>
a { background-color: #DB9A7B; }
a { background-color: rgb(219,154,123); }
div.DivClassName
{
background-color: #DB9A7B;
}
.BgClassName
{
background-color: #DB9A7B;
}
</style>
border-color css
<style>
span { border-color: #DB9A7B; }
span { border-color: rgb(219,154,123); }
td.TdClassName
{
border-color: #DB9A7B;
}
.TagClassName
{
border-color: #DB9A7B;
}
</style>