Shades of Feldspar #D69677
Tints of Feldspar #D69677
RGB
CMYK
RGB Variations
Color information
#D69677 (or 0xD69677) is known color: Feldspar. HEX triplet: D6, 96 and 77. RGB value is (214,150,119). Sum of RGB (Red+Green+Blue) = 214+150+119=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D69677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69677 is #296988. Grayscale: #A5A5A5. Windows color (decimal): -2713993 or 7837398. OLE color: 7837398.
HSL color Cylindrical-coordinate representation of color #D69677: hue angle of 19.58º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D69677 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 119 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.16 |
| HSL | 19.58º | 0.54% | 0.65% | - |
| HSV(B) | 19.58º | 0.44% | 0.84% | - |
| XYZ | 41.97 | 37.44 | 22.47 | - |
| YUV | 165.6 | 101.7 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 119 | 0 | 0.30 | 0.44 | 0.16 | 19.58 | 0.54 | 0.65 |
| Hex | D6 | 96 | 77 | 0 | 1E | 2C | 10 | 14 | 36 | 41 |
| Octal | 326 | 226 | 167 | 0 | 36 | 54 | 20 | 24 | 66 | 101 |
| Binary | 11010110 | 10010110 | 1110111 | 0 | 11110 | 101100 | 10000 | 10100 | 110110 | 1000001 |
Color Harmonies of #D69677
Complementary color
Monochromatic Colors of #D69677
Black with #D69677
Text Example
Text Example
White with #D69677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69677; }
p { color: rgb(214,150,119); }
H1.HeaderClassName
{
color: #D69677;
}
.AnyTagClassName
{
color: #D69677;
}
</style>
background-color css
<style>
a { background-color: #D69677; }
a { background-color: rgb(214,150,119); }
div.DivClassName
{
background-color: #D69677;
}
.BgClassName
{
background-color: #D69677;
}
</style>
border-color css
<style>
span { border-color: #D69677; }
span { border-color: rgb(214,150,119); }
td.TdClassName
{
border-color: #D69677;
}
.TagClassName
{
border-color: #D69677;
}
</style>