Shades of Feldspar #DB9B74
Tints of Feldspar #DB9B74
RGB
CMYK
RGB Variations
Color information
#DB9B74 (or 0xDB9B74) is known color: Feldspar. HEX triplet: DB, 9B and 74. RGB value is (219,155,116). Sum of RGB (Red+Green+Blue) = 219+155+116=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B74 is #24648B. Grayscale: #A9A9A9. Windows color (decimal): -2385036 or 7642075. OLE color: 7642075.
HSL color Cylindrical-coordinate representation of color #DB9B74: hue angle of 22.72º 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 #DB9B74 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 116 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.14 |
| HSL | 22.72º | 0.59% | 0.66% | - |
| HSV(B) | 22.72º | 0.47% | 0.86% | - |
| XYZ | 44.09 | 39.76 | 21.87 | - |
| YUV | 169.69 | 97.7 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 116 | 0 | 0.29 | 0.47 | 0.14 | 22.72 | 0.59 | 0.66 |
| Hex | DB | 9B | 74 | 0 | 1D | 2F | E | 17 | 3B | 42 |
| Octal | 333 | 233 | 164 | 0 | 35 | 57 | 16 | 27 | 73 | 102 |
| Binary | 11011011 | 10011011 | 1110100 | 0 | 11101 | 101111 | 1110 | 10111 | 111011 | 1000010 |
Color Harmonies of #DB9B74
Complementary color
Monochromatic Colors of #DB9B74
Black with #DB9B74
Text Example
Text Example
White with #DB9B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B74; }
p { color: rgb(219,155,116); }
H1.HeaderClassName
{
color: #DB9B74;
}
.AnyTagClassName
{
color: #DB9B74;
}
</style>
background-color css
<style>
a { background-color: #DB9B74; }
a { background-color: rgb(219,155,116); }
div.DivClassName
{
background-color: #DB9B74;
}
.BgClassName
{
background-color: #DB9B74;
}
</style>
border-color css
<style>
span { border-color: #DB9B74; }
span { border-color: rgb(219,155,116); }
td.TdClassName
{
border-color: #DB9B74;
}
.TagClassName
{
border-color: #DB9B74;
}
</style>