#D89879

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

Shades of Feldspar #D89879

Tints of Feldspar #D89879

Color information

#D89879 (or 0xD89879) is unknown color: approx Feldspar. HEX triplet: D8, 98 and 79. RGB value is (216,152,121). Sum of RGB (Red+Green+Blue) = 216+152+121=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D89879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89879 is #276786. Grayscale: #A7A7A7. Windows color (decimal): -2582407 or 7968984. OLE color: 7968984.

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

Color convert

RGB216152121-
CMYK00.300.440.15
HSL19.58º54.91%66.08%-
HSV(B)19.58º43.98%84.71%-
XYZ4338.4423.24-
YUV167.6101.7162.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=44.17%
G=31.08%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615212100.300.440.1519.5854.9166.08
HexD8987901E2CF143742
Octal33023017103654172467102
Binary110110001001100011110010111101011001111101001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89879; }

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

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

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

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

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

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

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

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