Shades of Feldspar #DB9A74
Tints of Feldspar #DB9A74
RGB
CMYK
RGB Variations
Color information
#DB9A74 (or 0xDB9A74) is known color: Feldspar. HEX triplet: DB, 9A and 74. RGB value is (219,154,116). Sum of RGB (Red+Green+Blue) = 219+154+116=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A74 is #24658B. Grayscale: #A9A9A9. Windows color (decimal): -2385292 or 7641819. OLE color: 7641819.
HSL color Cylindrical-coordinate representation of color #DB9A74: hue angle of 22.14º 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 #DB9A74 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 116 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.14 |
| HSL | 22.14º | 0.59% | 0.66% | - |
| HSV(B) | 22.14º | 0.47% | 0.86% | - |
| XYZ | 43.92 | 39.43 | 21.82 | - |
| YUV | 169.1 | 98.03 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 116 | 0 | 0.30 | 0.47 | 0.14 | 22.14 | 0.59 | 0.66 |
| Hex | DB | 9A | 74 | 0 | 1E | 2F | E | 16 | 3B | 42 |
| Octal | 333 | 232 | 164 | 0 | 36 | 57 | 16 | 26 | 73 | 102 |
| Binary | 11011011 | 10011010 | 1110100 | 0 | 11110 | 101111 | 1110 | 10110 | 111011 | 1000010 |
Color Harmonies of #DB9A74
Complementary color
Monochromatic Colors of #DB9A74
Black with #DB9A74
Text Example
Text Example
White with #DB9A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A74; }
p { color: rgb(219,154,116); }
H1.HeaderClassName
{
color: #DB9A74;
}
.AnyTagClassName
{
color: #DB9A74;
}
</style>
background-color css
<style>
a { background-color: #DB9A74; }
a { background-color: rgb(219,154,116); }
div.DivClassName
{
background-color: #DB9A74;
}
.BgClassName
{
background-color: #DB9A74;
}
</style>
border-color css
<style>
span { border-color: #DB9A74; }
span { border-color: rgb(219,154,116); }
td.TdClassName
{
border-color: #DB9A74;
}
.TagClassName
{
border-color: #DB9A74;
}
</style>