Html Css Color HEX #D89A71 Feldspar

📋 copy color: '#D89A71'

red 216 ◦ green 154 ◦ blue 113

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

Shades of Feldspar #D89A71

Tints of Feldspar #D89A71

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.88%

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

R = 44.72%
G = 31.88%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D89A71 (or 0xD89A71) is known color: Feldspar. HEX triplet: D8, 9A and 71. RGB value is (216,154,113). Sum of RGB (Red+Green+Blue) = 216+154+113=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89A71 is #27658E. Grayscale: #A8A8A8. Windows color (decimal): -2581903 or 7445208. OLE color: 7445208.

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

Color convert

RGB 216 154 113 -
CMYK 0 0.29 0.48 0.15
HSL 23.88º 0.57% 0.65% -
HSV(B) 23.88º 0.48% 0.85% -
XYZ 42.86 38.9 20.87 -
YUV 167.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 216 154 113 0 0.29 0.48 0.15 23.88 0.57 0.65
Hex D8 9A 71 0 1D 30 F 18 39 41
Octal 330 232 161 0 35 60 17 30 71 101
Binary 11011000 10011010 1110001 0 11101 110000 1111 11000 111001 1000001

Color Harmonies of #D89A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89A71

Black with #D89A71

Text Example


Text Example

White with #D89A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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