Html Css Color HEX #D88D71 Feldspar

📋 copy color: '#D88D71'

red 216 ◦ green 141 ◦ blue 113

#D88D71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #D88D71

Tints of Feldspar #D88D71

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 value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D88D71 (or 0xD88D71) is known color: 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

RGB 216 141 113 -
CMYK 0 0.35 0.48 0.15
HSL 16.31º 0.57% 0.65% -
HSV(B) 16.31º 0.48% 0.85% -
XYZ 40.82 34.84 20.2 -
YUV 160.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 216 141 113 0 0.35 0.48 0.15 16.31 0.57 0.65
Hex D8 8D 71 0 23 30 F 10 39 41
Octal 330 215 161 0 43 60 17 20 71 101
Binary 11011000 10001101 1110001 0 100011 110000 1111 10000 111001 1000001

Color Harmonies of #D88D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88D71

Black with #D88D71

Text Example


Text Example

White with #D88D71

Text Example


Text Example

HTML Codes & Css Web 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>