Shades of Feldspar #DB9074
Tints of Feldspar #DB9074
RGB
CMYK
RGB Variations
Color information
#DB9074 (or 0xDB9074) is known color: Feldspar. HEX triplet: DB, 90 and 74. RGB value is (219,144,116). Sum of RGB (Red+Green+Blue) = 219+144+116=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9074 is #246F8B. Grayscale: #A3A3A3. Windows color (decimal): -2387852 or 7639259. OLE color: 7639259.
HSL color Cylindrical-coordinate representation of color #DB9074: hue angle of 16.31º 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 #DB9074 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 116 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.14 |
| HSL | 16.31º | 0.59% | 0.66% | - |
| HSV(B) | 16.31º | 0.47% | 0.86% | - |
| XYZ | 42.34 | 36.27 | 21.29 | - |
| YUV | 163.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 116 | 0 | 0.34 | 0.47 | 0.14 | 16.31 | 0.59 | 0.66 |
| Hex | DB | 90 | 74 | 0 | 22 | 2F | E | 10 | 3B | 42 |
| Octal | 333 | 220 | 164 | 0 | 42 | 57 | 16 | 20 | 73 | 102 |
| Binary | 11011011 | 10010000 | 1110100 | 0 | 100010 | 101111 | 1110 | 10000 | 111011 | 1000010 |
Color Harmonies of #DB9074
Complementary color
Monochromatic Colors of #DB9074
Black with #DB9074
Text Example
Text Example
White with #DB9074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9074; }
p { color: rgb(219,144,116); }
H1.HeaderClassName
{
color: #DB9074;
}
.AnyTagClassName
{
color: #DB9074;
}
</style>
background-color css
<style>
a { background-color: #DB9074; }
a { background-color: rgb(219,144,116); }
div.DivClassName
{
background-color: #DB9074;
}
.BgClassName
{
background-color: #DB9074;
}
</style>
border-color css
<style>
span { border-color: #DB9074; }
span { border-color: rgb(219,144,116); }
td.TdClassName
{
border-color: #DB9074;
}
.TagClassName
{
border-color: #DB9074;
}
</style>