#D89D77

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

Shades of Feldspar #D89D77

Tints of Feldspar #D89D77

Color information

#D89D77 (or 0xD89D77) is unknown color: approx Feldspar. HEX triplet: D8, 9D and 77. RGB value is (216,157,119). Sum of RGB (Red+Green+Blue) = 216+157+119=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D77 is #276288. Grayscale: #AAAAAA. Windows color (decimal): -2581129 or 7839192. OLE color: 7839192.

HSL color Cylindrical-coordinate representation of color #D89D77: hue angle of 23.51º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D89D77 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB216157119-
CMYK00.270.450.15
HSL23.51º55.43%65.69%-
HSV(B)23.51º44.91%84.71%-
XYZ43.7140.0422.88-
YUV170.3199.05160.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.90%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 119 (46.88% from 255) = 24.19%
R=43.90%
G=31.91%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615711900.270.450.1523.5155.4365.69
HexD89D7701B2DF183742
Octal33023516703355173067102
Binary110110001001110111101110110111011011111110001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89D77; }

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

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

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

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

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

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

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

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