Shades of Feldspar #D39272
Tints of Feldspar #D39272
RGB
CMYK
RGB Variations
Color information
#D39272 (or 0xD39272) is known color: Feldspar. HEX triplet: D3, 92 and 72. RGB value is (211,146,114). Sum of RGB (Red+Green+Blue) = 211+146+114=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D39272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39272 is #2C6D8D. Grayscale: #A1A1A1. Windows color (decimal): -2911630 or 7508691. OLE color: 7508691.
HSL color Cylindrical-coordinate representation of color #D39272: hue angle of 19.79º 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 #D39272 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 114 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.17 |
| HSL | 19.79º | 0.52% | 0.64% | - |
| HSV(B) | 19.79º | 0.46% | 0.83% | - |
| XYZ | 40.18 | 35.62 | 20.68 | - |
| YUV | 161.79 | 101.03 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 114 | 0 | 0.31 | 0.46 | 0.17 | 19.79 | 0.52 | 0.64 |
| Hex | D3 | 92 | 72 | 0 | 1F | 2E | 11 | 14 | 34 | 40 |
| Octal | 323 | 222 | 162 | 0 | 37 | 56 | 21 | 24 | 64 | 100 |
| Binary | 11010011 | 10010010 | 1110010 | 0 | 11111 | 101110 | 10001 | 10100 | 110100 | 1000000 |
Color Harmonies of #D39272
Complementary color
Monochromatic Colors of #D39272
Black with #D39272
Text Example
Text Example
White with #D39272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39272; }
p { color: rgb(211,146,114); }
H1.HeaderClassName
{
color: #D39272;
}
.AnyTagClassName
{
color: #D39272;
}
</style>
background-color css
<style>
a { background-color: #D39272; }
a { background-color: rgb(211,146,114); }
div.DivClassName
{
background-color: #D39272;
}
.BgClassName
{
background-color: #D39272;
}
</style>
border-color css
<style>
span { border-color: #D39272; }
span { border-color: rgb(211,146,114); }
td.TdClassName
{
border-color: #D39272;
}
.TagClassName
{
border-color: #D39272;
}
</style>