Shades of Feldspar #D39970
Tints of Feldspar #D39970
RGB
CMYK
RGB Variations
Color information
#D39970 (or 0xD39970) is known color: Feldspar. HEX triplet: D3, 99 and 70. RGB value is (211,153,112). Sum of RGB (Red+Green+Blue) = 211+153+112=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D39970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39970 is #2C668F. Grayscale: #A5A5A5. Windows color (decimal): -2909840 or 7379411. OLE color: 7379411.
HSL color Cylindrical-coordinate representation of color #D39970: hue angle of 24.85º 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 #D39970 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 112 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.17 |
| HSL | 24.85º | 0.53% | 0.63% | - |
| HSV(B) | 24.85º | 0.47% | 0.83% | - |
| XYZ | 41.18 | 37.8 | 20.46 | - |
| YUV | 165.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 112 | 0 | 0.27 | 0.47 | 0.17 | 24.85 | 0.53 | 0.63 |
| Hex | D3 | 99 | 70 | 0 | 1B | 2F | 11 | 19 | 35 | 3F |
| Octal | 323 | 231 | 160 | 0 | 33 | 57 | 21 | 31 | 65 | 77 |
| Binary | 11010011 | 10011001 | 1110000 | 0 | 11011 | 101111 | 10001 | 11001 | 110101 | 111111 |
Color Harmonies of #D39970
Complementary color
Monochromatic Colors of #D39970
Black with #D39970
Text Example
Text Example
White with #D39970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39970; }
p { color: rgb(211,153,112); }
H1.HeaderClassName
{
color: #D39970;
}
.AnyTagClassName
{
color: #D39970;
}
</style>
background-color css
<style>
a { background-color: #D39970; }
a { background-color: rgb(211,153,112); }
div.DivClassName
{
background-color: #D39970;
}
.BgClassName
{
background-color: #D39970;
}
</style>
border-color css
<style>
span { border-color: #D39970; }
span { border-color: rgb(211,153,112); }
td.TdClassName
{
border-color: #D39970;
}
.TagClassName
{
border-color: #D39970;
}
</style>