Shades of Feldspar #D39173
Tints of Feldspar #D39173
RGB
CMYK
RGB Variations
Color information
#D39173 (or 0xD39173) is known color: Feldspar. HEX triplet: D3, 91 and 73. RGB value is (211,145,115). Sum of RGB (Red+Green+Blue) = 211+145+115=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D39173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39173 is #2C6E8C. Grayscale: #A1A1A1. Windows color (decimal): -2911885 or 7573971. OLE color: 7573971.
HSL color Cylindrical-coordinate representation of color #D39173: hue angle of 18.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D39173 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 115 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.17 |
| HSL | 18.75º | 0.52% | 0.64% | - |
| HSV(B) | 18.75º | 0.45% | 0.83% | - |
| XYZ | 40.08 | 35.34 | 20.93 | - |
| YUV | 161.31 | 101.87 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 115 | 0 | 0.31 | 0.45 | 0.17 | 18.75 | 0.52 | 0.64 |
| Hex | D3 | 91 | 73 | 0 | 1F | 2D | 11 | 13 | 34 | 40 |
| Octal | 323 | 221 | 163 | 0 | 37 | 55 | 21 | 23 | 64 | 100 |
| Binary | 11010011 | 10010001 | 1110011 | 0 | 11111 | 101101 | 10001 | 10011 | 110100 | 1000000 |
Color Harmonies of #D39173
Complementary color
Monochromatic Colors of #D39173
Black with #D39173
Text Example
Text Example
White with #D39173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39173; }
p { color: rgb(211,145,115); }
H1.HeaderClassName
{
color: #D39173;
}
.AnyTagClassName
{
color: #D39173;
}
</style>
background-color css
<style>
a { background-color: #D39173; }
a { background-color: rgb(211,145,115); }
div.DivClassName
{
background-color: #D39173;
}
.BgClassName
{
background-color: #D39173;
}
</style>
border-color css
<style>
span { border-color: #D39173; }
span { border-color: rgb(211,145,115); }
td.TdClassName
{
border-color: #D39173;
}
.TagClassName
{
border-color: #D39173;
}
</style>