Shades of Feldspar #D3926C
Tints of Feldspar #D3926C
RGB
CMYK
RGB Variations
Color information
#D3926C (or 0xD3926C) is known color: Feldspar. HEX triplet: D3, 92 and 6C. RGB value is (211,146,108). Sum of RGB (Red+Green+Blue) = 211+146+108=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D3926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3926C is #2C6D93. Grayscale: #A1A1A1. Windows color (decimal): -2911636 or 7115475. OLE color: 7115475.
HSL color Cylindrical-coordinate representation of color #D3926C: hue angle of 22.14º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3926C is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 108 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.17 |
| HSL | 22.14º | 0.54% | 0.63% | - |
| HSV(B) | 22.14º | 0.49% | 0.83% | - |
| XYZ | 39.85 | 35.49 | 18.94 | - |
| YUV | 161.1 | 98.03 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 108 | 0 | 0.31 | 0.49 | 0.17 | 22.14 | 0.54 | 0.63 |
| Hex | D3 | 92 | 6C | 0 | 1F | 31 | 11 | 16 | 36 | 3F |
| Octal | 323 | 222 | 154 | 0 | 37 | 61 | 21 | 26 | 66 | 77 |
| Binary | 11010011 | 10010010 | 1101100 | 0 | 11111 | 110001 | 10001 | 10110 | 110110 | 111111 |
Color Harmonies of #D3926C
Complementary color
Monochromatic Colors of #D3926C
Black with #D3926C
Text Example
Text Example
White with #D3926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3926C; }
p { color: rgb(211,146,108); }
H1.HeaderClassName
{
color: #D3926C;
}
.AnyTagClassName
{
color: #D3926C;
}
</style>
background-color css
<style>
a { background-color: #D3926C; }
a { background-color: rgb(211,146,108); }
div.DivClassName
{
background-color: #D3926C;
}
.BgClassName
{
background-color: #D3926C;
}
</style>
border-color css
<style>
span { border-color: #D3926C; }
span { border-color: rgb(211,146,108); }
td.TdClassName
{
border-color: #D3926C;
}
.TagClassName
{
border-color: #D3926C;
}
</style>