Shades of Feldspar #D59B7E
Tints of Feldspar #D59B7E
RGB
CMYK
RGB Variations
Color information
#D59B7E (or 0xD59B7E) is known color: Feldspar. HEX triplet: D5, 9B and 7E. RGB value is (213,155,126). Sum of RGB (Red+Green+Blue) = 213+155+126=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B7E is #2A6481. Grayscale: #A9A9A9. Windows color (decimal): -2778242 or 8297429. OLE color: 8297429.
HSL color Cylindrical-coordinate representation of color #D59B7E: hue angle of 20º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D59B7E is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 126 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.16 |
| HSL | 20º | 0.51% | 0.66% | - |
| HSV(B) | 20º | 0.41% | 0.84% | - |
| XYZ | 42.93 | 39.1 | 25.02 | - |
| YUV | 169.04 | 103.72 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 126 | 0 | 0.27 | 0.41 | 0.16 | 20 | 0.51 | 0.66 |
| Hex | D5 | 9B | 7E | 0 | 1B | 29 | 10 | 14 | 33 | 42 |
| Octal | 325 | 233 | 176 | 0 | 33 | 51 | 20 | 24 | 63 | 102 |
| Binary | 11010101 | 10011011 | 1111110 | 0 | 11011 | 101001 | 10000 | 10100 | 110011 | 1000010 |
Color Harmonies of #D59B7E
Complementary color
Monochromatic Colors of #D59B7E
Black with #D59B7E
Text Example
Text Example
White with #D59B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B7E; }
p { color: rgb(213,155,126); }
H1.HeaderClassName
{
color: #D59B7E;
}
.AnyTagClassName
{
color: #D59B7E;
}
</style>
background-color css
<style>
a { background-color: #D59B7E; }
a { background-color: rgb(213,155,126); }
div.DivClassName
{
background-color: #D59B7E;
}
.BgClassName
{
background-color: #D59B7E;
}
</style>
border-color css
<style>
span { border-color: #D59B7E; }
span { border-color: rgb(213,155,126); }
td.TdClassName
{
border-color: #D59B7E;
}
.TagClassName
{
border-color: #D59B7E;
}
</style>