Shades of Feldspar #D59878
Tints of Feldspar #D59878
RGB
CMYK
RGB Variations
Color information
#D59878 (or 0xD59878) is known color: Feldspar. HEX triplet: D5, 98 and 78. RGB value is (213,152,120). Sum of RGB (Red+Green+Blue) = 213+152+120=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D59878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59878 is #2A6787. Grayscale: #A6A6A6. Windows color (decimal): -2779016 or 7903445. OLE color: 7903445.
HSL color Cylindrical-coordinate representation of color #D59878: hue angle of 20.65º 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 #D59878 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 120 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.16 |
| HSL | 20.65º | 0.53% | 0.65% | - |
| HSV(B) | 20.65º | 0.44% | 0.84% | - |
| XYZ | 42.06 | 37.96 | 22.88 | - |
| YUV | 166.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 120 | 0 | 0.29 | 0.44 | 0.16 | 20.65 | 0.53 | 0.65 |
| Hex | D5 | 98 | 78 | 0 | 1D | 2C | 10 | 15 | 35 | 41 |
| Octal | 325 | 230 | 170 | 0 | 35 | 54 | 20 | 25 | 65 | 101 |
| Binary | 11010101 | 10011000 | 1111000 | 0 | 11101 | 101100 | 10000 | 10101 | 110101 | 1000001 |
Color Harmonies of #D59878
Complementary color
Monochromatic Colors of #D59878
Black with #D59878
Text Example
Text Example
White with #D59878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59878; }
p { color: rgb(213,152,120); }
H1.HeaderClassName
{
color: #D59878;
}
.AnyTagClassName
{
color: #D59878;
}
</style>
background-color css
<style>
a { background-color: #D59878; }
a { background-color: rgb(213,152,120); }
div.DivClassName
{
background-color: #D59878;
}
.BgClassName
{
background-color: #D59878;
}
</style>
border-color css
<style>
span { border-color: #D59878; }
span { border-color: rgb(213,152,120); }
td.TdClassName
{
border-color: #D59878;
}
.TagClassName
{
border-color: #D59878;
}
</style>