#D89C77

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

Shades of Feldspar #D89C77

Tints of Feldspar #D89C77

Color information

#D89C77 (or 0xD89C77) is unknown color: approx Feldspar. HEX triplet: D8, 9C and 77. RGB value is (216,156,119). Sum of RGB (Red+Green+Blue) = 216+156+119=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C77 is #276388. Grayscale: #A9A9A9. Windows color (decimal): -2581385 or 7838936. OLE color: 7838936.

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

Color convert

RGB216156119-
CMYK00.280.450.15
HSL22.89º55.43%65.69%-
HSV(B)22.89º44.91%84.71%-
XYZ43.5439.7122.82-
YUV169.7299.38161.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 119 (46.88% from 255) = 24.24%
R=43.99%
G=31.77%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615611900.280.450.1522.8955.4365.69
HexD89C7701C2DF173742
Octal33023416703455172767102
Binary110110001001110011101110111001011011111101111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89C77; }

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

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

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

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

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

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

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

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