Shades of Feldspar #D69973
Tints of Feldspar #D69973
RGB
CMYK
RGB Variations
Color information
#D69973 (or 0xD69973) is known color: Feldspar. HEX triplet: D6, 99 and 73. RGB value is (214,153,115). Sum of RGB (Red+Green+Blue) = 214+153+115=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D69973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69973 is #29668C. Grayscale: #A7A7A7. Windows color (decimal): -2713229 or 7576022. OLE color: 7576022.
HSL color Cylindrical-coordinate representation of color #D69973: hue angle of 23.03º 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 #D69973 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 115 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.16 |
| HSL | 23.03º | 0.55% | 0.65% | - |
| HSV(B) | 23.03º | 0.46% | 0.84% | - |
| XYZ | 42.22 | 38.32 | 21.39 | - |
| YUV | 166.91 | 98.71 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 115 | 0 | 0.29 | 0.46 | 0.16 | 23.03 | 0.55 | 0.65 |
| Hex | D6 | 99 | 73 | 0 | 1D | 2E | 10 | 17 | 37 | 41 |
| Octal | 326 | 231 | 163 | 0 | 35 | 56 | 20 | 27 | 67 | 101 |
| Binary | 11010110 | 10011001 | 1110011 | 0 | 11101 | 101110 | 10000 | 10111 | 110111 | 1000001 |
Color Harmonies of #D69973
Complementary color
Monochromatic Colors of #D69973
Black with #D69973
Text Example
Text Example
White with #D69973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69973; }
p { color: rgb(214,153,115); }
H1.HeaderClassName
{
color: #D69973;
}
.AnyTagClassName
{
color: #D69973;
}
</style>
background-color css
<style>
a { background-color: #D69973; }
a { background-color: rgb(214,153,115); }
div.DivClassName
{
background-color: #D69973;
}
.BgClassName
{
background-color: #D69973;
}
</style>
border-color css
<style>
span { border-color: #D69973; }
span { border-color: rgb(214,153,115); }
td.TdClassName
{
border-color: #D69973;
}
.TagClassName
{
border-color: #D69973;
}
</style>