Shades of Feldspar #DB957B
Tints of Feldspar #DB957B
RGB
CMYK
RGB Variations
Color information
#DB957B (or 0xDB957B) is known color: Feldspar. HEX triplet: DB, 95 and 7B. RGB value is (219,149,123). Sum of RGB (Red+Green+Blue) = 219+149+123=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB957B is #246A84. Grayscale: #A7A7A7. Windows color (decimal): -2386565 or 8099291. OLE color: 8099291.
HSL color Cylindrical-coordinate representation of color #DB957B: hue angle of 16.25º 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 #DB957B is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 123 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.14 |
| HSL | 16.25º | 0.57% | 0.67% | - |
| HSV(B) | 16.25º | 0.44% | 0.86% | - |
| XYZ | 43.54 | 37.99 | 23.78 | - |
| YUV | 166.97 | 103.19 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 123 | 0 | 0.32 | 0.44 | 0.14 | 16.25 | 0.57 | 0.67 |
| Hex | DB | 95 | 7B | 0 | 20 | 2C | E | 10 | 39 | 43 |
| Octal | 333 | 225 | 173 | 0 | 40 | 54 | 16 | 20 | 71 | 103 |
| Binary | 11011011 | 10010101 | 1111011 | 0 | 100000 | 101100 | 1110 | 10000 | 111001 | 1000011 |
Color Harmonies of #DB957B
Complementary color
Monochromatic Colors of #DB957B
Black with #DB957B
Text Example
Text Example
White with #DB957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB957B; }
p { color: rgb(219,149,123); }
H1.HeaderClassName
{
color: #DB957B;
}
.AnyTagClassName
{
color: #DB957B;
}
</style>
background-color css
<style>
a { background-color: #DB957B; }
a { background-color: rgb(219,149,123); }
div.DivClassName
{
background-color: #DB957B;
}
.BgClassName
{
background-color: #DB957B;
}
</style>
border-color css
<style>
span { border-color: #DB957B; }
span { border-color: rgb(219,149,123); }
td.TdClassName
{
border-color: #DB957B;
}
.TagClassName
{
border-color: #DB957B;
}
</style>