Shades of Feldspar #D28F71
Tints of Feldspar #D28F71
RGB
CMYK
RGB Variations
Color information
#D28F71 (or 0xD28F71) is known color: Feldspar. HEX triplet: D2, 8F and 71. RGB value is (210,143,113). Sum of RGB (Red+Green+Blue) = 210+143+113=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28F71 is #2D708E. Grayscale: #9F9F9F. Windows color (decimal): -2977935 or 7442386. OLE color: 7442386.
HSL color Cylindrical-coordinate representation of color #D28F71: hue angle of 18.56º 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 #D28F71 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 113 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.18 |
| HSL | 18.56º | 0.52% | 0.63% | - |
| HSV(B) | 18.56º | 0.46% | 0.82% | - |
| XYZ | 39.38 | 34.54 | 20.21 | - |
| YUV | 159.61 | 101.7 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 113 | 0 | 0.32 | 0.46 | 0.18 | 18.56 | 0.52 | 0.63 |
| Hex | D2 | 8F | 71 | 0 | 20 | 2E | 12 | 13 | 34 | 3F |
| Octal | 322 | 217 | 161 | 0 | 40 | 56 | 22 | 23 | 64 | 77 |
| Binary | 11010010 | 10001111 | 1110001 | 0 | 100000 | 101110 | 10010 | 10011 | 110100 | 111111 |
Color Harmonies of #D28F71
Complementary color
Monochromatic Colors of #D28F71
Black with #D28F71
Text Example
Text Example
White with #D28F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F71; }
p { color: rgb(210,143,113); }
H1.HeaderClassName
{
color: #D28F71;
}
.AnyTagClassName
{
color: #D28F71;
}
</style>
background-color css
<style>
a { background-color: #D28F71; }
a { background-color: rgb(210,143,113); }
div.DivClassName
{
background-color: #D28F71;
}
.BgClassName
{
background-color: #D28F71;
}
</style>
border-color css
<style>
span { border-color: #D28F71; }
span { border-color: rgb(210,143,113); }
td.TdClassName
{
border-color: #D28F71;
}
.TagClassName
{
border-color: #D28F71;
}
</style>