Shades of Feldspar #D5936E
Tints of Feldspar #D5936E
RGB
CMYK
RGB Variations
Color information
#D5936E (or 0xD5936E) is known color: Feldspar. HEX triplet: D5, 93 and 6E. RGB value is (213,147,110). Sum of RGB (Red+Green+Blue) = 213+147+110=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5936E is #2A6C91. Grayscale: #A2A2A2. Windows color (decimal): -2780306 or 7246805. OLE color: 7246805.
HSL color Cylindrical-coordinate representation of color #D5936E: hue angle of 21.55º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5936E is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 110 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.16 |
| HSL | 21.55º | 0.55% | 0.63% | - |
| HSV(B) | 21.55º | 0.48% | 0.84% | - |
| XYZ | 40.69 | 36.14 | 19.58 | - |
| YUV | 162.52 | 98.37 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 110 | 0 | 0.31 | 0.48 | 0.16 | 21.55 | 0.55 | 0.63 |
| Hex | D5 | 93 | 6E | 0 | 1F | 30 | 10 | 16 | 37 | 3F |
| Octal | 325 | 223 | 156 | 0 | 37 | 60 | 20 | 26 | 67 | 77 |
| Binary | 11010101 | 10010011 | 1101110 | 0 | 11111 | 110000 | 10000 | 10110 | 110111 | 111111 |
Color Harmonies of #D5936E
Complementary color
Monochromatic Colors of #D5936E
Black with #D5936E
Text Example
Text Example
White with #D5936E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5936E; }
p { color: rgb(213,147,110); }
H1.HeaderClassName
{
color: #D5936E;
}
.AnyTagClassName
{
color: #D5936E;
}
</style>
background-color css
<style>
a { background-color: #D5936E; }
a { background-color: rgb(213,147,110); }
div.DivClassName
{
background-color: #D5936E;
}
.BgClassName
{
background-color: #D5936E;
}
</style>
border-color css
<style>
span { border-color: #D5936E; }
span { border-color: rgb(213,147,110); }
td.TdClassName
{
border-color: #D5936E;
}
.TagClassName
{
border-color: #D5936E;
}
</style>