Shades of Feldspar #D69676
Tints of Feldspar #D69676
RGB
CMYK
RGB Variations
Color information
#D69676 (or 0xD69676) is known color: Feldspar. HEX triplet: D6, 96 and 76. RGB value is (214,150,118). Sum of RGB (Red+Green+Blue) = 214+150+118=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D69676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69676 is #296989. Grayscale: #A5A5A5. Windows color (decimal): -2713994 or 7771862. OLE color: 7771862.
HSL color Cylindrical-coordinate representation of color #D69676: hue angle of 20º 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 #D69676 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 118 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.16 |
| HSL | 20º | 0.54% | 0.65% | - |
| HSV(B) | 20º | 0.45% | 0.84% | - |
| XYZ | 41.91 | 37.42 | 22.15 | - |
| YUV | 165.49 | 101.2 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 118 | 0 | 0.30 | 0.45 | 0.16 | 20 | 0.54 | 0.65 |
| Hex | D6 | 96 | 76 | 0 | 1E | 2D | 10 | 14 | 36 | 41 |
| Octal | 326 | 226 | 166 | 0 | 36 | 55 | 20 | 24 | 66 | 101 |
| Binary | 11010110 | 10010110 | 1110110 | 0 | 11110 | 101101 | 10000 | 10100 | 110110 | 1000001 |
Color Harmonies of #D69676
Complementary color
Monochromatic Colors of #D69676
Black with #D69676
Text Example
Text Example
White with #D69676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69676; }
p { color: rgb(214,150,118); }
H1.HeaderClassName
{
color: #D69676;
}
.AnyTagClassName
{
color: #D69676;
}
</style>
background-color css
<style>
a { background-color: #D69676; }
a { background-color: rgb(214,150,118); }
div.DivClassName
{
background-color: #D69676;
}
.BgClassName
{
background-color: #D69676;
}
</style>
border-color css
<style>
span { border-color: #D69676; }
span { border-color: rgb(214,150,118); }
td.TdClassName
{
border-color: #D69676;
}
.TagClassName
{
border-color: #D69676;
}
</style>