Shades of Feldspar #D59376
Tints of Feldspar #D59376
RGB
CMYK
RGB Variations
Color information
#D59376 (or 0xD59376) is known color: Feldspar. HEX triplet: D5, 93 and 76. RGB value is (213,147,118). Sum of RGB (Red+Green+Blue) = 213+147+118=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D59376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59376 is #2A6C89. Grayscale: #A3A3A3. Windows color (decimal): -2780298 or 7771093. OLE color: 7771093.
HSL color Cylindrical-coordinate representation of color #D59376: hue angle of 18.32º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D59376 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 118 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.16 |
| HSL | 18.32º | 0.53% | 0.65% | - |
| HSV(B) | 18.32º | 0.45% | 0.84% | - |
| XYZ | 41.14 | 36.32 | 21.98 | - |
| YUV | 163.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 118 | 0 | 0.31 | 0.45 | 0.16 | 18.32 | 0.53 | 0.65 |
| Hex | D5 | 93 | 76 | 0 | 1F | 2D | 10 | 12 | 35 | 41 |
| Octal | 325 | 223 | 166 | 0 | 37 | 55 | 20 | 22 | 65 | 101 |
| Binary | 11010101 | 10010011 | 1110110 | 0 | 11111 | 101101 | 10000 | 10010 | 110101 | 1000001 |
Color Harmonies of #D59376
Complementary color
Monochromatic Colors of #D59376
Black with #D59376
Text Example
Text Example
White with #D59376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59376; }
p { color: rgb(213,147,118); }
H1.HeaderClassName
{
color: #D59376;
}
.AnyTagClassName
{
color: #D59376;
}
</style>
background-color css
<style>
a { background-color: #D59376; }
a { background-color: rgb(213,147,118); }
div.DivClassName
{
background-color: #D59376;
}
.BgClassName
{
background-color: #D59376;
}
</style>
border-color css
<style>
span { border-color: #D59376; }
span { border-color: rgb(213,147,118); }
td.TdClassName
{
border-color: #D59376;
}
.TagClassName
{
border-color: #D59376;
}
</style>