Shades of Feldspar #DB9C74
Tints of Feldspar #DB9C74
RGB
CMYK
RGB Variations
Color information
#DB9C74 (or 0xDB9C74) is known color: Feldspar. HEX triplet: DB, 9C and 74. RGB value is (219,156,116). Sum of RGB (Red+Green+Blue) = 219+156+116=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C74 is #24638B. Grayscale: #AAAAAA. Windows color (decimal): -2384780 or 7642331. OLE color: 7642331.
HSL color Cylindrical-coordinate representation of color #DB9C74: hue angle of 23.3º 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 #DB9C74 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 116 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.14 |
| HSL | 23.3º | 0.59% | 0.66% | - |
| HSV(B) | 23.3º | 0.47% | 0.86% | - |
| XYZ | 44.25 | 40.1 | 21.93 | - |
| YUV | 170.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 116 | 0 | 0.29 | 0.47 | 0.14 | 23.3 | 0.59 | 0.66 |
| Hex | DB | 9C | 74 | 0 | 1D | 2F | E | 17 | 3B | 42 |
| Octal | 333 | 234 | 164 | 0 | 35 | 57 | 16 | 27 | 73 | 102 |
| Binary | 11011011 | 10011100 | 1110100 | 0 | 11101 | 101111 | 1110 | 10111 | 111011 | 1000010 |
Color Harmonies of #DB9C74
Complementary color
Monochromatic Colors of #DB9C74
Black with #DB9C74
Text Example
Text Example
White with #DB9C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C74; }
p { color: rgb(219,156,116); }
H1.HeaderClassName
{
color: #DB9C74;
}
.AnyTagClassName
{
color: #DB9C74;
}
</style>
background-color css
<style>
a { background-color: #DB9C74; }
a { background-color: rgb(219,156,116); }
div.DivClassName
{
background-color: #DB9C74;
}
.BgClassName
{
background-color: #DB9C74;
}
</style>
border-color css
<style>
span { border-color: #DB9C74; }
span { border-color: rgb(219,156,116); }
td.TdClassName
{
border-color: #DB9C74;
}
.TagClassName
{
border-color: #DB9C74;
}
</style>