Html Css Color HEX #D89D71 Feldspar

📋 copy color: '#D89D71'

red 216 ◦ green 157 ◦ blue 113

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

Shades of Feldspar #D89D71

Tints of Feldspar #D89D71

RGB

 RED value IS 216 (84.77% from 255) = 44.44%

 GREEN value IS 157 (61.72% from 255) = 32.3%

 BLUE value IS 113 (44.53% from 255) = 23.25%

R = 44.44%
G = 32.3%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D89D71 (or 0xD89D71) is known color: Feldspar. HEX triplet: D8, 9D and 71. RGB value is (216,157,113). Sum of RGB (Red+Green+Blue) = 216+157+113=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D71 is #27628E. Grayscale: #A9A9A9. Windows color (decimal): -2581135 or 7445976. OLE color: 7445976.

HSL color Cylindrical-coordinate representation of color #D89D71: hue angle of 25.63º 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 #D89D71 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 157 113 -
CMYK 0 0.27 0.48 0.15
HSL 25.63º 0.57% 0.65% -
HSV(B) 25.63º 0.48% 0.85% -
XYZ 43.36 39.91 21.04 -
YUV 169.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 216 157 113 0 0.27 0.48 0.15 25.63 0.57 0.65
Hex D8 9D 71 0 1B 30 F 1A 39 41
Octal 330 235 161 0 33 60 17 32 71 101
Binary 11011000 10011101 1110001 0 11011 110000 1111 11010 111001 1000001

Color Harmonies of #D89D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89D71

Black with #D89D71

Text Example


Text Example

White with #D89D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89D71; }

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

 H1.HeaderClassName
 {
   color: #D89D71;
 }
 .AnyTagClassName
 {
   color: #D89D71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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