Shades of Feldspar #D19970
Tints of Feldspar #D19970
RGB
CMYK
RGB Variations
Color information
#D19970 (or 0xD19970) is known color: Feldspar. HEX triplet: D1, 99 and 70. RGB value is (209,153,112). Sum of RGB (Red+Green+Blue) = 209+153+112=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D19970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19970 is #2E668F. Grayscale: #A5A5A5. Windows color (decimal): -3040912 or 7379409. OLE color: 7379409.
HSL color Cylindrical-coordinate representation of color #D19970: hue angle of 25.36º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D19970 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 112 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.18 |
| HSL | 25.36º | 0.51% | 0.63% | - |
| HSV(B) | 25.36º | 0.46% | 0.82% | - |
| XYZ | 40.61 | 37.51 | 20.43 | - |
| YUV | 165.07 | 98.05 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 112 | 0 | 0.27 | 0.46 | 0.18 | 25.36 | 0.51 | 0.63 |
| Hex | D1 | 99 | 70 | 0 | 1B | 2E | 12 | 19 | 33 | 3F |
| Octal | 321 | 231 | 160 | 0 | 33 | 56 | 22 | 31 | 63 | 77 |
| Binary | 11010001 | 10011001 | 1110000 | 0 | 11011 | 101110 | 10010 | 11001 | 110011 | 111111 |
Color Harmonies of #D19970
Complementary color
Monochromatic Colors of #D19970
Black with #D19970
Text Example
Text Example
White with #D19970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19970; }
p { color: rgb(209,153,112); }
H1.HeaderClassName
{
color: #D19970;
}
.AnyTagClassName
{
color: #D19970;
}
</style>
background-color css
<style>
a { background-color: #D19970; }
a { background-color: rgb(209,153,112); }
div.DivClassName
{
background-color: #D19970;
}
.BgClassName
{
background-color: #D19970;
}
</style>
border-color css
<style>
span { border-color: #D19970; }
span { border-color: rgb(209,153,112); }
td.TdClassName
{
border-color: #D19970;
}
.TagClassName
{
border-color: #D19970;
}
</style>