#D89678

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

Shades of Feldspar #D89678

Tints of Feldspar #D89678

Color information

#D89678 (or 0xD89678) is unknown color: approx Feldspar. HEX triplet: D8, 96 and 78. RGB value is (216,150,120). Sum of RGB (Red+Green+Blue) = 216+150+120=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D89678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89678 is #276987. Grayscale: #A6A6A6. Windows color (decimal): -2582920 or 7902936. OLE color: 7902936.

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

Color convert

RGB216150120-
CMYK00.310.440.15
HSL18.75º55.17%65.88%-
HSV(B)18.75º44.44%84.71%-
XYZ42.6237.7722.81-
YUV166.31101.87163.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.44%
GREEN value IS 150 (58.98% from 255) = 30.86%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=44.44%
G=30.86%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615012000.310.440.1518.7555.1765.88
HexD8967801F2CF133742
Octal33022617003754172367102
Binary110110001001011011110000111111011001111100111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89678; }

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

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

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

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

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

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

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

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