Shades of Feldspar #D69A6E
Tints of Feldspar #D69A6E
RGB
CMYK
RGB Variations
Color information
#D69A6E (or 0xD69A6E) is known color: Feldspar. HEX triplet: D6, 9A and 6E. RGB value is (214,154,110). Sum of RGB (Red+Green+Blue) = 214+154+110=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A6E is #296591. Grayscale: #A7A7A7. Windows color (decimal): -2712978 or 7248598. OLE color: 7248598.
HSL color Cylindrical-coordinate representation of color #D69A6E: hue angle of 25.38º 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 #D69A6E is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 110 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.16 |
| HSL | 25.38º | 0.56% | 0.64% | - |
| HSV(B) | 25.38º | 0.49% | 0.84% | - |
| XYZ | 42.1 | 38.53 | 19.97 | - |
| YUV | 166.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 110 | 0 | 0.28 | 0.49 | 0.16 | 25.38 | 0.56 | 0.64 |
| Hex | D6 | 9A | 6E | 0 | 1C | 31 | 10 | 19 | 38 | 40 |
| Octal | 326 | 232 | 156 | 0 | 34 | 61 | 20 | 31 | 70 | 100 |
| Binary | 11010110 | 10011010 | 1101110 | 0 | 11100 | 110001 | 10000 | 11001 | 111000 | 1000000 |
Color Harmonies of #D69A6E
Complementary color
Monochromatic Colors of #D69A6E
Black with #D69A6E
Text Example
Text Example
White with #D69A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69A6E; }
p { color: rgb(214,154,110); }
H1.HeaderClassName
{
color: #D69A6E;
}
.AnyTagClassName
{
color: #D69A6E;
}
</style>
background-color css
<style>
a { background-color: #D69A6E; }
a { background-color: rgb(214,154,110); }
div.DivClassName
{
background-color: #D69A6E;
}
.BgClassName
{
background-color: #D69A6E;
}
</style>
border-color css
<style>
span { border-color: #D69A6E; }
span { border-color: rgb(214,154,110); }
td.TdClassName
{
border-color: #D69A6E;
}
.TagClassName
{
border-color: #D69A6E;
}
</style>