Shades of Feldspar #D38A75
Tints of Feldspar #D38A75
RGB
CMYK
RGB Variations
Color information
#D38A75 (or 0xD38A75) is known color: Feldspar. HEX triplet: D3, 8A and 75. RGB value is (211,138,117). Sum of RGB (Red+Green+Blue) = 211+138+117=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38A75 is #2C758A. Grayscale: #9D9D9D. Windows color (decimal): -2913675 or 7703251. OLE color: 7703251.
HSL color Cylindrical-coordinate representation of color #D38A75: hue angle of 13.4º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D38A75 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 117 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.17 |
| HSL | 13.4º | 0.52% | 0.64% | - |
| HSV(B) | 13.4º | 0.45% | 0.83% | - |
| XYZ | 39.16 | 33.31 | 21.2 | - |
| YUV | 157.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 117 | 0 | 0.35 | 0.45 | 0.17 | 13.4 | 0.52 | 0.64 |
| Hex | D3 | 8A | 75 | 0 | 23 | 2D | 11 | D | 34 | 40 |
| Octal | 323 | 212 | 165 | 0 | 43 | 55 | 21 | 15 | 64 | 100 |
| Binary | 11010011 | 10001010 | 1110101 | 0 | 100011 | 101101 | 10001 | 1101 | 110100 | 1000000 |
Color Harmonies of #D38A75
Complementary color
Monochromatic Colors of #D38A75
Black with #D38A75
Text Example
Text Example
White with #D38A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38A75; }
p { color: rgb(211,138,117); }
H1.HeaderClassName
{
color: #D38A75;
}
.AnyTagClassName
{
color: #D38A75;
}
</style>
background-color css
<style>
a { background-color: #D38A75; }
a { background-color: rgb(211,138,117); }
div.DivClassName
{
background-color: #D38A75;
}
.BgClassName
{
background-color: #D38A75;
}
</style>
border-color css
<style>
span { border-color: #D38A75; }
span { border-color: rgb(211,138,117); }
td.TdClassName
{
border-color: #D38A75;
}
.TagClassName
{
border-color: #D38A75;
}
</style>