Shades of Feldspar #D6A06F
Tints of Feldspar #D6A06F
RGB
CMYK
RGB Variations
Color information
#D6A06F (or 0xD6A06F) is known color: Feldspar. HEX triplet: D6, A0 and 6F. RGB value is (214,160,111). Sum of RGB (Red+Green+Blue) = 214+160+111=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A06F is #295F90. Grayscale: #AAAAAA. Windows color (decimal): -2711441 or 7315670. OLE color: 7315670.
HSL color Cylindrical-coordinate representation of color #D6A06F: hue angle of 28.54º degrees, saturation: 0.56, 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 #D6A06F is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 111 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.16 |
| HSL | 28.54º | 0.56% | 0.64% | - |
| HSV(B) | 28.54º | 0.48% | 0.84% | - |
| XYZ | 43.17 | 40.59 | 20.6 | - |
| YUV | 170.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 111 | 0 | 0.25 | 0.48 | 0.16 | 28.54 | 0.56 | 0.64 |
| Hex | D6 | A0 | 6F | 0 | 19 | 30 | 10 | 1D | 38 | 40 |
| Octal | 326 | 240 | 157 | 0 | 31 | 60 | 20 | 35 | 70 | 100 |
| Binary | 11010110 | 10100000 | 1101111 | 0 | 11001 | 110000 | 10000 | 11101 | 111000 | 1000000 |
Color Harmonies of #D6A06F
Complementary color
Monochromatic Colors of #D6A06F
Black with #D6A06F
Text Example
Text Example
White with #D6A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A06F; }
p { color: rgb(214,160,111); }
H1.HeaderClassName
{
color: #D6A06F;
}
.AnyTagClassName
{
color: #D6A06F;
}
</style>
background-color css
<style>
a { background-color: #D6A06F; }
a { background-color: rgb(214,160,111); }
div.DivClassName
{
background-color: #D6A06F;
}
.BgClassName
{
background-color: #D6A06F;
}
</style>
border-color css
<style>
span { border-color: #D6A06F; }
span { border-color: rgb(214,160,111); }
td.TdClassName
{
border-color: #D6A06F;
}
.TagClassName
{
border-color: #D6A06F;
}
</style>