Shades of Feldspar #D19377
Tints of Feldspar #D19377
RGB
CMYK
RGB Variations
Color information
#D19377 (or 0xD19377) is known color: Feldspar. HEX triplet: D1, 93 and 77. RGB value is (209,147,119). Sum of RGB (Red+Green+Blue) = 209+147+119=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D19377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19377 is #2E6C88. Grayscale: #A2A2A2. Windows color (decimal): -3042441 or 7836625. OLE color: 7836625.
HSL color Cylindrical-coordinate representation of color #D19377: hue angle of 18.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D19377 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 119 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.18 |
| HSL | 18.67º | 0.49% | 0.64% | - |
| HSV(B) | 18.67º | 0.43% | 0.82% | - |
| XYZ | 40.06 | 35.75 | 22.24 | - |
| YUV | 162.35 | 103.54 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 119 | 0 | 0.30 | 0.43 | 0.18 | 18.67 | 0.49 | 0.64 |
| Hex | D1 | 93 | 77 | 0 | 1E | 2B | 12 | 13 | 31 | 40 |
| Octal | 321 | 223 | 167 | 0 | 36 | 53 | 22 | 23 | 61 | 100 |
| Binary | 11010001 | 10010011 | 1110111 | 0 | 11110 | 101011 | 10010 | 10011 | 110001 | 1000000 |
Color Harmonies of #D19377
Complementary color
Monochromatic Colors of #D19377
Black with #D19377
Text Example
Text Example
White with #D19377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19377; }
p { color: rgb(209,147,119); }
H1.HeaderClassName
{
color: #D19377;
}
.AnyTagClassName
{
color: #D19377;
}
</style>
background-color css
<style>
a { background-color: #D19377; }
a { background-color: rgb(209,147,119); }
div.DivClassName
{
background-color: #D19377;
}
.BgClassName
{
background-color: #D19377;
}
</style>
border-color css
<style>
span { border-color: #D19377; }
span { border-color: rgb(209,147,119); }
td.TdClassName
{
border-color: #D19377;
}
.TagClassName
{
border-color: #D19377;
}
</style>