Shades of Feldspar #D19077
Tints of Feldspar #D19077
RGB
CMYK
RGB Variations
Color information
#D19077 (or 0xD19077) is known color: Feldspar. HEX triplet: D1, 90 and 77. RGB value is (209,144,119). Sum of RGB (Red+Green+Blue) = 209+144+119=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D19077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19077 is #2E6F88. Grayscale: #A0A0A0. Windows color (decimal): -3043209 or 7835857. OLE color: 7835857.
HSL color Cylindrical-coordinate representation of color #D19077: hue angle of 16.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 #D19077 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 119 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.18 |
| HSL | 16.67º | 0.49% | 0.64% | - |
| HSV(B) | 16.67º | 0.43% | 0.82% | - |
| XYZ | 39.6 | 34.83 | 22.09 | - |
| YUV | 160.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 119 | 0 | 0.31 | 0.43 | 0.18 | 16.67 | 0.49 | 0.64 |
| Hex | D1 | 90 | 77 | 0 | 1F | 2B | 12 | 11 | 31 | 40 |
| Octal | 321 | 220 | 167 | 0 | 37 | 53 | 22 | 21 | 61 | 100 |
| Binary | 11010001 | 10010000 | 1110111 | 0 | 11111 | 101011 | 10010 | 10001 | 110001 | 1000000 |
Color Harmonies of #D19077
Complementary color
Monochromatic Colors of #D19077
Black with #D19077
Text Example
Text Example
White with #D19077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19077; }
p { color: rgb(209,144,119); }
H1.HeaderClassName
{
color: #D19077;
}
.AnyTagClassName
{
color: #D19077;
}
</style>
background-color css
<style>
a { background-color: #D19077; }
a { background-color: rgb(209,144,119); }
div.DivClassName
{
background-color: #D19077;
}
.BgClassName
{
background-color: #D19077;
}
</style>
border-color css
<style>
span { border-color: #D19077; }
span { border-color: rgb(209,144,119); }
td.TdClassName
{
border-color: #D19077;
}
.TagClassName
{
border-color: #D19077;
}
</style>