Shades of Feldspar #D69D6E
Tints of Feldspar #D69D6E
RGB
CMYK
RGB Variations
Color information
#D69D6E (or 0xD69D6E) is known color: Feldspar. HEX triplet: D6, 9D and 6E. RGB value is (214,157,110). Sum of RGB (Red+Green+Blue) = 214+157+110=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D6E is #296291. Grayscale: #A8A8A8. Windows color (decimal): -2712210 or 7249366. OLE color: 7249366.
HSL color Cylindrical-coordinate representation of color #D69D6E: hue angle of 27.12º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D69D6E is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 110 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.16 |
| HSL | 27.12º | 0.56% | 0.64% | - |
| HSV(B) | 27.12º | 0.49% | 0.84% | - |
| XYZ | 42.6 | 39.54 | 20.14 | - |
| YUV | 168.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 110 | 0 | 0.27 | 0.49 | 0.16 | 27.12 | 0.56 | 0.64 |
| Hex | D6 | 9D | 6E | 0 | 1B | 31 | 10 | 1B | 38 | 40 |
| Octal | 326 | 235 | 156 | 0 | 33 | 61 | 20 | 33 | 70 | 100 |
| Binary | 11010110 | 10011101 | 1101110 | 0 | 11011 | 110001 | 10000 | 11011 | 111000 | 1000000 |
Color Harmonies of #D69D6E
Complementary color
Monochromatic Colors of #D69D6E
Black with #D69D6E
Text Example
Text Example
White with #D69D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69D6E; }
p { color: rgb(214,157,110); }
H1.HeaderClassName
{
color: #D69D6E;
}
.AnyTagClassName
{
color: #D69D6E;
}
</style>
background-color css
<style>
a { background-color: #D69D6E; }
a { background-color: rgb(214,157,110); }
div.DivClassName
{
background-color: #D69D6E;
}
.BgClassName
{
background-color: #D69D6E;
}
</style>
border-color css
<style>
span { border-color: #D69D6E; }
span { border-color: rgb(214,157,110); }
td.TdClassName
{
border-color: #D69D6E;
}
.TagClassName
{
border-color: #D69D6E;
}
</style>