Shades of Feldspar #D69276
Tints of Feldspar #D69276
RGB
CMYK
RGB Variations
Color information
#D69276 (or 0xD69276) is known color: Feldspar. HEX triplet: D6, 92 and 76. RGB value is (214,146,118). Sum of RGB (Red+Green+Blue) = 214+146+118=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D69276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69276 is #296D89. Grayscale: #A3A3A3. Windows color (decimal): -2715018 or 7770838. OLE color: 7770838.
HSL color Cylindrical-coordinate representation of color #D69276: hue angle of 17.5º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D69276 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 118 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.16 |
| HSL | 17.5º | 0.54% | 0.65% | - |
| HSV(B) | 17.5º | 0.45% | 0.84% | - |
| XYZ | 41.28 | 36.16 | 21.94 | - |
| YUV | 163.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 118 | 0 | 0.32 | 0.45 | 0.16 | 17.5 | 0.54 | 0.65 |
| Hex | D6 | 92 | 76 | 0 | 20 | 2D | 10 | 12 | 36 | 41 |
| Octal | 326 | 222 | 166 | 0 | 40 | 55 | 20 | 22 | 66 | 101 |
| Binary | 11010110 | 10010010 | 1110110 | 0 | 100000 | 101101 | 10000 | 10010 | 110110 | 1000001 |
Color Harmonies of #D69276
Complementary color
Monochromatic Colors of #D69276
Black with #D69276
Text Example
Text Example
White with #D69276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69276; }
p { color: rgb(214,146,118); }
H1.HeaderClassName
{
color: #D69276;
}
.AnyTagClassName
{
color: #D69276;
}
</style>
background-color css
<style>
a { background-color: #D69276; }
a { background-color: rgb(214,146,118); }
div.DivClassName
{
background-color: #D69276;
}
.BgClassName
{
background-color: #D69276;
}
</style>
border-color css
<style>
span { border-color: #D69276; }
span { border-color: rgb(214,146,118); }
td.TdClassName
{
border-color: #D69276;
}
.TagClassName
{
border-color: #D69276;
}
</style>