Shades of Feldspar #DB9174
Tints of Feldspar #DB9174
RGB
CMYK
RGB Variations
Color information
#DB9174 (or 0xDB9174) is known color: Feldspar. HEX triplet: DB, 91 and 74. RGB value is (219,145,116). Sum of RGB (Red+Green+Blue) = 219+145+116=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9174 is #246E8B. Grayscale: #A4A4A4. Windows color (decimal): -2387596 or 7639515. OLE color: 7639515.
HSL color Cylindrical-coordinate representation of color #DB9174: hue angle of 16.89º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB9174 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 116 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.14 |
| HSL | 16.89º | 0.59% | 0.66% | - |
| HSV(B) | 16.89º | 0.47% | 0.86% | - |
| XYZ | 42.49 | 36.57 | 21.34 | - |
| YUV | 163.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 116 | 0 | 0.34 | 0.47 | 0.14 | 16.89 | 0.59 | 0.66 |
| Hex | DB | 91 | 74 | 0 | 22 | 2F | E | 11 | 3B | 42 |
| Octal | 333 | 221 | 164 | 0 | 42 | 57 | 16 | 21 | 73 | 102 |
| Binary | 11011011 | 10010001 | 1110100 | 0 | 100010 | 101111 | 1110 | 10001 | 111011 | 1000010 |
Color Harmonies of #DB9174
Complementary color
Monochromatic Colors of #DB9174
Black with #DB9174
Text Example
Text Example
White with #DB9174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9174; }
p { color: rgb(219,145,116); }
H1.HeaderClassName
{
color: #DB9174;
}
.AnyTagClassName
{
color: #DB9174;
}
</style>
background-color css
<style>
a { background-color: #DB9174; }
a { background-color: rgb(219,145,116); }
div.DivClassName
{
background-color: #DB9174;
}
.BgClassName
{
background-color: #DB9174;
}
</style>
border-color css
<style>
span { border-color: #DB9174; }
span { border-color: rgb(219,145,116); }
td.TdClassName
{
border-color: #DB9174;
}
.TagClassName
{
border-color: #DB9174;
}
</style>