#D89C7A

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

Shades of Feldspar #D89C7A

Tints of Feldspar #D89C7A

Color information

#D89C7A (or 0xD89C7A) is unknown color: approx Feldspar. HEX triplet: D8, 9C and 7A. RGB value is (216,156,122). Sum of RGB (Red+Green+Blue) = 216+156+122=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C7A is #276385. Grayscale: #AAAAAA. Windows color (decimal): -2581382 or 8035544. OLE color: 8035544.

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

Color convert

RGB216156122-
CMYK00.280.440.15
HSL21.7º54.65%66.27%-
HSV(B)21.7º43.52%84.71%-
XYZ43.7239.7823.79-
YUV170.06100.88160.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.72%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 122 (48.05% from 255) = 24.70%
R=43.72%
G=31.58%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615612200.280.440.1521.754.6566.27
HexD89C7A01C2CF163742
Octal33023417203454172667102
Binary110110001001110011110100111001011001111101101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89C7A; }

 p { color: rgb(216,156,122); }

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

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

 a { background-color: rgb(216,156,122); }

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

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

 span { border-color: rgb(216,156,122); }

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