#D89477

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

Shades of Feldspar #D89477

Tints of Feldspar #D89477

Color information

#D89477 (or 0xD89477) is unknown color: approx Feldspar. HEX triplet: D8, 94 and 77. RGB value is (216,148,119). Sum of RGB (Red+Green+Blue) = 216+148+119=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D89477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89477 is #276B88. Grayscale: #A5A5A5. Windows color (decimal): -2583433 or 7836888. OLE color: 7836888.

HSL color Cylindrical-coordinate representation of color #D89477: hue angle of 17.94º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D89477 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB216148119-
CMYK00.310.450.15
HSL17.94º55.43%65.69%-
HSV(B)17.94º44.91%84.71%-
XYZ42.2437.1122.39-
YUV165.03102.03164.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 148 (58.20% from 255) = 30.64%
BLUE value IS 119 (46.88% from 255) = 24.64%
R=44.72%
G=30.64%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614811900.310.450.1517.9455.4365.69
HexD8947701F2DF123742
Octal33022416703755172267102
Binary110110001001010011101110111111011011111100101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89477; }

 p { color: rgb(216,148,119); }

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

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

 a { background-color: rgb(216,148,119); }

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

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

 span { border-color: rgb(216,148,119); }

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