Shades of Feldspar #D39270
Tints of Feldspar #D39270
RGB
CMYK
RGB Variations
Color information
#D39270 (or 0xD39270) is known color: Feldspar. HEX triplet: D3, 92 and 70. RGB value is (211,146,112). Sum of RGB (Red+Green+Blue) = 211+146+112=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D39270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39270 is #2C6D8F. Grayscale: #A1A1A1. Windows color (decimal): -2911632 or 7377619. OLE color: 7377619.
HSL color Cylindrical-coordinate representation of color #D39270: hue angle of 20.61º 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 #D39270 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 112 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.17 |
| HSL | 20.61º | 0.53% | 0.63% | - |
| HSV(B) | 20.61º | 0.47% | 0.83% | - |
| XYZ | 40.07 | 35.58 | 20.08 | - |
| YUV | 161.56 | 100.03 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 112 | 0 | 0.31 | 0.47 | 0.17 | 20.61 | 0.53 | 0.63 |
| Hex | D3 | 92 | 70 | 0 | 1F | 2F | 11 | 15 | 35 | 3F |
| Octal | 323 | 222 | 160 | 0 | 37 | 57 | 21 | 25 | 65 | 77 |
| Binary | 11010011 | 10010010 | 1110000 | 0 | 11111 | 101111 | 10001 | 10101 | 110101 | 111111 |
Color Harmonies of #D39270
Complementary color
Monochromatic Colors of #D39270
Black with #D39270
Text Example
Text Example
White with #D39270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39270; }
p { color: rgb(211,146,112); }
H1.HeaderClassName
{
color: #D39270;
}
.AnyTagClassName
{
color: #D39270;
}
</style>
background-color css
<style>
a { background-color: #D39270; }
a { background-color: rgb(211,146,112); }
div.DivClassName
{
background-color: #D39270;
}
.BgClassName
{
background-color: #D39270;
}
</style>
border-color css
<style>
span { border-color: #D39270; }
span { border-color: rgb(211,146,112); }
td.TdClassName
{
border-color: #D39270;
}
.TagClassName
{
border-color: #D39270;
}
</style>