#D89881

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

Shades of Feldspar #D89881

Tints of Feldspar #D89881

Color information

#D89881 (or 0xD89881) is unknown color: approx Feldspar. HEX triplet: D8, 98 and 81. RGB value is (216,152,129). Sum of RGB (Red+Green+Blue) = 216+152+129=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D89881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89881 is #27677E. Grayscale: #A8A8A8. Windows color (decimal): -2582399 or 8493272. OLE color: 8493272.

HSL color Cylindrical-coordinate representation of color #D89881: hue angle of 15.86º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D89881 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB216152129-
CMYK00.300.400.15
HSL15.86º52.73%67.65%-
HSV(B)15.86º40.28%84.71%-
XYZ43.5138.6425.93-
YUV168.51105.7161.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.46%
GREEN value IS 152 (59.77% from 255) = 30.58%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=43.46%
G=30.58%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615212900.300.400.1515.8652.7367.65
HexD8988101E28F103544
Octal33023020103650172065104
Binary1101100010011000100000010111101010001111100001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89881; }

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

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

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

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

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

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

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

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