Shades of Feldspar #DB9775
Tints of Feldspar #DB9775
RGB
CMYK
RGB Variations
Color information
#DB9775 (or 0xDB9775) is known color: Feldspar. HEX triplet: DB, 97 and 75. RGB value is (219,151,117). Sum of RGB (Red+Green+Blue) = 219+151+117=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9775 is #24688A. Grayscale: #A7A7A7. Windows color (decimal): -2386059 or 7706587. OLE color: 7706587.
HSL color Cylindrical-coordinate representation of color #DB9775: hue angle of 20º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB9775 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 117 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.14 |
| HSL | 20º | 0.59% | 0.66% | - |
| HSV(B) | 20º | 0.47% | 0.86% | - |
| XYZ | 43.49 | 38.48 | 21.96 | - |
| YUV | 167.46 | 99.53 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 117 | 0 | 0.31 | 0.47 | 0.14 | 20 | 0.59 | 0.66 |
| Hex | DB | 97 | 75 | 0 | 1F | 2F | E | 14 | 3B | 42 |
| Octal | 333 | 227 | 165 | 0 | 37 | 57 | 16 | 24 | 73 | 102 |
| Binary | 11011011 | 10010111 | 1110101 | 0 | 11111 | 101111 | 1110 | 10100 | 111011 | 1000010 |
Color Harmonies of #DB9775
Complementary color
Monochromatic Colors of #DB9775
Black with #DB9775
Text Example
Text Example
White with #DB9775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9775; }
p { color: rgb(219,151,117); }
H1.HeaderClassName
{
color: #DB9775;
}
.AnyTagClassName
{
color: #DB9775;
}
</style>
background-color css
<style>
a { background-color: #DB9775; }
a { background-color: rgb(219,151,117); }
div.DivClassName
{
background-color: #DB9775;
}
.BgClassName
{
background-color: #DB9775;
}
</style>
border-color css
<style>
span { border-color: #DB9775; }
span { border-color: rgb(219,151,117); }
td.TdClassName
{
border-color: #DB9775;
}
.TagClassName
{
border-color: #DB9775;
}
</style>