Shades of Feldspar #D5927A
Tints of Feldspar #D5927A
RGB
CMYK
RGB Variations
Color information
#D5927A (or 0xD5927A) is known color: Feldspar. HEX triplet: D5, 92 and 7A. RGB value is (213,146,122). Sum of RGB (Red+Green+Blue) = 213+146+122=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5927A is #2A6D85. Grayscale: #A3A3A3. Windows color (decimal): -2780550 or 8032981. OLE color: 8032981.
HSL color Cylindrical-coordinate representation of color #D5927A: hue angle of 15.82º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5927A is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 122 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.16 |
| HSL | 15.82º | 0.52% | 0.66% | - |
| HSV(B) | 15.82º | 0.43% | 0.84% | - |
| XYZ | 41.23 | 36.11 | 23.21 | - |
| YUV | 163.3 | 104.7 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 122 | 0 | 0.31 | 0.43 | 0.16 | 15.82 | 0.52 | 0.66 |
| Hex | D5 | 92 | 7A | 0 | 1F | 2B | 10 | 10 | 34 | 42 |
| Octal | 325 | 222 | 172 | 0 | 37 | 53 | 20 | 20 | 64 | 102 |
| Binary | 11010101 | 10010010 | 1111010 | 0 | 11111 | 101011 | 10000 | 10000 | 110100 | 1000010 |
Color Harmonies of #D5927A
Complementary color
Monochromatic Colors of #D5927A
Black with #D5927A
Text Example
Text Example
White with #D5927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5927A; }
p { color: rgb(213,146,122); }
H1.HeaderClassName
{
color: #D5927A;
}
.AnyTagClassName
{
color: #D5927A;
}
</style>
background-color css
<style>
a { background-color: #D5927A; }
a { background-color: rgb(213,146,122); }
div.DivClassName
{
background-color: #D5927A;
}
.BgClassName
{
background-color: #D5927A;
}
</style>
border-color css
<style>
span { border-color: #D5927A; }
span { border-color: rgb(213,146,122); }
td.TdClassName
{
border-color: #D5927A;
}
.TagClassName
{
border-color: #D5927A;
}
</style>