Shades of Feldspar #DB9375
Tints of Feldspar #DB9375
RGB
CMYK
RGB Variations
Color information
#DB9375 (or 0xDB9375) is known color: Feldspar. HEX triplet: DB, 93 and 75. RGB value is (219,147,117). Sum of RGB (Red+Green+Blue) = 219+147+117=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9375 is #246C8A. Grayscale: #A5A5A5. Windows color (decimal): -2387083 or 7705563. OLE color: 7705563.
HSL color Cylindrical-coordinate representation of color #DB9375: hue angle of 17.65º 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 #DB9375 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 117 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.14 |
| HSL | 17.65º | 0.59% | 0.66% | - |
| HSV(B) | 17.65º | 0.47% | 0.86% | - |
| XYZ | 42.86 | 37.21 | 21.75 | - |
| YUV | 165.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 117 | 0 | 0.33 | 0.47 | 0.14 | 17.65 | 0.59 | 0.66 |
| Hex | DB | 93 | 75 | 0 | 21 | 2F | E | 12 | 3B | 42 |
| Octal | 333 | 223 | 165 | 0 | 41 | 57 | 16 | 22 | 73 | 102 |
| Binary | 11011011 | 10010011 | 1110101 | 0 | 100001 | 101111 | 1110 | 10010 | 111011 | 1000010 |
Color Harmonies of #DB9375
Complementary color
Monochromatic Colors of #DB9375
Black with #DB9375
Text Example
Text Example
White with #DB9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9375; }
p { color: rgb(219,147,117); }
H1.HeaderClassName
{
color: #DB9375;
}
.AnyTagClassName
{
color: #DB9375;
}
</style>
background-color css
<style>
a { background-color: #DB9375; }
a { background-color: rgb(219,147,117); }
div.DivClassName
{
background-color: #DB9375;
}
.BgClassName
{
background-color: #DB9375;
}
</style>
border-color css
<style>
span { border-color: #DB9375; }
span { border-color: rgb(219,147,117); }
td.TdClassName
{
border-color: #DB9375;
}
.TagClassName
{
border-color: #DB9375;
}
</style>