Shades of Feldspar #D6927A
Tints of Feldspar #D6927A
RGB
CMYK
RGB Variations
Color information
#D6927A (or 0xD6927A) is known color: Feldspar. HEX triplet: D6, 92 and 7A. RGB value is (214,146,122). Sum of RGB (Red+Green+Blue) = 214+146+122=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6927A is #296D85. Grayscale: #A3A3A3. Windows color (decimal): -2715014 or 8032982. OLE color: 8032982.
HSL color Cylindrical-coordinate representation of color #D6927A: hue angle of 15.65º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6927A is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 122 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.16 |
| HSL | 15.65º | 0.53% | 0.66% | - |
| HSV(B) | 15.65º | 0.43% | 0.84% | - |
| XYZ | 41.52 | 36.26 | 23.22 | - |
| YUV | 163.6 | 104.53 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 122 | 0 | 0.32 | 0.43 | 0.16 | 15.65 | 0.53 | 0.66 |
| Hex | D6 | 92 | 7A | 0 | 20 | 2B | 10 | 10 | 35 | 42 |
| Octal | 326 | 222 | 172 | 0 | 40 | 53 | 20 | 20 | 65 | 102 |
| Binary | 11010110 | 10010010 | 1111010 | 0 | 100000 | 101011 | 10000 | 10000 | 110101 | 1000010 |
Color Harmonies of #D6927A
Complementary color
Monochromatic Colors of #D6927A
Black with #D6927A
Text Example
Text Example
White with #D6927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6927A; }
p { color: rgb(214,146,122); }
H1.HeaderClassName
{
color: #D6927A;
}
.AnyTagClassName
{
color: #D6927A;
}
</style>
background-color css
<style>
a { background-color: #D6927A; }
a { background-color: rgb(214,146,122); }
div.DivClassName
{
background-color: #D6927A;
}
.BgClassName
{
background-color: #D6927A;
}
</style>
border-color css
<style>
span { border-color: #D6927A; }
span { border-color: rgb(214,146,122); }
td.TdClassName
{
border-color: #D6927A;
}
.TagClassName
{
border-color: #D6927A;
}
</style>