Shades of Feldspar #D69773
Tints of Feldspar #D69773
RGB
CMYK
RGB Variations
Color information
#D69773 (or 0xD69773) is known color: Feldspar. HEX triplet: D6, 97 and 73. RGB value is (214,151,115). Sum of RGB (Red+Green+Blue) = 214+151+115=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D69773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69773 is #29688C. Grayscale: #A5A5A5. Windows color (decimal): -2713741 or 7575510. OLE color: 7575510.
HSL color Cylindrical-coordinate representation of color #D69773: hue angle of 21.82º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D69773 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 115 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.16 |
| HSL | 21.82º | 0.55% | 0.65% | - |
| HSV(B) | 21.82º | 0.46% | 0.84% | - |
| XYZ | 41.89 | 37.67 | 21.28 | - |
| YUV | 165.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 115 | 0 | 0.29 | 0.46 | 0.16 | 21.82 | 0.55 | 0.65 |
| Hex | D6 | 97 | 73 | 0 | 1D | 2E | 10 | 16 | 37 | 41 |
| Octal | 326 | 227 | 163 | 0 | 35 | 56 | 20 | 26 | 67 | 101 |
| Binary | 11010110 | 10010111 | 1110011 | 0 | 11101 | 101110 | 10000 | 10110 | 110111 | 1000001 |
Color Harmonies of #D69773
Complementary color
Monochromatic Colors of #D69773
Black with #D69773
Text Example
Text Example
White with #D69773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69773; }
p { color: rgb(214,151,115); }
H1.HeaderClassName
{
color: #D69773;
}
.AnyTagClassName
{
color: #D69773;
}
</style>
background-color css
<style>
a { background-color: #D69773; }
a { background-color: rgb(214,151,115); }
div.DivClassName
{
background-color: #D69773;
}
.BgClassName
{
background-color: #D69773;
}
</style>
border-color css
<style>
span { border-color: #D69773; }
span { border-color: rgb(214,151,115); }
td.TdClassName
{
border-color: #D69773;
}
.TagClassName
{
border-color: #D69773;
}
</style>