#DB9078

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

Shades of Feldspar #DB9078

Tints of Feldspar #DB9078

Color information

#DB9078 (or 0xDB9078) is unknown color: approx Feldspar. HEX triplet: DB, 90 and 78. RGB value is (219,144,120). Sum of RGB (Red+Green+Blue) = 219+144+120=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9078 is #246F87. Grayscale: #A3A3A3. Windows color (decimal): -2387848 or 7901403. OLE color: 7901403.

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

Color convert

RGB219144120-
CMYK00.340.450.14
HSL14.55º57.89%66.47%-
HSV(B)14.55º45.21%85.88%-
XYZ42.5836.3622.54-
YUV163.69103.35167.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.34%
GREEN value IS 144 (56.64% from 255) = 29.81%
BLUE value IS 120 (47.27% from 255) = 24.84%
R=45.34%
G=29.81%
B=24.84%

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
Decimal21914412000.340.450.1414.5557.8966.47
HexDB90780222DEf3a42
Octal33322017004255161772102
Binary110110111001000011110000100010101101111011111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9078; }

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

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

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

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

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

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

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

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