Shades of Feldspar #D89B7D
Tints of Feldspar #D89B7D
RGB
CMYK
RGB Variations
Color information
#D89B7D (or 0xD89B7D) is known color: Feldspar. HEX triplet: D8, 9B and 7D. RGB value is (216,155,125). Sum of RGB (Red+Green+Blue) = 216+155+125=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89B7D is #276482. Grayscale: #AAAAAA. Windows color (decimal): -2581635 or 8231896. OLE color: 8231896.
HSL color Cylindrical-coordinate representation of color #D89B7D: hue angle of 19.78º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D89B7D is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 125 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.15 |
| HSL | 19.78º | 0.54% | 0.67% | - |
| HSV(B) | 19.78º | 0.42% | 0.85% | - |
| XYZ | 43.74 | 39.52 | 24.73 | - |
| YUV | 169.82 | 102.71 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 125 | 0 | 0.28 | 0.42 | 0.15 | 19.78 | 0.54 | 0.67 |
| Hex | D8 | 9B | 7D | 0 | 1C | 2A | F | 14 | 36 | 43 |
| Octal | 330 | 233 | 175 | 0 | 34 | 52 | 17 | 24 | 66 | 103 |
| Binary | 11011000 | 10011011 | 1111101 | 0 | 11100 | 101010 | 1111 | 10100 | 110110 | 1000011 |
Color Harmonies of #D89B7D
Complementary color
Monochromatic Colors of #D89B7D
Black with #D89B7D
Text Example
Text Example
White with #D89B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89B7D; }
p { color: rgb(216,155,125); }
H1.HeaderClassName
{
color: #D89B7D;
}
.AnyTagClassName
{
color: #D89B7D;
}
</style>
background-color css
<style>
a { background-color: #D89B7D; }
a { background-color: rgb(216,155,125); }
div.DivClassName
{
background-color: #D89B7D;
}
.BgClassName
{
background-color: #D89B7D;
}
</style>
border-color css
<style>
span { border-color: #D89B7D; }
span { border-color: rgb(216,155,125); }
td.TdClassName
{
border-color: #D89B7D;
}
.TagClassName
{
border-color: #D89B7D;
}
</style>