Shades of Feldspar #D28D77
Tints of Feldspar #D28D77
RGB
CMYK
RGB Variations
Color information
#D28D77 (or 0xD28D77) is known color: Feldspar. HEX triplet: D2, 8D and 77. RGB value is (210,141,119). Sum of RGB (Red+Green+Blue) = 210+141+119=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28D77 is #2D7288. Grayscale: #9F9F9F. Windows color (decimal): -2978441 or 7835090. OLE color: 7835090.
HSL color Cylindrical-coordinate representation of color #D28D77: hue angle of 14.51º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D28D77 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 119 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.18 |
| HSL | 14.51º | 0.5% | 0.65% | - |
| HSV(B) | 14.51º | 0.43% | 0.82% | - |
| XYZ | 39.43 | 34.08 | 21.95 | - |
| YUV | 159.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 119 | 0 | 0.33 | 0.43 | 0.18 | 14.51 | 0.5 | 0.65 |
| Hex | D2 | 8D | 77 | 0 | 21 | 2B | 12 | F | 32 | 41 |
| Octal | 322 | 215 | 167 | 0 | 41 | 53 | 22 | 17 | 62 | 101 |
| Binary | 11010010 | 10001101 | 1110111 | 0 | 100001 | 101011 | 10010 | 1111 | 110010 | 1000001 |
Color Harmonies of #D28D77
Complementary color
Monochromatic Colors of #D28D77
Black with #D28D77
Text Example
Text Example
White with #D28D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28D77; }
p { color: rgb(210,141,119); }
H1.HeaderClassName
{
color: #D28D77;
}
.AnyTagClassName
{
color: #D28D77;
}
</style>
background-color css
<style>
a { background-color: #D28D77; }
a { background-color: rgb(210,141,119); }
div.DivClassName
{
background-color: #D28D77;
}
.BgClassName
{
background-color: #D28D77;
}
</style>
border-color css
<style>
span { border-color: #D28D77; }
span { border-color: rgb(210,141,119); }
td.TdClassName
{
border-color: #D28D77;
}
.TagClassName
{
border-color: #D28D77;
}
</style>