Shades of Feldspar #D39772
Tints of Feldspar #D39772
RGB
CMYK
RGB Variations
Color information
#D39772 (or 0xD39772) is known color: Feldspar. HEX triplet: D3, 97 and 72. RGB value is (211,151,114). Sum of RGB (Red+Green+Blue) = 211+151+114=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D39772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39772 is #2C688D. Grayscale: #A4A4A4. Windows color (decimal): -2910350 or 7509971. OLE color: 7509971.
HSL color Cylindrical-coordinate representation of color #D39772: hue angle of 22.89º 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 #D39772 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 151 | 114 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.17 |
| HSL | 22.89º | 0.52% | 0.64% | - |
| HSV(B) | 22.89º | 0.46% | 0.83% | - |
| XYZ | 40.97 | 37.2 | 20.94 | - |
| YUV | 164.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 114 | 0 | 0.28 | 0.46 | 0.17 | 22.89 | 0.52 | 0.64 |
| Hex | D3 | 97 | 72 | 0 | 1C | 2E | 11 | 17 | 34 | 40 |
| Octal | 323 | 227 | 162 | 0 | 34 | 56 | 21 | 27 | 64 | 100 |
| Binary | 11010011 | 10010111 | 1110010 | 0 | 11100 | 101110 | 10001 | 10111 | 110100 | 1000000 |
Color Harmonies of #D39772
Complementary color
Monochromatic Colors of #D39772
Black with #D39772
Text Example
Text Example
White with #D39772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39772; }
p { color: rgb(211,151,114); }
H1.HeaderClassName
{
color: #D39772;
}
.AnyTagClassName
{
color: #D39772;
}
</style>
background-color css
<style>
a { background-color: #D39772; }
a { background-color: rgb(211,151,114); }
div.DivClassName
{
background-color: #D39772;
}
.BgClassName
{
background-color: #D39772;
}
</style>
border-color css
<style>
span { border-color: #D39772; }
span { border-color: rgb(211,151,114); }
td.TdClassName
{
border-color: #D39772;
}
.TagClassName
{
border-color: #D39772;
}
</style>