Shades of Feldspar #D69976
Tints of Feldspar #D69976
RGB
CMYK
RGB Variations
Color information
#D69976 (or 0xD69976) is known color: Feldspar. HEX triplet: D6, 99 and 76. RGB value is (214,153,118). Sum of RGB (Red+Green+Blue) = 214+153+118=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D69976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69976 is #296689. Grayscale: #A7A7A7. Windows color (decimal): -2713226 or 7772630. OLE color: 7772630.
HSL color Cylindrical-coordinate representation of color #D69976: hue angle of 21.88º 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 #D69976 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 118 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.16 |
| HSL | 21.88º | 0.54% | 0.65% | - |
| HSV(B) | 21.88º | 0.45% | 0.84% | - |
| XYZ | 42.39 | 38.39 | 22.31 | - |
| YUV | 167.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 118 | 0 | 0.29 | 0.45 | 0.16 | 21.88 | 0.54 | 0.65 |
| Hex | D6 | 99 | 76 | 0 | 1D | 2D | 10 | 16 | 36 | 41 |
| Octal | 326 | 231 | 166 | 0 | 35 | 55 | 20 | 26 | 66 | 101 |
| Binary | 11010110 | 10011001 | 1110110 | 0 | 11101 | 101101 | 10000 | 10110 | 110110 | 1000001 |
Color Harmonies of #D69976
Complementary color
Monochromatic Colors of #D69976
Black with #D69976
Text Example
Text Example
White with #D69976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69976; }
p { color: rgb(214,153,118); }
H1.HeaderClassName
{
color: #D69976;
}
.AnyTagClassName
{
color: #D69976;
}
</style>
background-color css
<style>
a { background-color: #D69976; }
a { background-color: rgb(214,153,118); }
div.DivClassName
{
background-color: #D69976;
}
.BgClassName
{
background-color: #D69976;
}
</style>
border-color css
<style>
span { border-color: #D69976; }
span { border-color: rgb(214,153,118); }
td.TdClassName
{
border-color: #D69976;
}
.TagClassName
{
border-color: #D69976;
}
</style>