Shades of Feldspar #D89672
Tints of Feldspar #D89672
RGB
CMYK
RGB Variations
Color information
#D89672 (or 0xD89672) is known color: Feldspar. HEX triplet: D8, 96 and 72. RGB value is (216,150,114). Sum of RGB (Red+Green+Blue) = 216+150+114=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D89672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89672 is #27698D. Grayscale: #A5A5A5. Windows color (decimal): -2582926 or 7509720. OLE color: 7509720.
HSL color Cylindrical-coordinate representation of color #D89672: hue angle of 21.18º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D89672 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 114 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.15 |
| HSL | 21.18º | 0.57% | 0.65% | - |
| HSV(B) | 21.18º | 0.47% | 0.85% | - |
| XYZ | 42.26 | 37.63 | 20.95 | - |
| YUV | 165.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 114 | 0 | 0.31 | 0.47 | 0.15 | 21.18 | 0.57 | 0.65 |
| Hex | D8 | 96 | 72 | 0 | 1F | 2F | F | 15 | 39 | 41 |
| Octal | 330 | 226 | 162 | 0 | 37 | 57 | 17 | 25 | 71 | 101 |
| Binary | 11011000 | 10010110 | 1110010 | 0 | 11111 | 101111 | 1111 | 10101 | 111001 | 1000001 |
Color Harmonies of #D89672
Complementary color
Monochromatic Colors of #D89672
Black with #D89672
Text Example
Text Example
White with #D89672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89672; }
p { color: rgb(216,150,114); }
H1.HeaderClassName
{
color: #D89672;
}
.AnyTagClassName
{
color: #D89672;
}
</style>
background-color css
<style>
a { background-color: #D89672; }
a { background-color: rgb(216,150,114); }
div.DivClassName
{
background-color: #D89672;
}
.BgClassName
{
background-color: #D89672;
}
</style>
border-color css
<style>
span { border-color: #D89672; }
span { border-color: rgb(216,150,114); }
td.TdClassName
{
border-color: #D89672;
}
.TagClassName
{
border-color: #D89672;
}
</style>