Shades of Feldspar #D88C73
Tints of Feldspar #D88C73
RGB
CMYK
RGB Variations
Color information
#D88C73 (or 0xD88C73) is known color: Feldspar. HEX triplet: D8, 8C and 73. RGB value is (216,140,115). Sum of RGB (Red+Green+Blue) = 216+140+115=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88C73 is #27738C. Grayscale: #A0A0A0. Windows color (decimal): -2585485 or 7572696. OLE color: 7572696.
HSL color Cylindrical-coordinate representation of color #D88C73: hue angle of 14.85º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D88C73 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 115 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.15 |
| HSL | 14.85º | 0.56% | 0.65% | - |
| HSV(B) | 14.85º | 0.47% | 0.85% | - |
| XYZ | 40.79 | 34.59 | 20.75 | - |
| YUV | 159.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 115 | 0 | 0.35 | 0.47 | 0.15 | 14.85 | 0.56 | 0.65 |
| Hex | D8 | 8C | 73 | 0 | 23 | 2F | F | F | 38 | 41 |
| Octal | 330 | 214 | 163 | 0 | 43 | 57 | 17 | 17 | 70 | 101 |
| Binary | 11011000 | 10001100 | 1110011 | 0 | 100011 | 101111 | 1111 | 1111 | 111000 | 1000001 |
Color Harmonies of #D88C73
Complementary color
Monochromatic Colors of #D88C73
Black with #D88C73
Text Example
Text Example
White with #D88C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C73; }
p { color: rgb(216,140,115); }
H1.HeaderClassName
{
color: #D88C73;
}
.AnyTagClassName
{
color: #D88C73;
}
</style>
background-color css
<style>
a { background-color: #D88C73; }
a { background-color: rgb(216,140,115); }
div.DivClassName
{
background-color: #D88C73;
}
.BgClassName
{
background-color: #D88C73;
}
</style>
border-color css
<style>
span { border-color: #D88C73; }
span { border-color: rgb(216,140,115); }
td.TdClassName
{
border-color: #D88C73;
}
.TagClassName
{
border-color: #D88C73;
}
</style>