Shades of Feldspar #D69977
Tints of Feldspar #D69977
RGB
CMYK
RGB Variations
Color information
#D69977 (or 0xD69977) is known color: Feldspar. HEX triplet: D6, 99 and 77. RGB value is (214,153,119). Sum of RGB (Red+Green+Blue) = 214+153+119=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D69977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69977 is #296688. Grayscale: #A7A7A7. Windows color (decimal): -2713225 or 7838166. OLE color: 7838166.
HSL color Cylindrical-coordinate representation of color #D69977: hue angle of 21.47º 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 #D69977 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 119 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.16 |
| HSL | 21.47º | 0.54% | 0.65% | - |
| HSV(B) | 21.47º | 0.44% | 0.84% | - |
| XYZ | 42.45 | 38.41 | 22.63 | - |
| YUV | 167.36 | 100.71 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 119 | 0 | 0.29 | 0.44 | 0.16 | 21.47 | 0.54 | 0.65 |
| Hex | D6 | 99 | 77 | 0 | 1D | 2C | 10 | 15 | 36 | 41 |
| Octal | 326 | 231 | 167 | 0 | 35 | 54 | 20 | 25 | 66 | 101 |
| Binary | 11010110 | 10011001 | 1110111 | 0 | 11101 | 101100 | 10000 | 10101 | 110110 | 1000001 |
Color Harmonies of #D69977
Complementary color
Monochromatic Colors of #D69977
Black with #D69977
Text Example
Text Example
White with #D69977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69977; }
p { color: rgb(214,153,119); }
H1.HeaderClassName
{
color: #D69977;
}
.AnyTagClassName
{
color: #D69977;
}
</style>
background-color css
<style>
a { background-color: #D69977; }
a { background-color: rgb(214,153,119); }
div.DivClassName
{
background-color: #D69977;
}
.BgClassName
{
background-color: #D69977;
}
</style>
border-color css
<style>
span { border-color: #D69977; }
span { border-color: rgb(214,153,119); }
td.TdClassName
{
border-color: #D69977;
}
.TagClassName
{
border-color: #D69977;
}
</style>