Shades of Feldspar #D28F74
Tints of Feldspar #D28F74
RGB
CMYK
RGB Variations
Color information
#D28F74 (or 0xD28F74) is known color: Feldspar. HEX triplet: D2, 8F and 74. RGB value is (210,143,116). Sum of RGB (Red+Green+Blue) = 210+143+116=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28F74 is #2D708B. Grayscale: #A0A0A0. Windows color (decimal): -2977932 or 7638994. OLE color: 7638994.
HSL color Cylindrical-coordinate representation of color #D28F74: hue angle of 17.23º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D28F74 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 116 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.18 |
| HSL | 17.23º | 0.51% | 0.64% | - |
| HSV(B) | 17.23º | 0.45% | 0.82% | - |
| XYZ | 39.55 | 34.61 | 21.12 | - |
| YUV | 159.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 116 | 0 | 0.32 | 0.45 | 0.18 | 17.23 | 0.51 | 0.64 |
| Hex | D2 | 8F | 74 | 0 | 20 | 2D | 12 | 11 | 33 | 40 |
| Octal | 322 | 217 | 164 | 0 | 40 | 55 | 22 | 21 | 63 | 100 |
| Binary | 11010010 | 10001111 | 1110100 | 0 | 100000 | 101101 | 10010 | 10001 | 110011 | 1000000 |
Color Harmonies of #D28F74
Complementary color
Monochromatic Colors of #D28F74
Black with #D28F74
Text Example
Text Example
White with #D28F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F74; }
p { color: rgb(210,143,116); }
H1.HeaderClassName
{
color: #D28F74;
}
.AnyTagClassName
{
color: #D28F74;
}
</style>
background-color css
<style>
a { background-color: #D28F74; }
a { background-color: rgb(210,143,116); }
div.DivClassName
{
background-color: #D28F74;
}
.BgClassName
{
background-color: #D28F74;
}
</style>
border-color css
<style>
span { border-color: #D28F74; }
span { border-color: rgb(210,143,116); }
td.TdClassName
{
border-color: #D28F74;
}
.TagClassName
{
border-color: #D28F74;
}
</style>