Shades of Feldspar #D59B78
Tints of Feldspar #D59B78
RGB
CMYK
RGB Variations
Color information
#D59B78 (or 0xD59B78) is known color: Feldspar. HEX triplet: D5, 9B and 78. RGB value is (213,155,120). Sum of RGB (Red+Green+Blue) = 213+155+120=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B78 is #2A6487. Grayscale: #A8A8A8. Windows color (decimal): -2778248 or 7904213. OLE color: 7904213.
HSL color Cylindrical-coordinate representation of color #D59B78: hue angle of 22.58º 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 #D59B78 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 120 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.16 |
| HSL | 22.58º | 0.53% | 0.65% | - |
| HSV(B) | 22.58º | 0.44% | 0.84% | - |
| XYZ | 42.55 | 38.94 | 23.04 | - |
| YUV | 168.35 | 100.72 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 120 | 0 | 0.27 | 0.44 | 0.16 | 22.58 | 0.53 | 0.65 |
| Hex | D5 | 9B | 78 | 0 | 1B | 2C | 10 | 17 | 35 | 41 |
| Octal | 325 | 233 | 170 | 0 | 33 | 54 | 20 | 27 | 65 | 101 |
| Binary | 11010101 | 10011011 | 1111000 | 0 | 11011 | 101100 | 10000 | 10111 | 110101 | 1000001 |
Color Harmonies of #D59B78
Complementary color
Monochromatic Colors of #D59B78
Black with #D59B78
Text Example
Text Example
White with #D59B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B78; }
p { color: rgb(213,155,120); }
H1.HeaderClassName
{
color: #D59B78;
}
.AnyTagClassName
{
color: #D59B78;
}
</style>
background-color css
<style>
a { background-color: #D59B78; }
a { background-color: rgb(213,155,120); }
div.DivClassName
{
background-color: #D59B78;
}
.BgClassName
{
background-color: #D59B78;
}
</style>
border-color css
<style>
span { border-color: #D59B78; }
span { border-color: rgb(213,155,120); }
td.TdClassName
{
border-color: #D59B78;
}
.TagClassName
{
border-color: #D59B78;
}
</style>