Shades of Feldspar #DB927A
Tints of Feldspar #DB927A
RGB
CMYK
RGB Variations
Color information
#DB927A (or 0xDB927A) is known color: Feldspar. HEX triplet: DB, 92 and 7A. RGB value is (219,146,122). Sum of RGB (Red+Green+Blue) = 219+146+122=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB927A is #246D85. Grayscale: #A5A5A5. Windows color (decimal): -2387334 or 8032987. OLE color: 8032987.
HSL color Cylindrical-coordinate representation of color #DB927A: hue angle of 14.85º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB927A is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 122 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.14 |
| HSL | 14.85º | 0.57% | 0.67% | - |
| HSV(B) | 14.85º | 0.44% | 0.86% | - |
| XYZ | 43.01 | 37.02 | 23.29 | - |
| YUV | 165.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 122 | 0 | 0.33 | 0.44 | 0.14 | 14.85 | 0.57 | 0.67 |
| Hex | DB | 92 | 7A | 0 | 21 | 2C | E | F | 39 | 43 |
| Octal | 333 | 222 | 172 | 0 | 41 | 54 | 16 | 17 | 71 | 103 |
| Binary | 11011011 | 10010010 | 1111010 | 0 | 100001 | 101100 | 1110 | 1111 | 111001 | 1000011 |
Color Harmonies of #DB927A
Complementary color
Monochromatic Colors of #DB927A
Black with #DB927A
Text Example
Text Example
White with #DB927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB927A; }
p { color: rgb(219,146,122); }
H1.HeaderClassName
{
color: #DB927A;
}
.AnyTagClassName
{
color: #DB927A;
}
</style>
background-color css
<style>
a { background-color: #DB927A; }
a { background-color: rgb(219,146,122); }
div.DivClassName
{
background-color: #DB927A;
}
.BgClassName
{
background-color: #DB927A;
}
</style>
border-color css
<style>
span { border-color: #DB927A; }
span { border-color: rgb(219,146,122); }
td.TdClassName
{
border-color: #DB927A;
}
.TagClassName
{
border-color: #DB927A;
}
</style>