Shades of Feldspar #D39372
Tints of Feldspar #D39372
RGB
CMYK
RGB Variations
Color information
#D39372 (or 0xD39372) is known color: Feldspar. HEX triplet: D3, 93 and 72. RGB value is (211,147,114). Sum of RGB (Red+Green+Blue) = 211+147+114=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D39372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39372 is #2C6C8D. Grayscale: #A2A2A2. Windows color (decimal): -2911374 or 7508947. OLE color: 7508947.
HSL color Cylindrical-coordinate representation of color #D39372: hue angle of 20.41º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D39372 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 114 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.17 |
| HSL | 20.41º | 0.52% | 0.64% | - |
| HSV(B) | 20.41º | 0.46% | 0.83% | - |
| XYZ | 40.33 | 35.93 | 20.73 | - |
| YUV | 162.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 114 | 0 | 0.30 | 0.46 | 0.17 | 20.41 | 0.52 | 0.64 |
| Hex | D3 | 93 | 72 | 0 | 1E | 2E | 11 | 14 | 34 | 40 |
| Octal | 323 | 223 | 162 | 0 | 36 | 56 | 21 | 24 | 64 | 100 |
| Binary | 11010011 | 10010011 | 1110010 | 0 | 11110 | 101110 | 10001 | 10100 | 110100 | 1000000 |
Color Harmonies of #D39372
Complementary color
Monochromatic Colors of #D39372
Black with #D39372
Text Example
Text Example
White with #D39372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39372; }
p { color: rgb(211,147,114); }
H1.HeaderClassName
{
color: #D39372;
}
.AnyTagClassName
{
color: #D39372;
}
</style>
background-color css
<style>
a { background-color: #D39372; }
a { background-color: rgb(211,147,114); }
div.DivClassName
{
background-color: #D39372;
}
.BgClassName
{
background-color: #D39372;
}
</style>
border-color css
<style>
span { border-color: #D39372; }
span { border-color: rgb(211,147,114); }
td.TdClassName
{
border-color: #D39372;
}
.TagClassName
{
border-color: #D39372;
}
</style>