Shades of Feldspar #D28E6D
Tints of Feldspar #D28E6D
RGB
CMYK
RGB Variations
Color information
#D28E6D (or 0xD28E6D) is known color: Feldspar. HEX triplet: D2, 8E and 6D. RGB value is (210,142,109). Sum of RGB (Red+Green+Blue) = 210+142+109=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28E6D is #2D7192. Grayscale: #9E9E9E. Windows color (decimal): -2978195 or 7179986. OLE color: 7179986.
HSL color Cylindrical-coordinate representation of color #D28E6D: hue angle of 19.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D28E6D is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 109 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.18 |
| HSL | 19.6º | 0.53% | 0.63% | - |
| HSV(B) | 19.6º | 0.48% | 0.82% | - |
| XYZ | 39.01 | 34.15 | 19 | - |
| YUV | 158.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 109 | 0 | 0.32 | 0.48 | 0.18 | 19.6 | 0.53 | 0.63 |
| Hex | D2 | 8E | 6D | 0 | 20 | 30 | 12 | 14 | 35 | 3F |
| Octal | 322 | 216 | 155 | 0 | 40 | 60 | 22 | 24 | 65 | 77 |
| Binary | 11010010 | 10001110 | 1101101 | 0 | 100000 | 110000 | 10010 | 10100 | 110101 | 111111 |
Color Harmonies of #D28E6D
Complementary color
Monochromatic Colors of #D28E6D
Black with #D28E6D
Text Example
Text Example
White with #D28E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28E6D; }
p { color: rgb(210,142,109); }
H1.HeaderClassName
{
color: #D28E6D;
}
.AnyTagClassName
{
color: #D28E6D;
}
</style>
background-color css
<style>
a { background-color: #D28E6D; }
a { background-color: rgb(210,142,109); }
div.DivClassName
{
background-color: #D28E6D;
}
.BgClassName
{
background-color: #D28E6D;
}
</style>
border-color css
<style>
span { border-color: #D28E6D; }
span { border-color: rgb(210,142,109); }
td.TdClassName
{
border-color: #D28E6D;
}
.TagClassName
{
border-color: #D28E6D;
}
</style>