Shades of Feldspar #D59379
Tints of Feldspar #D59379
RGB
CMYK
RGB Variations
Color information
#D59379 (or 0xD59379) is known color: Feldspar. HEX triplet: D5, 93 and 79. RGB value is (213,147,121). Sum of RGB (Red+Green+Blue) = 213+147+121=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D59379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59379 is #2A6C86. Grayscale: #A3A3A3. Windows color (decimal): -2780295 or 7967701. OLE color: 7967701.
HSL color Cylindrical-coordinate representation of color #D59379: hue angle of 16.96º 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 #D59379 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 121 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.16 |
| HSL | 16.96º | 0.52% | 0.65% | - |
| HSV(B) | 16.96º | 0.43% | 0.84% | - |
| XYZ | 41.33 | 36.39 | 22.94 | - |
| YUV | 163.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 121 | 0 | 0.31 | 0.43 | 0.16 | 16.96 | 0.52 | 0.65 |
| Hex | D5 | 93 | 79 | 0 | 1F | 2B | 10 | 11 | 34 | 41 |
| Octal | 325 | 223 | 171 | 0 | 37 | 53 | 20 | 21 | 64 | 101 |
| Binary | 11010101 | 10010011 | 1111001 | 0 | 11111 | 101011 | 10000 | 10001 | 110100 | 1000001 |
Color Harmonies of #D59379
Complementary color
Monochromatic Colors of #D59379
Black with #D59379
Text Example
Text Example
White with #D59379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59379; }
p { color: rgb(213,147,121); }
H1.HeaderClassName
{
color: #D59379;
}
.AnyTagClassName
{
color: #D59379;
}
</style>
background-color css
<style>
a { background-color: #D59379; }
a { background-color: rgb(213,147,121); }
div.DivClassName
{
background-color: #D59379;
}
.BgClassName
{
background-color: #D59379;
}
</style>
border-color css
<style>
span { border-color: #D59379; }
span { border-color: rgb(213,147,121); }
td.TdClassName
{
border-color: #D59379;
}
.TagClassName
{
border-color: #D59379;
}
</style>