#D89A80

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

Shades of Feldspar #D89A80

Tints of Feldspar #D89A80

Color information

#D89A80 (or 0xD89A80) is unknown color: approx Feldspar. HEX triplet: D8, 9A and 80. RGB value is (216,154,128). Sum of RGB (Red+Green+Blue) = 216+154+128=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89A80 is #27657F. Grayscale: #A9A9A9. Windows color (decimal): -2581888 or 8428248. OLE color: 8428248.

HSL color Cylindrical-coordinate representation of color #D89A80: hue angle of 17.73º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D89A80 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB216154128-
CMYK00.290.410.15
HSL17.73º53.01%67.45%-
HSV(B)17.73º40.74%84.71%-
XYZ43.7739.2725.69-
YUV169.57104.54161.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.37%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=43.37%
G=30.92%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615412800.290.410.1517.7353.0167.45
HexD89A8001D29F123543
Octal33023220003551172265103
Binary1101100010011010100000000111011010011111100101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89A80; }

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

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

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

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

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

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

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

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