Shades of Feldspar #DB967B
Tints of Feldspar #DB967B
RGB
CMYK
RGB Variations
Color information
#DB967B (or 0xDB967B) is known color: Feldspar. HEX triplet: DB, 96 and 7B. RGB value is (219,150,123). Sum of RGB (Red+Green+Blue) = 219+150+123=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB967B is #246984. Grayscale: #A7A7A7. Windows color (decimal): -2386309 or 8099547. OLE color: 8099547.
HSL color Cylindrical-coordinate representation of color #DB967B: hue angle of 16.88º 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 #DB967B is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 123 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.14 |
| HSL | 16.88º | 0.57% | 0.67% | - |
| HSV(B) | 16.88º | 0.44% | 0.86% | - |
| XYZ | 43.69 | 38.3 | 23.83 | - |
| YUV | 167.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 123 | 0 | 0.32 | 0.44 | 0.14 | 16.88 | 0.57 | 0.67 |
| Hex | DB | 96 | 7B | 0 | 20 | 2C | E | 11 | 39 | 43 |
| Octal | 333 | 226 | 173 | 0 | 40 | 54 | 16 | 21 | 71 | 103 |
| Binary | 11011011 | 10010110 | 1111011 | 0 | 100000 | 101100 | 1110 | 10001 | 111001 | 1000011 |
Color Harmonies of #DB967B
Complementary color
Monochromatic Colors of #DB967B
Black with #DB967B
Text Example
Text Example
White with #DB967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB967B; }
p { color: rgb(219,150,123); }
H1.HeaderClassName
{
color: #DB967B;
}
.AnyTagClassName
{
color: #DB967B;
}
</style>
background-color css
<style>
a { background-color: #DB967B; }
a { background-color: rgb(219,150,123); }
div.DivClassName
{
background-color: #DB967B;
}
.BgClassName
{
background-color: #DB967B;
}
</style>
border-color css
<style>
span { border-color: #DB967B; }
span { border-color: rgb(219,150,123); }
td.TdClassName
{
border-color: #DB967B;
}
.TagClassName
{
border-color: #DB967B;
}
</style>