Shades of Feldspar #D28C70
Tints of Feldspar #D28C70
RGB
CMYK
RGB Variations
Color information
#D28C70 (or 0xD28C70) is known color: Feldspar. HEX triplet: D2, 8C and 70. RGB value is (210,140,112). Sum of RGB (Red+Green+Blue) = 210+140+112=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28C70 is #2D738F. Grayscale: #9D9D9D. Windows color (decimal): -2978704 or 7376082. OLE color: 7376082.
HSL color Cylindrical-coordinate representation of color #D28C70: hue angle of 17.14º 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 #D28C70 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 112 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.18 |
| HSL | 17.14º | 0.52% | 0.63% | - |
| HSV(B) | 17.14º | 0.47% | 0.82% | - |
| XYZ | 38.88 | 33.63 | 19.77 | - |
| YUV | 157.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 112 | 0 | 0.33 | 0.47 | 0.18 | 17.14 | 0.52 | 0.63 |
| Hex | D2 | 8C | 70 | 0 | 21 | 2F | 12 | 11 | 34 | 3F |
| Octal | 322 | 214 | 160 | 0 | 41 | 57 | 22 | 21 | 64 | 77 |
| Binary | 11010010 | 10001100 | 1110000 | 0 | 100001 | 101111 | 10010 | 10001 | 110100 | 111111 |
Color Harmonies of #D28C70
Complementary color
Monochromatic Colors of #D28C70
Black with #D28C70
Text Example
Text Example
White with #D28C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C70; }
p { color: rgb(210,140,112); }
H1.HeaderClassName
{
color: #D28C70;
}
.AnyTagClassName
{
color: #D28C70;
}
</style>
background-color css
<style>
a { background-color: #D28C70; }
a { background-color: rgb(210,140,112); }
div.DivClassName
{
background-color: #D28C70;
}
.BgClassName
{
background-color: #D28C70;
}
</style>
border-color css
<style>
span { border-color: #D28C70; }
span { border-color: rgb(210,140,112); }
td.TdClassName
{
border-color: #D28C70;
}
.TagClassName
{
border-color: #D28C70;
}
</style>