Shades of Feldspar #D59778
Tints of Feldspar #D59778
RGB
CMYK
RGB Variations
Color information
#D59778 (or 0xD59778) is known color: Feldspar. HEX triplet: D5, 97 and 78. RGB value is (213,151,120). Sum of RGB (Red+Green+Blue) = 213+151+120=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D59778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59778 is #2A6887. Grayscale: #A6A6A6. Windows color (decimal): -2779272 or 7903189. OLE color: 7903189.
HSL color Cylindrical-coordinate representation of color #D59778: hue angle of 20º 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 #D59778 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 120 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.16 |
| HSL | 20º | 0.53% | 0.65% | - |
| HSV(B) | 20º | 0.44% | 0.84% | - |
| XYZ | 41.9 | 37.64 | 22.83 | - |
| YUV | 166 | 102.04 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 120 | 0 | 0.29 | 0.44 | 0.16 | 20 | 0.53 | 0.65 |
| Hex | D5 | 97 | 78 | 0 | 1D | 2C | 10 | 14 | 35 | 41 |
| Octal | 325 | 227 | 170 | 0 | 35 | 54 | 20 | 24 | 65 | 101 |
| Binary | 11010101 | 10010111 | 1111000 | 0 | 11101 | 101100 | 10000 | 10100 | 110101 | 1000001 |
Color Harmonies of #D59778
Complementary color
Monochromatic Colors of #D59778
Black with #D59778
Text Example
Text Example
White with #D59778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59778; }
p { color: rgb(213,151,120); }
H1.HeaderClassName
{
color: #D59778;
}
.AnyTagClassName
{
color: #D59778;
}
</style>
background-color css
<style>
a { background-color: #D59778; }
a { background-color: rgb(213,151,120); }
div.DivClassName
{
background-color: #D59778;
}
.BgClassName
{
background-color: #D59778;
}
</style>
border-color css
<style>
span { border-color: #D59778; }
span { border-color: rgb(213,151,120); }
td.TdClassName
{
border-color: #D59778;
}
.TagClassName
{
border-color: #D59778;
}
</style>