Shades of Feldspar #D19778
Tints of Feldspar #D19778
RGB
CMYK
RGB Variations
Color information
#D19778 (or 0xD19778) is known color: Feldspar. HEX triplet: D1, 97 and 78. RGB value is (209,151,120). Sum of RGB (Red+Green+Blue) = 209+151+120=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D19778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19778 is #2E6887. Grayscale: #A4A4A4. Windows color (decimal): -3041416 or 7903185. OLE color: 7903185.
HSL color Cylindrical-coordinate representation of color #D19778: hue angle of 20.9º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D19778 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 151 | 120 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.18 |
| HSL | 20.9º | 0.49% | 0.65% | - |
| HSV(B) | 20.9º | 0.43% | 0.82% | - |
| XYZ | 40.75 | 37.04 | 22.77 | - |
| YUV | 164.81 | 102.72 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 151 | 120 | 0 | 0.28 | 0.43 | 0.18 | 20.9 | 0.49 | 0.65 |
| Hex | D1 | 97 | 78 | 0 | 1C | 2B | 12 | 15 | 31 | 41 |
| Octal | 321 | 227 | 170 | 0 | 34 | 53 | 22 | 25 | 61 | 101 |
| Binary | 11010001 | 10010111 | 1111000 | 0 | 11100 | 101011 | 10010 | 10101 | 110001 | 1000001 |
Color Harmonies of #D19778
Complementary color
Monochromatic Colors of #D19778
Black with #D19778
Text Example
Text Example
White with #D19778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19778; }
p { color: rgb(209,151,120); }
H1.HeaderClassName
{
color: #D19778;
}
.AnyTagClassName
{
color: #D19778;
}
</style>
background-color css
<style>
a { background-color: #D19778; }
a { background-color: rgb(209,151,120); }
div.DivClassName
{
background-color: #D19778;
}
.BgClassName
{
background-color: #D19778;
}
</style>
border-color css
<style>
span { border-color: #D19778; }
span { border-color: rgb(209,151,120); }
td.TdClassName
{
border-color: #D19778;
}
.TagClassName
{
border-color: #D19778;
}
</style>