Shades of Feldspar #DB917A
Tints of Feldspar #DB917A
RGB
CMYK
RGB Variations
Color information
#DB917A (or 0xDB917A) is known color: Feldspar. HEX triplet: DB, 91 and 7A. RGB value is (219,145,122). Sum of RGB (Red+Green+Blue) = 219+145+122=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB917A is #246E85. Grayscale: #A4A4A4. Windows color (decimal): -2387590 or 8032731. OLE color: 8032731.
HSL color Cylindrical-coordinate representation of color #DB917A: hue angle of 14.23º 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 #DB917A is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 122 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.14 |
| HSL | 14.23º | 0.57% | 0.67% | - |
| HSV(B) | 14.23º | 0.44% | 0.86% | - |
| XYZ | 42.85 | 36.72 | 23.24 | - |
| YUV | 164.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 122 | 0 | 0.34 | 0.44 | 0.14 | 14.23 | 0.57 | 0.67 |
| Hex | DB | 91 | 7A | 0 | 22 | 2C | E | E | 39 | 43 |
| Octal | 333 | 221 | 172 | 0 | 42 | 54 | 16 | 16 | 71 | 103 |
| Binary | 11011011 | 10010001 | 1111010 | 0 | 100010 | 101100 | 1110 | 1110 | 111001 | 1000011 |
Color Harmonies of #DB917A
Complementary color
Monochromatic Colors of #DB917A
Black with #DB917A
Text Example
Text Example
White with #DB917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB917A; }
p { color: rgb(219,145,122); }
H1.HeaderClassName
{
color: #DB917A;
}
.AnyTagClassName
{
color: #DB917A;
}
</style>
background-color css
<style>
a { background-color: #DB917A; }
a { background-color: rgb(219,145,122); }
div.DivClassName
{
background-color: #DB917A;
}
.BgClassName
{
background-color: #DB917A;
}
</style>
border-color css
<style>
span { border-color: #DB917A; }
span { border-color: rgb(219,145,122); }
td.TdClassName
{
border-color: #DB917A;
}
.TagClassName
{
border-color: #DB917A;
}
</style>