Shades of Feldspar #D28973
Tints of Feldspar #D28973
RGB
CMYK
RGB Variations
Color information
#D28973 (or 0xD28973) is known color: Feldspar. HEX triplet: D2, 89 and 73. RGB value is (210,137,115). Sum of RGB (Red+Green+Blue) = 210+137+115=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D28973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28973 is #2D768C. Grayscale: #9C9C9C. Windows color (decimal): -2979469 or 7571922. OLE color: 7571922.
HSL color Cylindrical-coordinate representation of color #D28973: hue angle of 13.89º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D28973 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 115 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.18 |
| HSL | 13.89º | 0.51% | 0.64% | - |
| HSV(B) | 13.89º | 0.45% | 0.82% | - |
| XYZ | 38.62 | 32.83 | 20.52 | - |
| YUV | 156.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 115 | 0 | 0.35 | 0.45 | 0.18 | 13.89 | 0.51 | 0.64 |
| Hex | D2 | 89 | 73 | 0 | 23 | 2D | 12 | E | 33 | 40 |
| Octal | 322 | 211 | 163 | 0 | 43 | 55 | 22 | 16 | 63 | 100 |
| Binary | 11010010 | 10001001 | 1110011 | 0 | 100011 | 101101 | 10010 | 1110 | 110011 | 1000000 |
Color Harmonies of #D28973
Complementary color
Monochromatic Colors of #D28973
Black with #D28973
Text Example
Text Example
White with #D28973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28973; }
p { color: rgb(210,137,115); }
H1.HeaderClassName
{
color: #D28973;
}
.AnyTagClassName
{
color: #D28973;
}
</style>
background-color css
<style>
a { background-color: #D28973; }
a { background-color: rgb(210,137,115); }
div.DivClassName
{
background-color: #D28973;
}
.BgClassName
{
background-color: #D28973;
}
</style>
border-color css
<style>
span { border-color: #D28973; }
span { border-color: rgb(210,137,115); }
td.TdClassName
{
border-color: #D28973;
}
.TagClassName
{
border-color: #D28973;
}
</style>