Shades of Feldspar #DB937A
Tints of Feldspar #DB937A
RGB
CMYK
RGB Variations
Color information
#DB937A (or 0xDB937A) is known color: Feldspar. HEX triplet: DB, 93 and 7A. RGB value is (219,147,122). Sum of RGB (Red+Green+Blue) = 219+147+122=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB937A is #246C85. Grayscale: #A5A5A5. Windows color (decimal): -2387078 or 8033243. OLE color: 8033243.
HSL color Cylindrical-coordinate representation of color #DB937A: hue angle of 15.46º 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 #DB937A is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 122 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.14 |
| HSL | 15.46º | 0.57% | 0.67% | - |
| HSV(B) | 15.46º | 0.44% | 0.86% | - |
| XYZ | 43.16 | 37.33 | 23.34 | - |
| YUV | 165.68 | 103.35 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 122 | 0 | 0.33 | 0.44 | 0.14 | 15.46 | 0.57 | 0.67 |
| Hex | DB | 93 | 7A | 0 | 21 | 2C | E | F | 39 | 43 |
| Octal | 333 | 223 | 172 | 0 | 41 | 54 | 16 | 17 | 71 | 103 |
| Binary | 11011011 | 10010011 | 1111010 | 0 | 100001 | 101100 | 1110 | 1111 | 111001 | 1000011 |
Color Harmonies of #DB937A
Complementary color
Monochromatic Colors of #DB937A
Black with #DB937A
Text Example
Text Example
White with #DB937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB937A; }
p { color: rgb(219,147,122); }
H1.HeaderClassName
{
color: #DB937A;
}
.AnyTagClassName
{
color: #DB937A;
}
</style>
background-color css
<style>
a { background-color: #DB937A; }
a { background-color: rgb(219,147,122); }
div.DivClassName
{
background-color: #DB937A;
}
.BgClassName
{
background-color: #DB937A;
}
</style>
border-color css
<style>
span { border-color: #DB937A; }
span { border-color: rgb(219,147,122); }
td.TdClassName
{
border-color: #DB937A;
}
.TagClassName
{
border-color: #DB937A;
}
</style>