Shades of Feldspar #D28771
Tints of Feldspar #D28771
RGB
CMYK
RGB Variations
Color information
#D28771 (or 0xD28771) is known color: Feldspar. HEX triplet: D2, 87 and 71. RGB value is (210,135,113). Sum of RGB (Red+Green+Blue) = 210+135+113=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D28771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28771 is #2D788E. Grayscale: #9B9B9B. Windows color (decimal): -2979983 or 7440338. OLE color: 7440338.
HSL color Cylindrical-coordinate representation of color #D28771: hue angle of 13.61º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D28771 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 113 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.18 |
| HSL | 13.61º | 0.52% | 0.63% | - |
| HSV(B) | 13.61º | 0.46% | 0.82% | - |
| XYZ | 38.22 | 32.22 | 19.83 | - |
| YUV | 154.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 113 | 0 | 0.36 | 0.46 | 0.18 | 13.61 | 0.52 | 0.63 |
| Hex | D2 | 87 | 71 | 0 | 24 | 2E | 12 | E | 34 | 3F |
| Octal | 322 | 207 | 161 | 0 | 44 | 56 | 22 | 16 | 64 | 77 |
| Binary | 11010010 | 10000111 | 1110001 | 0 | 100100 | 101110 | 10010 | 1110 | 110100 | 111111 |
Color Harmonies of #D28771
Complementary color
Monochromatic Colors of #D28771
Black with #D28771
Text Example
Text Example
White with #D28771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28771; }
p { color: rgb(210,135,113); }
H1.HeaderClassName
{
color: #D28771;
}
.AnyTagClassName
{
color: #D28771;
}
</style>
background-color css
<style>
a { background-color: #D28771; }
a { background-color: rgb(210,135,113); }
div.DivClassName
{
background-color: #D28771;
}
.BgClassName
{
background-color: #D28771;
}
</style>
border-color css
<style>
span { border-color: #D28771; }
span { border-color: rgb(210,135,113); }
td.TdClassName
{
border-color: #D28771;
}
.TagClassName
{
border-color: #D28771;
}
</style>