Shades of Feldspar #D59277
Tints of Feldspar #D59277
RGB
CMYK
RGB Variations
Color information
#D59277 (or 0xD59277) is known color: Feldspar. HEX triplet: D5, 92 and 77. RGB value is (213,146,119). Sum of RGB (Red+Green+Blue) = 213+146+119=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D59277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59277 is #2A6D88. Grayscale: #A3A3A3. Windows color (decimal): -2780553 or 7836373. OLE color: 7836373.
HSL color Cylindrical-coordinate representation of color #D59277: hue angle of 17.23º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D59277 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 119 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.16 |
| HSL | 17.23º | 0.53% | 0.65% | - |
| HSV(B) | 17.23º | 0.44% | 0.84% | - |
| XYZ | 41.05 | 36.04 | 22.24 | - |
| YUV | 162.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 119 | 0 | 0.31 | 0.44 | 0.16 | 17.23 | 0.53 | 0.65 |
| Hex | D5 | 92 | 77 | 0 | 1F | 2C | 10 | 11 | 35 | 41 |
| Octal | 325 | 222 | 167 | 0 | 37 | 54 | 20 | 21 | 65 | 101 |
| Binary | 11010101 | 10010010 | 1110111 | 0 | 11111 | 101100 | 10000 | 10001 | 110101 | 1000001 |
Color Harmonies of #D59277
Complementary color
Monochromatic Colors of #D59277
Black with #D59277
Text Example
Text Example
White with #D59277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59277; }
p { color: rgb(213,146,119); }
H1.HeaderClassName
{
color: #D59277;
}
.AnyTagClassName
{
color: #D59277;
}
</style>
background-color css
<style>
a { background-color: #D59277; }
a { background-color: rgb(213,146,119); }
div.DivClassName
{
background-color: #D59277;
}
.BgClassName
{
background-color: #D59277;
}
</style>
border-color css
<style>
span { border-color: #D59277; }
span { border-color: rgb(213,146,119); }
td.TdClassName
{
border-color: #D59277;
}
.TagClassName
{
border-color: #D59277;
}
</style>