Shades of Feldspar #D59279
Tints of Feldspar #D59279
RGB
CMYK
RGB Variations
Color information
#D59279 (or 0xD59279) is known color: Feldspar. HEX triplet: D5, 92 and 79. RGB value is (213,146,121). Sum of RGB (Red+Green+Blue) = 213+146+121=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D59279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59279 is #2A6D86. Grayscale: #A3A3A3. Windows color (decimal): -2780551 or 7967445. OLE color: 7967445.
HSL color Cylindrical-coordinate representation of color #D59279: hue angle of 16.3º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D59279 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 121 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.16 |
| HSL | 16.3º | 0.52% | 0.65% | - |
| HSV(B) | 16.3º | 0.43% | 0.84% | - |
| XYZ | 41.17 | 36.08 | 22.88 | - |
| YUV | 163.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 121 | 0 | 0.31 | 0.43 | 0.16 | 16.3 | 0.52 | 0.65 |
| Hex | D5 | 92 | 79 | 0 | 1F | 2B | 10 | 10 | 34 | 41 |
| Octal | 325 | 222 | 171 | 0 | 37 | 53 | 20 | 20 | 64 | 101 |
| Binary | 11010101 | 10010010 | 1111001 | 0 | 11111 | 101011 | 10000 | 10000 | 110100 | 1000001 |
Color Harmonies of #D59279
Complementary color
Monochromatic Colors of #D59279
Black with #D59279
Text Example
Text Example
White with #D59279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59279; }
p { color: rgb(213,146,121); }
H1.HeaderClassName
{
color: #D59279;
}
.AnyTagClassName
{
color: #D59279;
}
</style>
background-color css
<style>
a { background-color: #D59279; }
a { background-color: rgb(213,146,121); }
div.DivClassName
{
background-color: #D59279;
}
.BgClassName
{
background-color: #D59279;
}
</style>
border-color css
<style>
span { border-color: #D59279; }
span { border-color: rgb(213,146,121); }
td.TdClassName
{
border-color: #D59279;
}
.TagClassName
{
border-color: #D59279;
}
</style>