#DB9E70

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

Shades of Feldspar #DB9E70

Tints of Feldspar #DB9E70

Color information

#DB9E70 (or 0xDB9E70) is unknown color: approx Feldspar. HEX triplet: DB, 9E and 70. RGB value is (219,158,112). Sum of RGB (Red+Green+Blue) = 219+158+112=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E70 is #24618F. Grayscale: #ABABAB. Windows color (decimal): -2384272 or 7380699. OLE color: 7380699.

HSL color Cylindrical-coordinate representation of color #DB9E70: hue angle of 25.79º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB9E70 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB219158112-
CMYK00.280.490.14
HSL25.79º59.78%64.9%-
HSV(B)25.79º48.86%85.88%-
XYZ44.3640.6820.84-
YUV170.9994.71162.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.79%
GREEN value IS 158 (62.11% from 255) = 32.31%
BLUE value IS 112 (44.14% from 255) = 22.90%
R=44.79%
G=32.31%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915811200.280.490.1425.7959.7864.9
HexDB9E7001C31E1a3c41
Octal33323616003461163274101
Binary110110111001111011100000111001100011110110101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9E70; }

 p { color: rgb(219,158,112); }

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

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

 a { background-color: rgb(219,158,112); }

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

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

 span { border-color: rgb(219,158,112); }

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