Shades of Feldspar #D19677
Tints of Feldspar #D19677
RGB
CMYK
RGB Variations
Color information
#D19677 (or 0xD19677) is known color: Feldspar. HEX triplet: D1, 96 and 77. RGB value is (209,150,119). Sum of RGB (Red+Green+Blue) = 209+150+119=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D19677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19677 is #2E6988. Grayscale: #A4A4A4. Windows color (decimal): -3041673 or 7837393. OLE color: 7837393.
HSL color Cylindrical-coordinate representation of color #D19677: hue angle of 20.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 #D19677 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 119 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.18 |
| HSL | 20.67º | 0.49% | 0.64% | - |
| HSV(B) | 20.67º | 0.43% | 0.82% | - |
| XYZ | 40.53 | 36.7 | 22.4 | - |
| YUV | 164.11 | 102.55 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 119 | 0 | 0.28 | 0.43 | 0.18 | 20.67 | 0.49 | 0.64 |
| Hex | D1 | 96 | 77 | 0 | 1C | 2B | 12 | 15 | 31 | 40 |
| Octal | 321 | 226 | 167 | 0 | 34 | 53 | 22 | 25 | 61 | 100 |
| Binary | 11010001 | 10010110 | 1110111 | 0 | 11100 | 101011 | 10010 | 10101 | 110001 | 1000000 |
Color Harmonies of #D19677
Complementary color
Monochromatic Colors of #D19677
Black with #D19677
Text Example
Text Example
White with #D19677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19677; }
p { color: rgb(209,150,119); }
H1.HeaderClassName
{
color: #D19677;
}
.AnyTagClassName
{
color: #D19677;
}
</style>
background-color css
<style>
a { background-color: #D19677; }
a { background-color: rgb(209,150,119); }
div.DivClassName
{
background-color: #D19677;
}
.BgClassName
{
background-color: #D19677;
}
</style>
border-color css
<style>
span { border-color: #D19677; }
span { border-color: rgb(209,150,119); }
td.TdClassName
{
border-color: #D19677;
}
.TagClassName
{
border-color: #D19677;
}
</style>