Shades of Feldspar #D59178
Tints of Feldspar #D59178
RGB
CMYK
RGB Variations
Color information
#D59178 (or 0xD59178) is known color: Feldspar. HEX triplet: D5, 91 and 78. RGB value is (213,145,120). Sum of RGB (Red+Green+Blue) = 213+145+120=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D59178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59178 is #2A6E87. Grayscale: #A2A2A2. Windows color (decimal): -2780808 or 7901653. OLE color: 7901653.
HSL color Cylindrical-coordinate representation of color #D59178: hue angle of 16.13º 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 #D59178 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 120 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.16 |
| HSL | 16.13º | 0.53% | 0.65% | - |
| HSV(B) | 16.13º | 0.44% | 0.84% | - |
| XYZ | 40.96 | 35.75 | 22.51 | - |
| YUV | 162.48 | 104.03 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 120 | 0 | 0.32 | 0.44 | 0.16 | 16.13 | 0.53 | 0.65 |
| Hex | D5 | 91 | 78 | 0 | 20 | 2C | 10 | 10 | 35 | 41 |
| Octal | 325 | 221 | 170 | 0 | 40 | 54 | 20 | 20 | 65 | 101 |
| Binary | 11010101 | 10010001 | 1111000 | 0 | 100000 | 101100 | 10000 | 10000 | 110101 | 1000001 |
Color Harmonies of #D59178
Complementary color
Monochromatic Colors of #D59178
Black with #D59178
Text Example
Text Example
White with #D59178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59178; }
p { color: rgb(213,145,120); }
H1.HeaderClassName
{
color: #D59178;
}
.AnyTagClassName
{
color: #D59178;
}
</style>
background-color css
<style>
a { background-color: #D59178; }
a { background-color: rgb(213,145,120); }
div.DivClassName
{
background-color: #D59178;
}
.BgClassName
{
background-color: #D59178;
}
</style>
border-color css
<style>
span { border-color: #D59178; }
span { border-color: rgb(213,145,120); }
td.TdClassName
{
border-color: #D59178;
}
.TagClassName
{
border-color: #D59178;
}
</style>