Shades of Feldspar #D89378
Tints of Feldspar #D89378
RGB
CMYK
RGB Variations
Color information
#D89378 (or 0xD89378) is known color: Feldspar. HEX triplet: D8, 93 and 78. RGB value is (216,147,120). Sum of RGB (Red+Green+Blue) = 216+147+120=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D89378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89378 is #276C87. Grayscale: #A4A4A4. Windows color (decimal): -2583688 or 7902168. OLE color: 7902168.
HSL color Cylindrical-coordinate representation of color #D89378: hue angle of 16.88º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D89378 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 120 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.15 |
| HSL | 16.88º | 0.55% | 0.66% | - |
| HSV(B) | 16.88º | 0.44% | 0.85% | - |
| XYZ | 42.14 | 36.82 | 22.66 | - |
| YUV | 164.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 120 | 0 | 0.32 | 0.44 | 0.15 | 16.88 | 0.55 | 0.66 |
| Hex | D8 | 93 | 78 | 0 | 20 | 2C | F | 11 | 37 | 42 |
| Octal | 330 | 223 | 170 | 0 | 40 | 54 | 17 | 21 | 67 | 102 |
| Binary | 11011000 | 10010011 | 1111000 | 0 | 100000 | 101100 | 1111 | 10001 | 110111 | 1000010 |
Color Harmonies of #D89378
Complementary color
Monochromatic Colors of #D89378
Black with #D89378
Text Example
Text Example
White with #D89378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89378; }
p { color: rgb(216,147,120); }
H1.HeaderClassName
{
color: #D89378;
}
.AnyTagClassName
{
color: #D89378;
}
</style>
background-color css
<style>
a { background-color: #D89378; }
a { background-color: rgb(216,147,120); }
div.DivClassName
{
background-color: #D89378;
}
.BgClassName
{
background-color: #D89378;
}
</style>
border-color css
<style>
span { border-color: #D89378; }
span { border-color: rgb(216,147,120); }
td.TdClassName
{
border-color: #D89378;
}
.TagClassName
{
border-color: #D89378;
}
</style>