#DB9076

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

Shades of Feldspar #DB9076

Tints of Feldspar #DB9076

Color information

#DB9076 (or 0xDB9076) is unknown color: approx Feldspar. HEX triplet: DB, 90 and 76. RGB value is (219,144,118). Sum of RGB (Red+Green+Blue) = 219+144+118=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9076 is #246F89. Grayscale: #A3A3A3. Windows color (decimal): -2387850 or 7770331. OLE color: 7770331.

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

Color convert

RGB219144118-
CMYK00.340.460.14
HSL15.45º58.38%66.08%-
HSV(B)15.45º46.12%85.88%-
XYZ42.4636.3121.91-
YUV163.46102.35167.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.53%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 118 (46.48% from 255) = 24.53%
R=45.53%
G=29.94%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914411800.340.460.1415.4558.3866.08
HexDB90760222EEf3a42
Octal33322016604256161772102
Binary110110111001000011101100100010101110111011111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9076; }

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

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

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

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

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

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

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

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