Shades of Feldspar #D2916F
Tints of Feldspar #D2916F
RGB
CMYK
RGB Variations
Color information
#D2916F (or 0xD2916F) is known color: Feldspar. HEX triplet: D2, 91 and 6F. RGB value is (210,145,111). Sum of RGB (Red+Green+Blue) = 210+145+111=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2916F is #2D6E90. Grayscale: #A0A0A0. Windows color (decimal): -2977425 or 7311826. OLE color: 7311826.
HSL color Cylindrical-coordinate representation of color #D2916F: hue angle of 20.61º 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 #D2916F is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 111 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.18 |
| HSL | 20.61º | 0.52% | 0.63% | - |
| HSV(B) | 20.61º | 0.47% | 0.82% | - |
| XYZ | 39.57 | 35.1 | 19.73 | - |
| YUV | 160.56 | 100.03 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 111 | 0 | 0.31 | 0.47 | 0.18 | 20.61 | 0.52 | 0.63 |
| Hex | D2 | 91 | 6F | 0 | 1F | 2F | 12 | 15 | 34 | 3F |
| Octal | 322 | 221 | 157 | 0 | 37 | 57 | 22 | 25 | 64 | 77 |
| Binary | 11010010 | 10010001 | 1101111 | 0 | 11111 | 101111 | 10010 | 10101 | 110100 | 111111 |
Color Harmonies of #D2916F
Complementary color
Monochromatic Colors of #D2916F
Black with #D2916F
Text Example
Text Example
White with #D2916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2916F; }
p { color: rgb(210,145,111); }
H1.HeaderClassName
{
color: #D2916F;
}
.AnyTagClassName
{
color: #D2916F;
}
</style>
background-color css
<style>
a { background-color: #D2916F; }
a { background-color: rgb(210,145,111); }
div.DivClassName
{
background-color: #D2916F;
}
.BgClassName
{
background-color: #D2916F;
}
</style>
border-color css
<style>
span { border-color: #D2916F; }
span { border-color: rgb(210,145,111); }
td.TdClassName
{
border-color: #D2916F;
}
.TagClassName
{
border-color: #D2916F;
}
</style>