#D89775

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

Shades of Feldspar #D89775

Tints of Feldspar #D89775

Color information

#D89775 (or 0xD89775) is unknown color: approx Feldspar. HEX triplet: D8, 97 and 75. RGB value is (216,151,117). Sum of RGB (Red+Green+Blue) = 216+151+117=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D89775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89775 is #27688A. Grayscale: #A6A6A6. Windows color (decimal): -2582667 or 7706584. OLE color: 7706584.

HSL color Cylindrical-coordinate representation of color #D89775: hue angle of 20.61º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D89775 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB216151117-
CMYK00.300.460.15
HSL20.61º55.93%65.29%-
HSV(B)20.61º45.83%84.71%-
XYZ42.638.0221.92-
YUV166.56100.03163.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.63%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=44.63%
G=31.20%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615111700.300.460.1520.6155.9365.29
HexD8977501E2EF153841
Octal33022716503656172570101
Binary110110001001011111101010111101011101111101011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89775; }

 p { color: rgb(216,151,117); }

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

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

 a { background-color: rgb(216,151,117); }

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

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

 span { border-color: rgb(216,151,117); }

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