Shades of Feldspar #D19277
Tints of Feldspar #D19277
RGB
CMYK
RGB Variations
Color information
#D19277 (or 0xD19277) is known color: Feldspar. HEX triplet: D1, 92 and 77. RGB value is (209,146,119). Sum of RGB (Red+Green+Blue) = 209+146+119=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D19277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19277 is #2E6D88. Grayscale: #A1A1A1. Windows color (decimal): -3042697 or 7836369. OLE color: 7836369.
HSL color Cylindrical-coordinate representation of color #D19277: hue angle of 18º 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 #D19277 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 119 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.18 |
| HSL | 18º | 0.49% | 0.64% | - |
| HSV(B) | 18º | 0.43% | 0.82% | - |
| XYZ | 39.9 | 35.44 | 22.19 | - |
| YUV | 161.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 119 | 0 | 0.30 | 0.43 | 0.18 | 18 | 0.49 | 0.64 |
| Hex | D1 | 92 | 77 | 0 | 1E | 2B | 12 | 12 | 31 | 40 |
| Octal | 321 | 222 | 167 | 0 | 36 | 53 | 22 | 22 | 61 | 100 |
| Binary | 11010001 | 10010010 | 1110111 | 0 | 11110 | 101011 | 10010 | 10010 | 110001 | 1000000 |
Color Harmonies of #D19277
Complementary color
Monochromatic Colors of #D19277
Black with #D19277
Text Example
Text Example
White with #D19277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19277; }
p { color: rgb(209,146,119); }
H1.HeaderClassName
{
color: #D19277;
}
.AnyTagClassName
{
color: #D19277;
}
</style>
background-color css
<style>
a { background-color: #D19277; }
a { background-color: rgb(209,146,119); }
div.DivClassName
{
background-color: #D19277;
}
.BgClassName
{
background-color: #D19277;
}
</style>
border-color css
<style>
span { border-color: #D19277; }
span { border-color: rgb(209,146,119); }
td.TdClassName
{
border-color: #D19277;
}
.TagClassName
{
border-color: #D19277;
}
</style>