Shades of Feldspar #D28F70
Tints of Feldspar #D28F70
RGB
CMYK
RGB Variations
Color information
#D28F70 (or 0xD28F70) is known color: Feldspar. HEX triplet: D2, 8F and 70. RGB value is (210,143,112). Sum of RGB (Red+Green+Blue) = 210+143+112=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28F70 is #2D708F. Grayscale: #9F9F9F. Windows color (decimal): -2977936 or 7376850. OLE color: 7376850.
HSL color Cylindrical-coordinate representation of color #D28F70: hue angle of 18.98º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D28F70 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 112 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.18 |
| HSL | 18.98º | 0.52% | 0.63% | - |
| HSV(B) | 18.98º | 0.47% | 0.82% | - |
| XYZ | 39.33 | 34.52 | 19.92 | - |
| YUV | 159.5 | 101.2 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 112 | 0 | 0.32 | 0.47 | 0.18 | 18.98 | 0.52 | 0.63 |
| Hex | D2 | 8F | 70 | 0 | 20 | 2F | 12 | 13 | 34 | 3F |
| Octal | 322 | 217 | 160 | 0 | 40 | 57 | 22 | 23 | 64 | 77 |
| Binary | 11010010 | 10001111 | 1110000 | 0 | 100000 | 101111 | 10010 | 10011 | 110100 | 111111 |
Color Harmonies of #D28F70
Complementary color
Monochromatic Colors of #D28F70
Black with #D28F70
Text Example
Text Example
White with #D28F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F70; }
p { color: rgb(210,143,112); }
H1.HeaderClassName
{
color: #D28F70;
}
.AnyTagClassName
{
color: #D28F70;
}
</style>
background-color css
<style>
a { background-color: #D28F70; }
a { background-color: rgb(210,143,112); }
div.DivClassName
{
background-color: #D28F70;
}
.BgClassName
{
background-color: #D28F70;
}
</style>
border-color css
<style>
span { border-color: #D28F70; }
span { border-color: rgb(210,143,112); }
td.TdClassName
{
border-color: #D28F70;
}
.TagClassName
{
border-color: #D28F70;
}
</style>