#D89A79

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

Shades of Feldspar #D89A79

Tints of Feldspar #D89A79

Color information

#D89A79 (or 0xD89A79) is unknown color: approx Feldspar. HEX triplet: D8, 9A and 79. RGB value is (216,154,121). Sum of RGB (Red+Green+Blue) = 216+154+121=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89A79 is #276586. Grayscale: #A8A8A8. Windows color (decimal): -2581895 or 7969496. OLE color: 7969496.

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

Color convert

RGB216154121-
CMYK00.290.440.15
HSL20.84º54.91%66.08%-
HSV(B)20.84º43.98%84.71%-
XYZ43.3339.0923.35-
YUV168.78101.04161.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 121 (47.66% from 255) = 24.64%
R=43.99%
G=31.36%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615412100.290.440.1520.8454.9166.08
HexD89A7901D2CF153742
Octal33023217103554172567102
Binary110110001001101011110010111011011001111101011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89A79; }

 p { color: rgb(216,154,121); }

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

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

 a { background-color: rgb(216,154,121); }

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

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

 span { border-color: rgb(216,154,121); }

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