#D89A72

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

Shades of Feldspar #D89A72

Tints of Feldspar #D89A72

Color information

#D89A72 (or 0xD89A72) is unknown color: approx Feldspar. HEX triplet: D8, 9A and 72. RGB value is (216,154,114). Sum of RGB (Red+Green+Blue) = 216+154+114=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89A72 is #27658D. Grayscale: #A8A8A8. Windows color (decimal): -2581902 or 7510744. OLE color: 7510744.

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

Color convert

RGB216154114-
CMYK00.290.470.15
HSL23.53º56.67%64.71%-
HSV(B)23.53º47.22%84.71%-
XYZ42.9138.9321.17-
YUV167.9897.54162.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.63%
GREEN value IS 154 (60.55% from 255) = 31.82%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=44.63%
G=31.82%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615411400.290.470.1523.5356.6764.71
HexD89A7201D2FF183941
Octal33023216203557173071101
Binary110110001001101011100100111011011111111110001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89A72; }

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

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

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

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

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

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

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

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