Shades of Feldspar #D58B73
Tints of Feldspar #D58B73
RGB
CMYK
RGB Variations
Color information
#D58B73 (or 0xD58B73) is known color: Feldspar. HEX triplet: D5, 8B and 73. RGB value is (213,139,115). Sum of RGB (Red+Green+Blue) = 213+139+115=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B73 is #2A748C. Grayscale: #9E9E9E. Windows color (decimal): -2782349 or 7572437. OLE color: 7572437.
HSL color Cylindrical-coordinate representation of color #D58B73: hue angle of 14.69º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D58B73 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 115 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.16 |
| HSL | 14.69º | 0.54% | 0.64% | - |
| HSV(B) | 14.69º | 0.46% | 0.84% | - |
| XYZ | 39.77 | 33.85 | 20.66 | - |
| YUV | 158.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 115 | 0 | 0.35 | 0.46 | 0.16 | 14.69 | 0.54 | 0.64 |
| Hex | D5 | 8B | 73 | 0 | 23 | 2E | 10 | F | 36 | 40 |
| Octal | 325 | 213 | 163 | 0 | 43 | 56 | 20 | 17 | 66 | 100 |
| Binary | 11010101 | 10001011 | 1110011 | 0 | 100011 | 101110 | 10000 | 1111 | 110110 | 1000000 |
Color Harmonies of #D58B73
Complementary color
Monochromatic Colors of #D58B73
Black with #D58B73
Text Example
Text Example
White with #D58B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B73; }
p { color: rgb(213,139,115); }
H1.HeaderClassName
{
color: #D58B73;
}
.AnyTagClassName
{
color: #D58B73;
}
</style>
background-color css
<style>
a { background-color: #D58B73; }
a { background-color: rgb(213,139,115); }
div.DivClassName
{
background-color: #D58B73;
}
.BgClassName
{
background-color: #D58B73;
}
</style>
border-color css
<style>
span { border-color: #D58B73; }
span { border-color: rgb(213,139,115); }
td.TdClassName
{
border-color: #D58B73;
}
.TagClassName
{
border-color: #D58B73;
}
</style>