Shades of Feldspar #DB9B79
Tints of Feldspar #DB9B79
RGB
CMYK
RGB Variations
Color information
#DB9B79 (or 0xDB9B79) is known color: Feldspar. HEX triplet: DB, 9B and 79. RGB value is (219,155,121). Sum of RGB (Red+Green+Blue) = 219+155+121=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B79 is #246486. Grayscale: #AAAAAA. Windows color (decimal): -2385031 or 7969755. OLE color: 7969755.
HSL color Cylindrical-coordinate representation of color #DB9B79: hue angle of 20.82º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB9B79 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 121 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.14 |
| HSL | 20.82º | 0.58% | 0.67% | - |
| HSV(B) | 20.82º | 0.45% | 0.86% | - |
| XYZ | 44.39 | 39.88 | 23.45 | - |
| YUV | 170.26 | 100.2 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 121 | 0 | 0.29 | 0.45 | 0.14 | 20.82 | 0.58 | 0.67 |
| Hex | DB | 9B | 79 | 0 | 1D | 2D | E | 15 | 3A | 43 |
| Octal | 333 | 233 | 171 | 0 | 35 | 55 | 16 | 25 | 72 | 103 |
| Binary | 11011011 | 10011011 | 1111001 | 0 | 11101 | 101101 | 1110 | 10101 | 111010 | 1000011 |
Color Harmonies of #DB9B79
Complementary color
Monochromatic Colors of #DB9B79
Black with #DB9B79
Text Example
Text Example
White with #DB9B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B79; }
p { color: rgb(219,155,121); }
H1.HeaderClassName
{
color: #DB9B79;
}
.AnyTagClassName
{
color: #DB9B79;
}
</style>
background-color css
<style>
a { background-color: #DB9B79; }
a { background-color: rgb(219,155,121); }
div.DivClassName
{
background-color: #DB9B79;
}
.BgClassName
{
background-color: #DB9B79;
}
</style>
border-color css
<style>
span { border-color: #DB9B79; }
span { border-color: rgb(219,155,121); }
td.TdClassName
{
border-color: #DB9B79;
}
.TagClassName
{
border-color: #DB9B79;
}
</style>