Shades of Feldspar #D89274
Tints of Feldspar #D89274
RGB
CMYK
RGB Variations
Color information
#D89274 (or 0xD89274) is known color: Feldspar. HEX triplet: D8, 92 and 74. RGB value is (216,146,116). Sum of RGB (Red+Green+Blue) = 216+146+116=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D89274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89274 is #276D8B. Grayscale: #A3A3A3. Windows color (decimal): -2583948 or 7639768. OLE color: 7639768.
HSL color Cylindrical-coordinate representation of color #D89274: hue angle of 18º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D89274 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 116 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.15 |
| HSL | 18º | 0.56% | 0.65% | - |
| HSV(B) | 18º | 0.46% | 0.85% | - |
| XYZ | 41.75 | 36.42 | 21.35 | - |
| YUV | 163.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 116 | 0 | 0.32 | 0.46 | 0.15 | 18 | 0.56 | 0.65 |
| Hex | D8 | 92 | 74 | 0 | 20 | 2E | F | 12 | 38 | 41 |
| Octal | 330 | 222 | 164 | 0 | 40 | 56 | 17 | 22 | 70 | 101 |
| Binary | 11011000 | 10010010 | 1110100 | 0 | 100000 | 101110 | 1111 | 10010 | 111000 | 1000001 |
Color Harmonies of #D89274
Complementary color
Monochromatic Colors of #D89274
Black with #D89274
Text Example
Text Example
White with #D89274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89274; }
p { color: rgb(216,146,116); }
H1.HeaderClassName
{
color: #D89274;
}
.AnyTagClassName
{
color: #D89274;
}
</style>
background-color css
<style>
a { background-color: #D89274; }
a { background-color: rgb(216,146,116); }
div.DivClassName
{
background-color: #D89274;
}
.BgClassName
{
background-color: #D89274;
}
</style>
border-color css
<style>
span { border-color: #D89274; }
span { border-color: rgb(216,146,116); }
td.TdClassName
{
border-color: #D89274;
}
.TagClassName
{
border-color: #D89274;
}
</style>