Shades of Feldspar #D38C76
Tints of Feldspar #D38C76
RGB
CMYK
RGB Variations
Color information
#D38C76 (or 0xD38C76) is known color: Feldspar. HEX triplet: D3, 8C and 76. RGB value is (211,140,118). Sum of RGB (Red+Green+Blue) = 211+140+118=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38C76 is #2C7389. Grayscale: #9E9E9E. Windows color (decimal): -2913162 or 7769299. OLE color: 7769299.
HSL color Cylindrical-coordinate representation of color #D38C76: hue angle of 14.19º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D38C76 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 140 | 118 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.17 |
| HSL | 14.19º | 0.51% | 0.65% | - |
| HSV(B) | 14.19º | 0.44% | 0.83% | - |
| XYZ | 39.51 | 33.91 | 21.6 | - |
| YUV | 158.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 118 | 0 | 0.34 | 0.44 | 0.17 | 14.19 | 0.51 | 0.65 |
| Hex | D3 | 8C | 76 | 0 | 22 | 2C | 11 | E | 33 | 41 |
| Octal | 323 | 214 | 166 | 0 | 42 | 54 | 21 | 16 | 63 | 101 |
| Binary | 11010011 | 10001100 | 1110110 | 0 | 100010 | 101100 | 10001 | 1110 | 110011 | 1000001 |
Color Harmonies of #D38C76
Complementary color
Monochromatic Colors of #D38C76
Black with #D38C76
Text Example
Text Example
White with #D38C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38C76; }
p { color: rgb(211,140,118); }
H1.HeaderClassName
{
color: #D38C76;
}
.AnyTagClassName
{
color: #D38C76;
}
</style>
background-color css
<style>
a { background-color: #D38C76; }
a { background-color: rgb(211,140,118); }
div.DivClassName
{
background-color: #D38C76;
}
.BgClassName
{
background-color: #D38C76;
}
</style>
border-color css
<style>
span { border-color: #D38C76; }
span { border-color: rgb(211,140,118); }
td.TdClassName
{
border-color: #D38C76;
}
.TagClassName
{
border-color: #D38C76;
}
</style>