Shades of Feldspar #D7A06F
Tints of Feldspar #D7A06F
RGB
CMYK
RGB Variations
Color information
#D7A06F (or 0xD7A06F) is known color: Feldspar. HEX triplet: D7, A0 and 6F. RGB value is (215,160,111). Sum of RGB (Red+Green+Blue) = 215+160+111=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A06F is #285F90. Grayscale: #ABABAB. Windows color (decimal): -2645905 or 7315671. OLE color: 7315671.
HSL color Cylindrical-coordinate representation of color #D7A06F: hue angle of 28.27º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7A06F is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 111 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.16 |
| HSL | 28.27º | 0.57% | 0.64% | - |
| HSV(B) | 28.27º | 0.48% | 0.84% | - |
| XYZ | 43.46 | 40.74 | 20.61 | - |
| YUV | 170.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 111 | 0 | 0.26 | 0.48 | 0.16 | 28.27 | 0.57 | 0.64 |
| Hex | D7 | A0 | 6F | 0 | 1A | 30 | 10 | 1C | 39 | 40 |
| Octal | 327 | 240 | 157 | 0 | 32 | 60 | 20 | 34 | 71 | 100 |
| Binary | 11010111 | 10100000 | 1101111 | 0 | 11010 | 110000 | 10000 | 11100 | 111001 | 1000000 |
Color Harmonies of #D7A06F
Complementary color
Monochromatic Colors of #D7A06F
Black with #D7A06F
Text Example
Text Example
White with #D7A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A06F; }
p { color: rgb(215,160,111); }
H1.HeaderClassName
{
color: #D7A06F;
}
.AnyTagClassName
{
color: #D7A06F;
}
</style>
background-color css
<style>
a { background-color: #D7A06F; }
a { background-color: rgb(215,160,111); }
div.DivClassName
{
background-color: #D7A06F;
}
.BgClassName
{
background-color: #D7A06F;
}
</style>
border-color css
<style>
span { border-color: #D7A06F; }
span { border-color: rgb(215,160,111); }
td.TdClassName
{
border-color: #D7A06F;
}
.TagClassName
{
border-color: #D7A06F;
}
</style>