Shades of Feldspar #D59B76
Tints of Feldspar #D59B76
RGB
CMYK
RGB Variations
Color information
#D59B76 (or 0xD59B76) is known color: Feldspar. HEX triplet: D5, 9B and 76. RGB value is (213,155,118). Sum of RGB (Red+Green+Blue) = 213+155+118=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B76 is #2A6489. Grayscale: #A8A8A8. Windows color (decimal): -2778250 or 7773141. OLE color: 7773141.
HSL color Cylindrical-coordinate representation of color #D59B76: hue angle of 23.37º 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 #D59B76 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 118 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.16 |
| HSL | 23.37º | 0.53% | 0.65% | - |
| HSV(B) | 23.37º | 0.45% | 0.84% | - |
| XYZ | 42.43 | 38.9 | 22.41 | - |
| YUV | 168.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 118 | 0 | 0.27 | 0.45 | 0.16 | 23.37 | 0.53 | 0.65 |
| Hex | D5 | 9B | 76 | 0 | 1B | 2D | 10 | 17 | 35 | 41 |
| Octal | 325 | 233 | 166 | 0 | 33 | 55 | 20 | 27 | 65 | 101 |
| Binary | 11010101 | 10011011 | 1110110 | 0 | 11011 | 101101 | 10000 | 10111 | 110101 | 1000001 |
Color Harmonies of #D59B76
Complementary color
Monochromatic Colors of #D59B76
Black with #D59B76
Text Example
Text Example
White with #D59B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B76; }
p { color: rgb(213,155,118); }
H1.HeaderClassName
{
color: #D59B76;
}
.AnyTagClassName
{
color: #D59B76;
}
</style>
background-color css
<style>
a { background-color: #D59B76; }
a { background-color: rgb(213,155,118); }
div.DivClassName
{
background-color: #D59B76;
}
.BgClassName
{
background-color: #D59B76;
}
</style>
border-color css
<style>
span { border-color: #D59B76; }
span { border-color: rgb(213,155,118); }
td.TdClassName
{
border-color: #D59B76;
}
.TagClassName
{
border-color: #D59B76;
}
</style>