Shades of Feldspar #D6927B
Tints of Feldspar #D6927B
RGB
CMYK
RGB Variations
Color information
#D6927B (or 0xD6927B) is known color: Feldspar. HEX triplet: D6, 92 and 7B. RGB value is (214,146,123). Sum of RGB (Red+Green+Blue) = 214+146+123=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6927B is #296D84. Grayscale: #A3A3A3. Windows color (decimal): -2715013 or 8098518. OLE color: 8098518.
HSL color Cylindrical-coordinate representation of color #D6927B: hue angle of 15.16º 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 #D6927B is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 123 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.16 |
| HSL | 15.16º | 0.53% | 0.66% | - |
| HSV(B) | 15.16º | 0.43% | 0.84% | - |
| XYZ | 41.59 | 36.28 | 23.55 | - |
| YUV | 163.71 | 105.03 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 123 | 0 | 0.32 | 0.43 | 0.16 | 15.16 | 0.53 | 0.66 |
| Hex | D6 | 92 | 7B | 0 | 20 | 2B | 10 | F | 35 | 42 |
| Octal | 326 | 222 | 173 | 0 | 40 | 53 | 20 | 17 | 65 | 102 |
| Binary | 11010110 | 10010010 | 1111011 | 0 | 100000 | 101011 | 10000 | 1111 | 110101 | 1000010 |
Color Harmonies of #D6927B
Complementary color
Monochromatic Colors of #D6927B
Black with #D6927B
Text Example
Text Example
White with #D6927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6927B; }
p { color: rgb(214,146,123); }
H1.HeaderClassName
{
color: #D6927B;
}
.AnyTagClassName
{
color: #D6927B;
}
</style>
background-color css
<style>
a { background-color: #D6927B; }
a { background-color: rgb(214,146,123); }
div.DivClassName
{
background-color: #D6927B;
}
.BgClassName
{
background-color: #D6927B;
}
</style>
border-color css
<style>
span { border-color: #D6927B; }
span { border-color: rgb(214,146,123); }
td.TdClassName
{
border-color: #D6927B;
}
.TagClassName
{
border-color: #D6927B;
}
</style>