Shades of Feldspar #DB9276
Tints of Feldspar #DB9276
RGB
CMYK
RGB Variations
Color information
#DB9276 (or 0xDB9276) is known color: Feldspar. HEX triplet: DB, 92 and 76. RGB value is (219,146,118). Sum of RGB (Red+Green+Blue) = 219+146+118=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9276 is #246D89. Grayscale: #A4A4A4. Windows color (decimal): -2387338 or 7770843. OLE color: 7770843.
HSL color Cylindrical-coordinate representation of color #DB9276: hue angle of 16.63º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB9276 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 118 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.14 |
| HSL | 16.63º | 0.58% | 0.66% | - |
| HSV(B) | 16.63º | 0.46% | 0.86% | - |
| XYZ | 42.76 | 36.93 | 22.01 | - |
| YUV | 164.64 | 101.68 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 118 | 0 | 0.33 | 0.46 | 0.14 | 16.63 | 0.58 | 0.66 |
| Hex | DB | 92 | 76 | 0 | 21 | 2E | E | 11 | 3A | 42 |
| Octal | 333 | 222 | 166 | 0 | 41 | 56 | 16 | 21 | 72 | 102 |
| Binary | 11011011 | 10010010 | 1110110 | 0 | 100001 | 101110 | 1110 | 10001 | 111010 | 1000010 |
Color Harmonies of #DB9276
Complementary color
Monochromatic Colors of #DB9276
Black with #DB9276
Text Example
Text Example
White with #DB9276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9276; }
p { color: rgb(219,146,118); }
H1.HeaderClassName
{
color: #DB9276;
}
.AnyTagClassName
{
color: #DB9276;
}
</style>
background-color css
<style>
a { background-color: #DB9276; }
a { background-color: rgb(219,146,118); }
div.DivClassName
{
background-color: #DB9276;
}
.BgClassName
{
background-color: #DB9276;
}
</style>
border-color css
<style>
span { border-color: #DB9276; }
span { border-color: rgb(219,146,118); }
td.TdClassName
{
border-color: #DB9276;
}
.TagClassName
{
border-color: #DB9276;
}
</style>