Shades of Feldspar #D69A77
Tints of Feldspar #D69A77
RGB
CMYK
RGB Variations
Color information
#D69A77 (or 0xD69A77) is known color: Feldspar. HEX triplet: D6, 9A and 77. RGB value is (214,154,119). Sum of RGB (Red+Green+Blue) = 214+154+119=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A77 is #296588. Grayscale: #A8A8A8. Windows color (decimal): -2712969 or 7838422. OLE color: 7838422.
HSL color Cylindrical-coordinate representation of color #D69A77: hue angle of 22.11º 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 #D69A77 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 119 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.16 |
| HSL | 22.11º | 0.54% | 0.65% | - |
| HSV(B) | 22.11º | 0.44% | 0.84% | - |
| XYZ | 42.62 | 38.74 | 22.68 | - |
| YUV | 167.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 119 | 0 | 0.28 | 0.44 | 0.16 | 22.11 | 0.54 | 0.65 |
| Hex | D6 | 9A | 77 | 0 | 1C | 2C | 10 | 16 | 36 | 41 |
| Octal | 326 | 232 | 167 | 0 | 34 | 54 | 20 | 26 | 66 | 101 |
| Binary | 11010110 | 10011010 | 1110111 | 0 | 11100 | 101100 | 10000 | 10110 | 110110 | 1000001 |
Color Harmonies of #D69A77
Complementary color
Monochromatic Colors of #D69A77
Black with #D69A77
Text Example
Text Example
White with #D69A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69A77; }
p { color: rgb(214,154,119); }
H1.HeaderClassName
{
color: #D69A77;
}
.AnyTagClassName
{
color: #D69A77;
}
</style>
background-color css
<style>
a { background-color: #D69A77; }
a { background-color: rgb(214,154,119); }
div.DivClassName
{
background-color: #D69A77;
}
.BgClassName
{
background-color: #D69A77;
}
</style>
border-color css
<style>
span { border-color: #D69A77; }
span { border-color: rgb(214,154,119); }
td.TdClassName
{
border-color: #D69A77;
}
.TagClassName
{
border-color: #D69A77;
}
</style>