Shades of Feldspar #D5977A
Tints of Feldspar #D5977A
RGB
CMYK
RGB Variations
Color information
#D5977A (or 0xD5977A) is known color: Feldspar. HEX triplet: D5, 97 and 7A. RGB value is (213,151,122). Sum of RGB (Red+Green+Blue) = 213+151+122=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5977A is #2A6885. Grayscale: #A6A6A6. Windows color (decimal): -2779270 or 8034261. OLE color: 8034261.
HSL color Cylindrical-coordinate representation of color #D5977A: hue angle of 19.12º 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 #D5977A is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 122 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.16 |
| HSL | 19.12º | 0.52% | 0.66% | - |
| HSV(B) | 19.12º | 0.43% | 0.84% | - |
| XYZ | 42.02 | 37.68 | 23.47 | - |
| YUV | 166.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 122 | 0 | 0.29 | 0.43 | 0.16 | 19.12 | 0.52 | 0.66 |
| Hex | D5 | 97 | 7A | 0 | 1D | 2B | 10 | 13 | 34 | 42 |
| Octal | 325 | 227 | 172 | 0 | 35 | 53 | 20 | 23 | 64 | 102 |
| Binary | 11010101 | 10010111 | 1111010 | 0 | 11101 | 101011 | 10000 | 10011 | 110100 | 1000010 |
Color Harmonies of #D5977A
Complementary color
Monochromatic Colors of #D5977A
Black with #D5977A
Text Example
Text Example
White with #D5977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5977A; }
p { color: rgb(213,151,122); }
H1.HeaderClassName
{
color: #D5977A;
}
.AnyTagClassName
{
color: #D5977A;
}
</style>
background-color css
<style>
a { background-color: #D5977A; }
a { background-color: rgb(213,151,122); }
div.DivClassName
{
background-color: #D5977A;
}
.BgClassName
{
background-color: #D5977A;
}
</style>
border-color css
<style>
span { border-color: #D5977A; }
span { border-color: rgb(213,151,122); }
td.TdClassName
{
border-color: #D5977A;
}
.TagClassName
{
border-color: #D5977A;
}
</style>