#D89675

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

Shades of Feldspar #D89675

Tints of Feldspar #D89675

Color information

#D89675 (or 0xD89675) is unknown color: approx Feldspar. HEX triplet: D8, 96 and 75. RGB value is (216,150,117). Sum of RGB (Red+Green+Blue) = 216+150+117=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D89675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89675 is #27698A. Grayscale: #A6A6A6. Windows color (decimal): -2582923 or 7706328. OLE color: 7706328.

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

Color convert

RGB216150117-
CMYK00.310.460.15
HSL20º55.93%65.29%-
HSV(B)20º45.83%84.71%-
XYZ42.4437.721.87-
YUV165.97100.37163.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 150 (58.98% from 255) = 31.06%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=44.72%
G=31.06%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615011700.310.460.152055.9365.29
HexD8967501F2EF143841
Octal33022616503756172470101
Binary110110001001011011101010111111011101111101001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89675; }

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

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

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

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

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

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

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

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