#DB9C76

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

Shades of Feldspar #DB9C76

Tints of Feldspar #DB9C76

Color information

#DB9C76 (or 0xDB9C76) is unknown color: approx Feldspar. HEX triplet: DB, 9C and 76. RGB value is (219,156,118). Sum of RGB (Red+Green+Blue) = 219+156+118=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C76 is #246389. Grayscale: #AAAAAA. Windows color (decimal): -2384778 or 7773403. OLE color: 7773403.

HSL color Cylindrical-coordinate representation of color #DB9C76: hue angle of 22.57º 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 #DB9C76 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB219156118-
CMYK00.290.460.14
HSL22.57º58.38%66.08%-
HSV(B)22.57º46.12%85.88%-
XYZ44.3740.1522.55-
YUV170.598.37162.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.42%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=44.42%
G=31.64%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915611800.290.460.1422.5758.3866.08
HexDB9C7601D2EE173a42
Octal33323416603556162772102
Binary110110111001110011101100111011011101110101111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9C76; }

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

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

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

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

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

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

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

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