Shades of Feldspar #D2937E
Tints of Feldspar #D2937E
RGB
CMYK
RGB Variations
Color information
#D2937E (or 0xD2937E) is known color: Feldspar. HEX triplet: D2, 93 and 7E. RGB value is (210,147,126). Sum of RGB (Red+Green+Blue) = 210+147+126=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2937E is #2D6C81. Grayscale: #A3A3A3. Windows color (decimal): -2976898 or 8295378. OLE color: 8295378.
HSL color Cylindrical-coordinate representation of color #D2937E: hue angle of 15º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2937E is Cyan = 0, Magento = 0.30, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 126 | - |
| CMYK | 0 | 0.30 | 0.4 | 0.18 |
| HSL | 15º | 0.48% | 0.66% | - |
| HSV(B) | 15º | 0.4% | 0.82% | - |
| XYZ | 40.78 | 36.08 | 24.55 | - |
| YUV | 163.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 126 | 0 | 0.30 | 0.4 | 0.18 | 15 | 0.48 | 0.66 |
| Hex | D2 | 93 | 7E | 0 | 1E | 28 | 12 | F | 30 | 42 |
| Octal | 322 | 223 | 176 | 0 | 36 | 50 | 22 | 17 | 60 | 102 |
| Binary | 11010010 | 10010011 | 1111110 | 0 | 11110 | 101000 | 10010 | 1111 | 110000 | 1000010 |
Color Harmonies of #D2937E
Complementary color
Monochromatic Colors of #D2937E
Black with #D2937E
Text Example
Text Example
White with #D2937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2937E; }
p { color: rgb(210,147,126); }
H1.HeaderClassName
{
color: #D2937E;
}
.AnyTagClassName
{
color: #D2937E;
}
</style>
background-color css
<style>
a { background-color: #D2937E; }
a { background-color: rgb(210,147,126); }
div.DivClassName
{
background-color: #D2937E;
}
.BgClassName
{
background-color: #D2937E;
}
</style>
border-color css
<style>
span { border-color: #D2937E; }
span { border-color: rgb(210,147,126); }
td.TdClassName
{
border-color: #D2937E;
}
.TagClassName
{
border-color: #D2937E;
}
</style>