Shades of Feldspar #DB977D
Tints of Feldspar #DB977D
RGB
CMYK
RGB Variations
Color information
#DB977D (or 0xDB977D) is known color: Feldspar. HEX triplet: DB, 97 and 7D. RGB value is (219,151,125). Sum of RGB (Red+Green+Blue) = 219+151+125=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB977D is #246882. Grayscale: #A8A8A8. Windows color (decimal): -2386051 or 8230875. OLE color: 8230875.
HSL color Cylindrical-coordinate representation of color #DB977D: hue angle of 16.6º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB977D is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 125 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.14 |
| HSL | 16.6º | 0.57% | 0.67% | - |
| HSV(B) | 16.6º | 0.43% | 0.86% | - |
| XYZ | 43.98 | 38.67 | 24.55 | - |
| YUV | 168.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 125 | 0 | 0.31 | 0.43 | 0.14 | 16.6 | 0.57 | 0.67 |
| Hex | DB | 97 | 7D | 0 | 1F | 2B | E | 11 | 39 | 43 |
| Octal | 333 | 227 | 175 | 0 | 37 | 53 | 16 | 21 | 71 | 103 |
| Binary | 11011011 | 10010111 | 1111101 | 0 | 11111 | 101011 | 1110 | 10001 | 111001 | 1000011 |
Color Harmonies of #DB977D
Complementary color
Monochromatic Colors of #DB977D
Black with #DB977D
Text Example
Text Example
White with #DB977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB977D; }
p { color: rgb(219,151,125); }
H1.HeaderClassName
{
color: #DB977D;
}
.AnyTagClassName
{
color: #DB977D;
}
</style>
background-color css
<style>
a { background-color: #DB977D; }
a { background-color: rgb(219,151,125); }
div.DivClassName
{
background-color: #DB977D;
}
.BgClassName
{
background-color: #DB977D;
}
</style>
border-color css
<style>
span { border-color: #DB977D; }
span { border-color: rgb(219,151,125); }
td.TdClassName
{
border-color: #DB977D;
}
.TagClassName
{
border-color: #DB977D;
}
</style>