Shades of Feldspar #DB9B75
Tints of Feldspar #DB9B75
RGB
CMYK
RGB Variations
Color information
#DB9B75 (or 0xDB9B75) is known color: Feldspar. HEX triplet: DB, 9B and 75. RGB value is (219,155,117). Sum of RGB (Red+Green+Blue) = 219+155+117=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B75 is #24648A. Grayscale: #AAAAAA. Windows color (decimal): -2385035 or 7707611. OLE color: 7707611.
HSL color Cylindrical-coordinate representation of color #DB9B75: hue angle of 22.35º 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 #DB9B75 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 117 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.14 |
| HSL | 22.35º | 0.59% | 0.66% | - |
| HSV(B) | 22.35º | 0.47% | 0.86% | - |
| XYZ | 44.15 | 39.79 | 22.18 | - |
| YUV | 169.8 | 98.2 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 117 | 0 | 0.29 | 0.47 | 0.14 | 22.35 | 0.59 | 0.66 |
| Hex | DB | 9B | 75 | 0 | 1D | 2F | E | 16 | 3B | 42 |
| Octal | 333 | 233 | 165 | 0 | 35 | 57 | 16 | 26 | 73 | 102 |
| Binary | 11011011 | 10011011 | 1110101 | 0 | 11101 | 101111 | 1110 | 10110 | 111011 | 1000010 |
Color Harmonies of #DB9B75
Complementary color
Monochromatic Colors of #DB9B75
Black with #DB9B75
Text Example
Text Example
White with #DB9B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B75; }
p { color: rgb(219,155,117); }
H1.HeaderClassName
{
color: #DB9B75;
}
.AnyTagClassName
{
color: #DB9B75;
}
</style>
background-color css
<style>
a { background-color: #DB9B75; }
a { background-color: rgb(219,155,117); }
div.DivClassName
{
background-color: #DB9B75;
}
.BgClassName
{
background-color: #DB9B75;
}
</style>
border-color css
<style>
span { border-color: #DB9B75; }
span { border-color: rgb(219,155,117); }
td.TdClassName
{
border-color: #DB9B75;
}
.TagClassName
{
border-color: #DB9B75;
}
</style>