Shades of Feldspar #D5977B
Tints of Feldspar #D5977B
RGB
CMYK
RGB Variations
Color information
#D5977B (or 0xD5977B) is known color: Feldspar. HEX triplet: D5, 97 and 7B. RGB value is (213,151,123). Sum of RGB (Red+Green+Blue) = 213+151+123=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5977B is #2A6884. Grayscale: #A6A6A6. Windows color (decimal): -2779269 or 8099797. OLE color: 8099797.
HSL color Cylindrical-coordinate representation of color #D5977B: hue angle of 18.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5977B is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 123 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.16 |
| HSL | 18.67º | 0.52% | 0.66% | - |
| HSV(B) | 18.67º | 0.42% | 0.84% | - |
| XYZ | 42.08 | 37.71 | 23.8 | - |
| YUV | 166.35 | 103.54 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 123 | 0 | 0.29 | 0.42 | 0.16 | 18.67 | 0.52 | 0.66 |
| Hex | D5 | 97 | 7B | 0 | 1D | 2A | 10 | 13 | 34 | 42 |
| Octal | 325 | 227 | 173 | 0 | 35 | 52 | 20 | 23 | 64 | 102 |
| Binary | 11010101 | 10010111 | 1111011 | 0 | 11101 | 101010 | 10000 | 10011 | 110100 | 1000010 |
Color Harmonies of #D5977B
Complementary color
Monochromatic Colors of #D5977B
Black with #D5977B
Text Example
Text Example
White with #D5977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5977B; }
p { color: rgb(213,151,123); }
H1.HeaderClassName
{
color: #D5977B;
}
.AnyTagClassName
{
color: #D5977B;
}
</style>
background-color css
<style>
a { background-color: #D5977B; }
a { background-color: rgb(213,151,123); }
div.DivClassName
{
background-color: #D5977B;
}
.BgClassName
{
background-color: #D5977B;
}
</style>
border-color css
<style>
span { border-color: #D5977B; }
span { border-color: rgb(213,151,123); }
td.TdClassName
{
border-color: #D5977B;
}
.TagClassName
{
border-color: #D5977B;
}
</style>