Shades of Feldspar #D69279
Tints of Feldspar #D69279
RGB
CMYK
RGB Variations
Color information
#D69279 (or 0xD69279) is known color: Feldspar. HEX triplet: D6, 92 and 79. RGB value is (214,146,121). Sum of RGB (Red+Green+Blue) = 214+146+121=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D69279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69279 is #296D86. Grayscale: #A3A3A3. Windows color (decimal): -2715015 or 7967446. OLE color: 7967446.
HSL color Cylindrical-coordinate representation of color #D69279: hue angle of 16.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D69279 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 121 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.16 |
| HSL | 16.13º | 0.53% | 0.66% | - |
| HSV(B) | 16.13º | 0.43% | 0.84% | - |
| XYZ | 41.46 | 36.23 | 22.9 | - |
| YUV | 163.48 | 104.03 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 121 | 0 | 0.32 | 0.43 | 0.16 | 16.13 | 0.53 | 0.66 |
| Hex | D6 | 92 | 79 | 0 | 20 | 2B | 10 | 10 | 35 | 42 |
| Octal | 326 | 222 | 171 | 0 | 40 | 53 | 20 | 20 | 65 | 102 |
| Binary | 11010110 | 10010010 | 1111001 | 0 | 100000 | 101011 | 10000 | 10000 | 110101 | 1000010 |
Color Harmonies of #D69279
Complementary color
Monochromatic Colors of #D69279
Black with #D69279
Text Example
Text Example
White with #D69279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69279; }
p { color: rgb(214,146,121); }
H1.HeaderClassName
{
color: #D69279;
}
.AnyTagClassName
{
color: #D69279;
}
</style>
background-color css
<style>
a { background-color: #D69279; }
a { background-color: rgb(214,146,121); }
div.DivClassName
{
background-color: #D69279;
}
.BgClassName
{
background-color: #D69279;
}
</style>
border-color css
<style>
span { border-color: #D69279; }
span { border-color: rgb(214,146,121); }
td.TdClassName
{
border-color: #D69279;
}
.TagClassName
{
border-color: #D69279;
}
</style>