#D89875

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

Shades of Feldspar #D89875

Tints of Feldspar #D89875

Color information

#D89875 (or 0xD89875) is unknown color: approx Feldspar. HEX triplet: D8, 98 and 75. RGB value is (216,152,117). Sum of RGB (Red+Green+Blue) = 216+152+117=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D89875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89875 is #27678A. Grayscale: #A7A7A7. Windows color (decimal): -2582411 or 7706840. OLE color: 7706840.

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

Color convert

RGB216152117-
CMYK00.300.460.15
HSL21.21º55.93%65.29%-
HSV(B)21.21º45.83%84.71%-
XYZ42.7638.3421.98-
YUV167.1599.7162.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=44.54%
G=31.34%
B=24.12%

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
Decimal21615211700.300.460.1521.2155.9365.29
HexD8987501E2EF153841
Octal33023016503656172570101
Binary110110001001100011101010111101011101111101011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89875; }

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

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

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

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

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

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

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

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