Shades of Feldspar #DB9B6D
Tints of Feldspar #DB9B6D
RGB
CMYK
RGB Variations
Color information
#DB9B6D (or 0xDB9B6D) is known color: Feldspar. HEX triplet: DB, 9B and 6D. RGB value is (219,155,109). Sum of RGB (Red+Green+Blue) = 219+155+109=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B6D is #246492. Grayscale: #A9A9A9. Windows color (decimal): -2385043 or 7183323. OLE color: 7183323.
HSL color Cylindrical-coordinate representation of color #DB9B6D: hue angle of 25.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB9B6D is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 109 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.14 |
| HSL | 25.09º | 0.6% | 0.64% | - |
| HSV(B) | 25.09º | 0.5% | 0.86% | - |
| XYZ | 43.7 | 39.61 | 19.81 | - |
| YUV | 168.89 | 94.2 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 109 | 0 | 0.29 | 0.50 | 0.14 | 25.09 | 0.6 | 0.64 |
| Hex | DB | 9B | 6D | 0 | 1D | 32 | E | 19 | 3C | 40 |
| Octal | 333 | 233 | 155 | 0 | 35 | 62 | 16 | 31 | 74 | 100 |
| Binary | 11011011 | 10011011 | 1101101 | 0 | 11101 | 110010 | 1110 | 11001 | 111100 | 1000000 |
Color Harmonies of #DB9B6D
Complementary color
Monochromatic Colors of #DB9B6D
Black with #DB9B6D
Text Example
Text Example
White with #DB9B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B6D; }
p { color: rgb(219,155,109); }
H1.HeaderClassName
{
color: #DB9B6D;
}
.AnyTagClassName
{
color: #DB9B6D;
}
</style>
background-color css
<style>
a { background-color: #DB9B6D; }
a { background-color: rgb(219,155,109); }
div.DivClassName
{
background-color: #DB9B6D;
}
.BgClassName
{
background-color: #DB9B6D;
}
</style>
border-color css
<style>
span { border-color: #DB9B6D; }
span { border-color: rgb(219,155,109); }
td.TdClassName
{
border-color: #DB9B6D;
}
.TagClassName
{
border-color: #DB9B6D;
}
</style>