Shades of Feldspar #D69573
Tints of Feldspar #D69573
RGB
CMYK
RGB Variations
Color information
#D69573 (or 0xD69573) is known color: Feldspar. HEX triplet: D6, 95 and 73. RGB value is (214,149,115). Sum of RGB (Red+Green+Blue) = 214+149+115=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D69573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69573 is #296A8C. Grayscale: #A4A4A4. Windows color (decimal): -2714253 or 7574998. OLE color: 7574998.
HSL color Cylindrical-coordinate representation of color #D69573: hue angle of 20.61º 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 #D69573 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 115 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.16 |
| HSL | 20.61º | 0.55% | 0.65% | - |
| HSV(B) | 20.61º | 0.46% | 0.84% | - |
| XYZ | 41.57 | 37.03 | 21.18 | - |
| YUV | 164.56 | 100.03 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 115 | 0 | 0.30 | 0.46 | 0.16 | 20.61 | 0.55 | 0.65 |
| Hex | D6 | 95 | 73 | 0 | 1E | 2E | 10 | 15 | 37 | 41 |
| Octal | 326 | 225 | 163 | 0 | 36 | 56 | 20 | 25 | 67 | 101 |
| Binary | 11010110 | 10010101 | 1110011 | 0 | 11110 | 101110 | 10000 | 10101 | 110111 | 1000001 |
Color Harmonies of #D69573
Complementary color
Monochromatic Colors of #D69573
Black with #D69573
Text Example
Text Example
White with #D69573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69573; }
p { color: rgb(214,149,115); }
H1.HeaderClassName
{
color: #D69573;
}
.AnyTagClassName
{
color: #D69573;
}
</style>
background-color css
<style>
a { background-color: #D69573; }
a { background-color: rgb(214,149,115); }
div.DivClassName
{
background-color: #D69573;
}
.BgClassName
{
background-color: #D69573;
}
</style>
border-color css
<style>
span { border-color: #D69573; }
span { border-color: rgb(214,149,115); }
td.TdClassName
{
border-color: #D69573;
}
.TagClassName
{
border-color: #D69573;
}
</style>