Shades of Feldspar #D39170
Tints of Feldspar #D39170
RGB
CMYK
RGB Variations
Color information
#D39170 (or 0xD39170) is known color: Feldspar. HEX triplet: D3, 91 and 70. RGB value is (211,145,112). Sum of RGB (Red+Green+Blue) = 211+145+112=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D39170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39170 is #2C6E8F. Grayscale: #A1A1A1. Windows color (decimal): -2911888 or 7377363. OLE color: 7377363.
HSL color Cylindrical-coordinate representation of color #D39170: hue angle of 20º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D39170 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 112 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.17 |
| HSL | 20º | 0.53% | 0.63% | - |
| HSV(B) | 20º | 0.47% | 0.83% | - |
| XYZ | 39.91 | 35.27 | 20.03 | - |
| YUV | 160.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 112 | 0 | 0.31 | 0.47 | 0.17 | 20 | 0.53 | 0.63 |
| Hex | D3 | 91 | 70 | 0 | 1F | 2F | 11 | 14 | 35 | 3F |
| Octal | 323 | 221 | 160 | 0 | 37 | 57 | 21 | 24 | 65 | 77 |
| Binary | 11010011 | 10010001 | 1110000 | 0 | 11111 | 101111 | 10001 | 10100 | 110101 | 111111 |
Color Harmonies of #D39170
Complementary color
Monochromatic Colors of #D39170
Black with #D39170
Text Example
Text Example
White with #D39170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39170; }
p { color: rgb(211,145,112); }
H1.HeaderClassName
{
color: #D39170;
}
.AnyTagClassName
{
color: #D39170;
}
</style>
background-color css
<style>
a { background-color: #D39170; }
a { background-color: rgb(211,145,112); }
div.DivClassName
{
background-color: #D39170;
}
.BgClassName
{
background-color: #D39170;
}
</style>
border-color css
<style>
span { border-color: #D39170; }
span { border-color: rgb(211,145,112); }
td.TdClassName
{
border-color: #D39170;
}
.TagClassName
{
border-color: #D39170;
}
</style>