#DB9876

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

Shades of Feldspar #DB9876

Tints of Feldspar #DB9876

Color information

#DB9876 (or 0xDB9876) is unknown color: approx Feldspar. HEX triplet: DB, 98 and 76. RGB value is (219,152,118). Sum of RGB (Red+Green+Blue) = 219+152+118=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9876 is #246789. Grayscale: #A8A8A8. Windows color (decimal): -2385802 or 7772379. OLE color: 7772379.

HSL color Cylindrical-coordinate representation of color #DB9876: hue angle of 20.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB9876 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB219152118-
CMYK00.310.460.14
HSL20.2º58.38%66.08%-
HSV(B)20.2º46.12%85.88%-
XYZ43.7138.8222.33-
YUV168.1699.7164.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.79%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 118 (46.48% from 255) = 24.13%
R=44.79%
G=31.08%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915211800.310.460.1420.258.3866.08
HexDB987601F2EE143a42
Octal33323016603756162472102
Binary110110111001100011101100111111011101110101001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9876; }

 p { color: rgb(219,152,118); }

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

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

 a { background-color: rgb(219,152,118); }

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

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

 span { border-color: rgb(219,152,118); }

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