Shades of Feldspar #DB937C
Tints of Feldspar #DB937C
RGB
CMYK
RGB Variations
Color information
#DB937C (or 0xDB937C) is known color: Feldspar. HEX triplet: DB, 93 and 7C. RGB value is (219,147,124). Sum of RGB (Red+Green+Blue) = 219+147+124=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB937C is #246C83. Grayscale: #A6A6A6. Windows color (decimal): -2387076 or 8164315. OLE color: 8164315.
HSL color Cylindrical-coordinate representation of color #DB937C: hue angle of 14.53º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB937C is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 124 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.14 |
| HSL | 14.53º | 0.57% | 0.67% | - |
| HSV(B) | 14.53º | 0.43% | 0.86% | - |
| XYZ | 43.29 | 37.38 | 24 | - |
| YUV | 165.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 124 | 0 | 0.33 | 0.43 | 0.14 | 14.53 | 0.57 | 0.67 |
| Hex | DB | 93 | 7C | 0 | 21 | 2B | E | F | 39 | 43 |
| Octal | 333 | 223 | 174 | 0 | 41 | 53 | 16 | 17 | 71 | 103 |
| Binary | 11011011 | 10010011 | 1111100 | 0 | 100001 | 101011 | 1110 | 1111 | 111001 | 1000011 |
Color Harmonies of #DB937C
Complementary color
Monochromatic Colors of #DB937C
Black with #DB937C
Text Example
Text Example
White with #DB937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB937C; }
p { color: rgb(219,147,124); }
H1.HeaderClassName
{
color: #DB937C;
}
.AnyTagClassName
{
color: #DB937C;
}
</style>
background-color css
<style>
a { background-color: #DB937C; }
a { background-color: rgb(219,147,124); }
div.DivClassName
{
background-color: #DB937C;
}
.BgClassName
{
background-color: #DB937C;
}
</style>
border-color css
<style>
span { border-color: #DB937C; }
span { border-color: rgb(219,147,124); }
td.TdClassName
{
border-color: #DB937C;
}
.TagClassName
{
border-color: #DB937C;
}
</style>