Shades of Feldspar #DB927B
Tints of Feldspar #DB927B
RGB
CMYK
RGB Variations
Color information
#DB927B (or 0xDB927B) is known color: Feldspar. HEX triplet: DB, 92 and 7B. RGB value is (219,146,123). Sum of RGB (Red+Green+Blue) = 219+146+123=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB927B is #246D84. Grayscale: #A5A5A5. Windows color (decimal): -2387333 or 8098523. OLE color: 8098523.
HSL color Cylindrical-coordinate representation of color #DB927B: hue angle of 14.38º 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 #DB927B is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 123 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.14 |
| HSL | 14.38º | 0.57% | 0.67% | - |
| HSV(B) | 14.38º | 0.44% | 0.86% | - |
| XYZ | 43.07 | 37.05 | 23.62 | - |
| YUV | 165.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 123 | 0 | 0.33 | 0.44 | 0.14 | 14.38 | 0.57 | 0.67 |
| Hex | DB | 92 | 7B | 0 | 21 | 2C | E | E | 39 | 43 |
| Octal | 333 | 222 | 173 | 0 | 41 | 54 | 16 | 16 | 71 | 103 |
| Binary | 11011011 | 10010010 | 1111011 | 0 | 100001 | 101100 | 1110 | 1110 | 111001 | 1000011 |
Color Harmonies of #DB927B
Complementary color
Monochromatic Colors of #DB927B
Black with #DB927B
Text Example
Text Example
White with #DB927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB927B; }
p { color: rgb(219,146,123); }
H1.HeaderClassName
{
color: #DB927B;
}
.AnyTagClassName
{
color: #DB927B;
}
</style>
background-color css
<style>
a { background-color: #DB927B; }
a { background-color: rgb(219,146,123); }
div.DivClassName
{
background-color: #DB927B;
}
.BgClassName
{
background-color: #DB927B;
}
</style>
border-color css
<style>
span { border-color: #DB927B; }
span { border-color: rgb(219,146,123); }
td.TdClassName
{
border-color: #DB927B;
}
.TagClassName
{
border-color: #DB927B;
}
</style>