#DB9179

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

Shades of Feldspar #DB9179

Tints of Feldspar #DB9179

Color information

#DB9179 (or 0xDB9179) is unknown color: approx Feldspar. HEX triplet: DB, 91 and 79. RGB value is (219,145,121). Sum of RGB (Red+Green+Blue) = 219+145+121=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9179 is #246E86. Grayscale: #A4A4A4. Windows color (decimal): -2387591 or 7967195. OLE color: 7967195.

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

Color convert

RGB219145121-
CMYK00.340.450.14
HSL14.69º57.65%66.67%-
HSV(B)14.69º44.75%85.88%-
XYZ42.7936.6922.92-
YUV164.39103.52166.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.15%
GREEN value IS 145 (57.03% from 255) = 29.90%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=45.15%
G=29.90%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914512100.340.450.1414.6957.6566.67
HexDB91790222DEf3a43
Octal33322117104255161772103
Binary110110111001000111110010100010101101111011111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9179; }

 p { color: rgb(219,145,121); }

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

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

 a { background-color: rgb(219,145,121); }

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

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

 span { border-color: rgb(219,145,121); }

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