Shades of Feldspar #D28873
Tints of Feldspar #D28873
RGB
CMYK
RGB Variations
Color information
#D28873 (or 0xD28873) is known color: Feldspar. HEX triplet: D2, 88 and 73. RGB value is (210,136,115). Sum of RGB (Red+Green+Blue) = 210+136+115=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D28873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28873 is #2D778C. Grayscale: #9B9B9B. Windows color (decimal): -2979725 or 7571666. OLE color: 7571666.
HSL color Cylindrical-coordinate representation of color #D28873: hue angle of 13.26º 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 #D28873 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 115 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.18 |
| HSL | 13.26º | 0.51% | 0.64% | - |
| HSV(B) | 13.26º | 0.45% | 0.82% | - |
| XYZ | 38.48 | 32.55 | 20.47 | - |
| YUV | 155.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 115 | 0 | 0.35 | 0.45 | 0.18 | 13.26 | 0.51 | 0.64 |
| Hex | D2 | 88 | 73 | 0 | 23 | 2D | 12 | D | 33 | 40 |
| Octal | 322 | 210 | 163 | 0 | 43 | 55 | 22 | 15 | 63 | 100 |
| Binary | 11010010 | 10001000 | 1110011 | 0 | 100011 | 101101 | 10010 | 1101 | 110011 | 1000000 |
Color Harmonies of #D28873
Complementary color
Monochromatic Colors of #D28873
Black with #D28873
Text Example
Text Example
White with #D28873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28873; }
p { color: rgb(210,136,115); }
H1.HeaderClassName
{
color: #D28873;
}
.AnyTagClassName
{
color: #D28873;
}
</style>
background-color css
<style>
a { background-color: #D28873; }
a { background-color: rgb(210,136,115); }
div.DivClassName
{
background-color: #D28873;
}
.BgClassName
{
background-color: #D28873;
}
</style>
border-color css
<style>
span { border-color: #D28873; }
span { border-color: rgb(210,136,115); }
td.TdClassName
{
border-color: #D28873;
}
.TagClassName
{
border-color: #D28873;
}
</style>