Shades of Feldspar #DB937B
Tints of Feldspar #DB937B
RGB
CMYK
RGB Variations
Color information
#DB937B (or 0xDB937B) is known color: Feldspar. HEX triplet: DB, 93 and 7B. RGB value is (219,147,123). Sum of RGB (Red+Green+Blue) = 219+147+123=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB937B is #246C84. Grayscale: #A5A5A5. Windows color (decimal): -2387077 or 8098779. OLE color: 8098779.
HSL color Cylindrical-coordinate representation of color #DB937B: hue angle of 15º 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 #DB937B is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 123 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.14 |
| HSL | 15º | 0.57% | 0.67% | - |
| HSV(B) | 15º | 0.44% | 0.86% | - |
| XYZ | 43.22 | 37.36 | 23.67 | - |
| YUV | 165.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 123 | 0 | 0.33 | 0.44 | 0.14 | 15 | 0.57 | 0.67 |
| Hex | DB | 93 | 7B | 0 | 21 | 2C | E | F | 39 | 43 |
| Octal | 333 | 223 | 173 | 0 | 41 | 54 | 16 | 17 | 71 | 103 |
| Binary | 11011011 | 10010011 | 1111011 | 0 | 100001 | 101100 | 1110 | 1111 | 111001 | 1000011 |
Color Harmonies of #DB937B
Complementary color
Monochromatic Colors of #DB937B
Black with #DB937B
Text Example
Text Example
White with #DB937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB937B; }
p { color: rgb(219,147,123); }
H1.HeaderClassName
{
color: #DB937B;
}
.AnyTagClassName
{
color: #DB937B;
}
</style>
background-color css
<style>
a { background-color: #DB937B; }
a { background-color: rgb(219,147,123); }
div.DivClassName
{
background-color: #DB937B;
}
.BgClassName
{
background-color: #DB937B;
}
</style>
border-color css
<style>
span { border-color: #DB937B; }
span { border-color: rgb(219,147,123); }
td.TdClassName
{
border-color: #DB937B;
}
.TagClassName
{
border-color: #DB937B;
}
</style>