Shades of Feldspar #DB946F
Tints of Feldspar #DB946F
RGB
CMYK
RGB Variations
Color information
#DB946F (or 0xDB946F) is known color: Feldspar. HEX triplet: DB, 94 and 6F. RGB value is (219,148,111). Sum of RGB (Red+Green+Blue) = 219+148+111=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB946F is #246B90. Grayscale: #A5A5A5. Windows color (decimal): -2386833 or 7312603. OLE color: 7312603.
HSL color Cylindrical-coordinate representation of color #DB946F: hue angle of 20.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB946F is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 111 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.14 |
| HSL | 20.56º | 0.6% | 0.65% | - |
| HSV(B) | 20.56º | 0.49% | 0.86% | - |
| XYZ | 42.67 | 37.39 | 20.01 | - |
| YUV | 165.01 | 97.52 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 111 | 0 | 0.32 | 0.49 | 0.14 | 20.56 | 0.6 | 0.65 |
| Hex | DB | 94 | 6F | 0 | 20 | 31 | E | 15 | 3C | 41 |
| Octal | 333 | 224 | 157 | 0 | 40 | 61 | 16 | 25 | 74 | 101 |
| Binary | 11011011 | 10010100 | 1101111 | 0 | 100000 | 110001 | 1110 | 10101 | 111100 | 1000001 |
Color Harmonies of #DB946F
Complementary color
Monochromatic Colors of #DB946F
Black with #DB946F
Text Example
Text Example
White with #DB946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB946F; }
p { color: rgb(219,148,111); }
H1.HeaderClassName
{
color: #DB946F;
}
.AnyTagClassName
{
color: #DB946F;
}
</style>
background-color css
<style>
a { background-color: #DB946F; }
a { background-color: rgb(219,148,111); }
div.DivClassName
{
background-color: #DB946F;
}
.BgClassName
{
background-color: #DB946F;
}
</style>
border-color css
<style>
span { border-color: #DB946F; }
span { border-color: rgb(219,148,111); }
td.TdClassName
{
border-color: #DB946F;
}
.TagClassName
{
border-color: #DB946F;
}
</style>