Shades of Feldspar #D5986D
Tints of Feldspar #D5986D
RGB
CMYK
RGB Variations
Color information
#D5986D (or 0xD5986D) is known color: Feldspar. HEX triplet: D5, 98 and 6D. RGB value is (213,152,109). Sum of RGB (Red+Green+Blue) = 213+152+109=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5986D is #2A6792. Grayscale: #A5A5A5. Windows color (decimal): -2779027 or 7182549. OLE color: 7182549.
HSL color Cylindrical-coordinate representation of color #D5986D: hue angle of 24.81º 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 #D5986D is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 109 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.16 |
| HSL | 24.81º | 0.55% | 0.63% | - |
| HSV(B) | 24.81º | 0.49% | 0.84% | - |
| XYZ | 41.43 | 37.71 | 19.56 | - |
| YUV | 165.34 | 96.21 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 109 | 0 | 0.29 | 0.49 | 0.16 | 24.81 | 0.55 | 0.63 |
| Hex | D5 | 98 | 6D | 0 | 1D | 31 | 10 | 19 | 37 | 3F |
| Octal | 325 | 230 | 155 | 0 | 35 | 61 | 20 | 31 | 67 | 77 |
| Binary | 11010101 | 10011000 | 1101101 | 0 | 11101 | 110001 | 10000 | 11001 | 110111 | 111111 |
Color Harmonies of #D5986D
Complementary color
Monochromatic Colors of #D5986D
Black with #D5986D
Text Example
Text Example
White with #D5986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5986D; }
p { color: rgb(213,152,109); }
H1.HeaderClassName
{
color: #D5986D;
}
.AnyTagClassName
{
color: #D5986D;
}
</style>
background-color css
<style>
a { background-color: #D5986D; }
a { background-color: rgb(213,152,109); }
div.DivClassName
{
background-color: #D5986D;
}
.BgClassName
{
background-color: #D5986D;
}
</style>
border-color css
<style>
span { border-color: #D5986D; }
span { border-color: rgb(213,152,109); }
td.TdClassName
{
border-color: #D5986D;
}
.TagClassName
{
border-color: #D5986D;
}
</style>