#D89D6F

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

Shades of Feldspar #D89D6F

Tints of Feldspar #D89D6F

Color information

#D89D6F (or 0xD89D6F) is unknown color: approx Feldspar. HEX triplet: D8, 9D and 6F. RGB value is (216,157,111). Sum of RGB (Red+Green+Blue) = 216+157+111=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D6F is #276290. Grayscale: #A9A9A9. Windows color (decimal): -2581137 or 7314904. OLE color: 7314904.

HSL color Cylindrical-coordinate representation of color #D89D6F: hue angle of 26.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D89D6F is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB216157111-
CMYK00.270.490.15
HSL26.29º57.38%64.12%-
HSV(B)26.29º48.61%84.71%-
XYZ43.2539.8620.45-
YUV169.495.05161.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.63%
GREEN value IS 157 (61.72% from 255) = 32.44%
BLUE value IS 111 (43.75% from 255) = 22.93%
R=44.63%
G=32.44%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615711100.270.490.1526.2957.3864.12
HexD89D6F01B31F1a3940
Octal33023515703361173271100
Binary110110001001110111011110110111100011111110101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89D6F; }

 p { color: rgb(216,157,111); }

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

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

 a { background-color: rgb(216,157,111); }

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

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

 span { border-color: rgb(216,157,111); }

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