#DB9878

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

Shades of Feldspar #DB9878

Tints of Feldspar #DB9878

Color information

#DB9878 (or 0xDB9878) is unknown color: approx Feldspar. HEX triplet: DB, 98 and 78. RGB value is (219,152,120). Sum of RGB (Red+Green+Blue) = 219+152+120=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9878 is #246787. Grayscale: #A8A8A8. Windows color (decimal): -2385800 or 7903451. OLE color: 7903451.

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

Color convert

RGB219152120-
CMYK00.310.450.14
HSL19.39º57.89%66.47%-
HSV(B)19.39º45.21%85.88%-
XYZ43.8338.8722.96-
YUV168.38100.7164.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.60%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 120 (47.27% from 255) = 24.44%
R=44.60%
G=30.96%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915212000.310.450.1419.3957.8966.47
HexDB987801F2DE133a42
Octal33323017003755162372102
Binary110110111001100011110000111111011011110100111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9878; }

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

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

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

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

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

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

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

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