Shades of Feldspar #D5926D
Tints of Feldspar #D5926D
RGB
CMYK
RGB Variations
Color information
#D5926D (or 0xD5926D) is known color: Feldspar. HEX triplet: D5, 92 and 6D. RGB value is (213,146,109). Sum of RGB (Red+Green+Blue) = 213+146+109=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5926D is #2A6D92. Grayscale: #A2A2A2. Windows color (decimal): -2780563 or 7181013. OLE color: 7181013.
HSL color Cylindrical-coordinate representation of color #D5926D: hue angle of 21.35º 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 #D5926D is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 109 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.16 |
| HSL | 21.35º | 0.55% | 0.63% | - |
| HSV(B) | 21.35º | 0.49% | 0.84% | - |
| XYZ | 40.48 | 35.81 | 19.25 | - |
| YUV | 161.82 | 98.2 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 109 | 0 | 0.31 | 0.49 | 0.16 | 21.35 | 0.55 | 0.63 |
| Hex | D5 | 92 | 6D | 0 | 1F | 31 | 10 | 15 | 37 | 3F |
| Octal | 325 | 222 | 155 | 0 | 37 | 61 | 20 | 25 | 67 | 77 |
| Binary | 11010101 | 10010010 | 1101101 | 0 | 11111 | 110001 | 10000 | 10101 | 110111 | 111111 |
Color Harmonies of #D5926D
Complementary color
Monochromatic Colors of #D5926D
Black with #D5926D
Text Example
Text Example
White with #D5926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5926D; }
p { color: rgb(213,146,109); }
H1.HeaderClassName
{
color: #D5926D;
}
.AnyTagClassName
{
color: #D5926D;
}
</style>
background-color css
<style>
a { background-color: #D5926D; }
a { background-color: rgb(213,146,109); }
div.DivClassName
{
background-color: #D5926D;
}
.BgClassName
{
background-color: #D5926D;
}
</style>
border-color css
<style>
span { border-color: #D5926D; }
span { border-color: rgb(213,146,109); }
td.TdClassName
{
border-color: #D5926D;
}
.TagClassName
{
border-color: #D5926D;
}
</style>