#D89078

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

Shades of Feldspar #D89078

Tints of Feldspar #D89078

Color information

#D89078 (or 0xD89078) is unknown color: approx Feldspar. HEX triplet: D8, 90 and 78. RGB value is (216,144,120). Sum of RGB (Red+Green+Blue) = 216+144+120=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D89078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89078 is #276F87. Grayscale: #A2A2A2. Windows color (decimal): -2584456 or 7901400. OLE color: 7901400.

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

Color convert

RGB216144120-
CMYK00.330.440.15
HSL15º55.17%65.88%-
HSV(B)15º44.44%84.71%-
XYZ41.6835.922.5-
YUV162.79103.85165.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 120 (47.27% from 255) = 25%
R=45%
G=30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614412000.330.440.151555.1765.88
HexD890780212CFf3742
Octal33022017004154171767102
Binary110110001001000011110000100001101100111111111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89078; }

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

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

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

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

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

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

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

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