#D89070

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

Shades of Feldspar #D89070

Tints of Feldspar #D89070

Color information

#D89070 (or 0xD89070) is unknown color: approx Feldspar. HEX triplet: D8, 90 and 70. RGB value is (216,144,112). Sum of RGB (Red+Green+Blue) = 216+144+112=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D89070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89070 is #276F8F. Grayscale: #A2A2A2. Windows color (decimal): -2584464 or 7377112. OLE color: 7377112.

HSL color Cylindrical-coordinate representation of color #D89070: hue angle of 18.46º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D89070 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB216144112-
CMYK00.330.480.15
HSL18.46º57.14%64.31%-
HSV(B)18.46º48.15%84.71%-
XYZ41.2235.7220.05-
YUV161.8899.85166.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.76%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 112 (44.14% from 255) = 23.73%
R=45.76%
G=30.51%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614411200.330.480.1518.4657.1464.31
HexD8907002130F123940
Octal33022016004160172271100
Binary1101100010010000111000001000011100001111100101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89070; }

 p { color: rgb(216,144,112); }

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

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

 a { background-color: rgb(216,144,112); }

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

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

 span { border-color: rgb(216,144,112); }

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