Shades of Feldspar #D5937D
Tints of Feldspar #D5937D
RGB
CMYK
RGB Variations
Color information
#D5937D (or 0xD5937D) is known color: Feldspar. HEX triplet: D5, 93 and 7D. RGB value is (213,147,125). Sum of RGB (Red+Green+Blue) = 213+147+125=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5937D is #2A6C82. Grayscale: #A4A4A4. Windows color (decimal): -2780291 or 8229845. OLE color: 8229845.
HSL color Cylindrical-coordinate representation of color #D5937D: hue angle of 15º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5937D is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 125 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.16 |
| HSL | 15º | 0.51% | 0.66% | - |
| HSV(B) | 15º | 0.41% | 0.84% | - |
| XYZ | 41.58 | 36.49 | 24.25 | - |
| YUV | 164.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 125 | 0 | 0.31 | 0.41 | 0.16 | 15 | 0.51 | 0.66 |
| Hex | D5 | 93 | 7D | 0 | 1F | 29 | 10 | F | 33 | 42 |
| Octal | 325 | 223 | 175 | 0 | 37 | 51 | 20 | 17 | 63 | 102 |
| Binary | 11010101 | 10010011 | 1111101 | 0 | 11111 | 101001 | 10000 | 1111 | 110011 | 1000010 |
Color Harmonies of #D5937D
Complementary color
Monochromatic Colors of #D5937D
Black with #D5937D
Text Example
Text Example
White with #D5937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5937D; }
p { color: rgb(213,147,125); }
H1.HeaderClassName
{
color: #D5937D;
}
.AnyTagClassName
{
color: #D5937D;
}
</style>
background-color css
<style>
a { background-color: #D5937D; }
a { background-color: rgb(213,147,125); }
div.DivClassName
{
background-color: #D5937D;
}
.BgClassName
{
background-color: #D5937D;
}
</style>
border-color css
<style>
span { border-color: #D5937D; }
span { border-color: rgb(213,147,125); }
td.TdClassName
{
border-color: #D5937D;
}
.TagClassName
{
border-color: #D5937D;
}
</style>