#D88D71

Color #D88D71 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #D88D71

Tints of Feldspar #D88D71

Color information

#D88D71 (or 0xD88D71) is unknown color: approx Feldspar. HEX triplet: D8, 8D and 71. RGB value is (216,141,113). Sum of RGB (Red+Green+Blue) = 216+141+113=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88D71 is #27728E. Grayscale: #A0A0A0. Windows color (decimal): -2585231 or 7441880. OLE color: 7441880.

HSL color Cylindrical-coordinate representation of color #D88D71: hue angle of 16.31º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D88D71 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB216141113-
CMYK00.350.480.15
HSL16.31º56.91%64.51%-
HSV(B)16.31º47.69%84.71%-
XYZ40.8234.8420.2-
YUV160.23101.35167.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 45.96%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=45.96%
G=30%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614111300.350.480.1516.3156.9164.51
HexD88D7102330F103941
Octal33021516104360172071101
Binary1101100010001101111000101000111100001111100001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88D71; }

 p { color: rgb(216,141,113); }

 H1.HeaderClassName
 {
   color: #D88D71;
 }
 .AnyTagClassName
 {
   color: #D88D71;
 }
</style>
background-color css

<style>
 a { background-color: #D88D71; }

 a { background-color: rgb(216,141,113); }

 div.DivClassName
 {
   background-color: #D88D71;
 }
 .BgClassName
 {
   background-color: #D88D71;
 }
</style>
border-color css

<style>
 span { border-color: #D88D71; }

 span { border-color: rgb(216,141,113); }

 td.TdClassName
 {
   border-color: #D88D71;
 }
 .TagClassName
 {
   border-color: #D88D71;
 }
</style>