#D89677

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

Shades of Feldspar #D89677

Tints of Feldspar #D89677

Color information

#D89677 (or 0xD89677) is unknown color: approx Feldspar. HEX triplet: D8, 96 and 77. RGB value is (216,150,119). Sum of RGB (Red+Green+Blue) = 216+150+119=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D89677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89677 is #276988. Grayscale: #A6A6A6. Windows color (decimal): -2582921 or 7837400. OLE color: 7837400.

HSL color Cylindrical-coordinate representation of color #D89677: hue angle of 19.18º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D89677 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB216150119-
CMYK00.310.450.15
HSL19.18º55.43%65.69%-
HSV(B)19.18º44.91%84.71%-
XYZ42.5637.7422.5-
YUV166.2101.37163.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=44.54%
G=30.93%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615011900.310.450.1519.1855.4365.69
HexD8967701F2DF133742
Octal33022616703755172367102
Binary110110001001011011101110111111011011111100111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89677; }

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

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

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

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

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

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

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

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