#D89375

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

Shades of Feldspar #D89375

Tints of Feldspar #D89375

Color information

#D89375 (or 0xD89375) is unknown color: approx Feldspar. HEX triplet: D8, 93 and 75. RGB value is (216,147,117). Sum of RGB (Red+Green+Blue) = 216+147+117=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D89375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89375 is #276C8A. Grayscale: #A4A4A4. Windows color (decimal): -2583691 or 7705560. OLE color: 7705560.

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

Color convert

RGB216147117-
CMYK00.320.460.15
HSL18.18º55.93%65.29%-
HSV(B)18.18º45.83%84.71%-
XYZ41.9636.7521.71-
YUV164.21101.36164.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 117 (46.09% from 255) = 24.38%
R=45%
G=30.62%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614711700.320.460.1518.1855.9365.29
HexD893750202EF123841
Octal33022316504056172270101
Binary1101100010010011111010101000001011101111100101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89375; }

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

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

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

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

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

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

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

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