Shades of Feldspar #D5956D
Tints of Feldspar #D5956D
RGB
CMYK
RGB Variations
Color information
#D5956D (or 0xD5956D) is known color: Feldspar. HEX triplet: D5, 95 and 6D. RGB value is (213,149,109). Sum of RGB (Red+Green+Blue) = 213+149+109=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5956D is #2A6A92. Grayscale: #A3A3A3. Windows color (decimal): -2779795 or 7181781. OLE color: 7181781.
HSL color Cylindrical-coordinate representation of color #D5956D: hue angle of 23.08º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5956D is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 109 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.16 |
| HSL | 23.08º | 0.55% | 0.63% | - |
| HSV(B) | 23.08º | 0.49% | 0.84% | - |
| XYZ | 40.95 | 36.75 | 19.4 | - |
| YUV | 163.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 109 | 0 | 0.30 | 0.49 | 0.16 | 23.08 | 0.55 | 0.63 |
| Hex | D5 | 95 | 6D | 0 | 1E | 31 | 10 | 17 | 37 | 3F |
| Octal | 325 | 225 | 155 | 0 | 36 | 61 | 20 | 27 | 67 | 77 |
| Binary | 11010101 | 10010101 | 1101101 | 0 | 11110 | 110001 | 10000 | 10111 | 110111 | 111111 |
Color Harmonies of #D5956D
Complementary color
Monochromatic Colors of #D5956D
Black with #D5956D
Text Example
Text Example
White with #D5956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5956D; }
p { color: rgb(213,149,109); }
H1.HeaderClassName
{
color: #D5956D;
}
.AnyTagClassName
{
color: #D5956D;
}
</style>
background-color css
<style>
a { background-color: #D5956D; }
a { background-color: rgb(213,149,109); }
div.DivClassName
{
background-color: #D5956D;
}
.BgClassName
{
background-color: #D5956D;
}
</style>
border-color css
<style>
span { border-color: #D5956D; }
span { border-color: rgb(213,149,109); }
td.TdClassName
{
border-color: #D5956D;
}
.TagClassName
{
border-color: #D5956D;
}
</style>