Shades of Feldspar #D6916E
Tints of Feldspar #D6916E
RGB
CMYK
RGB Variations
Color information
#D6916E (or 0xD6916E) is known color: Feldspar. HEX triplet: D6, 91 and 6E. RGB value is (214,145,110). Sum of RGB (Red+Green+Blue) = 214+145+110=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6916E is #296E91. Grayscale: #A1A1A1. Windows color (decimal): -2715282 or 7246294. OLE color: 7246294.
HSL color Cylindrical-coordinate representation of color #D6916E: hue angle of 20.19º 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 #D6916E is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 110 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.16 |
| HSL | 20.19º | 0.56% | 0.64% | - |
| HSV(B) | 20.19º | 0.49% | 0.84% | - |
| XYZ | 40.67 | 35.67 | 19.49 | - |
| YUV | 161.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 110 | 0 | 0.32 | 0.49 | 0.16 | 20.19 | 0.56 | 0.64 |
| Hex | D6 | 91 | 6E | 0 | 20 | 31 | 10 | 14 | 38 | 40 |
| Octal | 326 | 221 | 156 | 0 | 40 | 61 | 20 | 24 | 70 | 100 |
| Binary | 11010110 | 10010001 | 1101110 | 0 | 100000 | 110001 | 10000 | 10100 | 111000 | 1000000 |
Color Harmonies of #D6916E
Complementary color
Monochromatic Colors of #D6916E
Black with #D6916E
Text Example
Text Example
White with #D6916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6916E; }
p { color: rgb(214,145,110); }
H1.HeaderClassName
{
color: #D6916E;
}
.AnyTagClassName
{
color: #D6916E;
}
</style>
background-color css
<style>
a { background-color: #D6916E; }
a { background-color: rgb(214,145,110); }
div.DivClassName
{
background-color: #D6916E;
}
.BgClassName
{
background-color: #D6916E;
}
</style>
border-color css
<style>
span { border-color: #D6916E; }
span { border-color: rgb(214,145,110); }
td.TdClassName
{
border-color: #D6916E;
}
.TagClassName
{
border-color: #D6916E;
}
</style>