#DBA39F

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

Shades of Eunry #DBA39F

Tints of Eunry #DBA39F

Color information

#DBA39F (or 0xDBA39F) is unknown color: approx Eunry. HEX triplet: DB, A3 and 9F. RGB value is (219,163,159). Sum of RGB (Red+Green+Blue) = 219+163+159=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA39F is #245C60. Grayscale: #B3B3B3. Windows color (decimal): -2382945 or 10462171. OLE color: 10462171.

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

Color convert

RGB219163159-
CMYK00.260.270.14
HSL45.45%74.12%-
HSV(B)27.4%85.88%-
XYZ48.5743.7638.69-
YUV179.29116.55156.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 163 (64.06% from 255) = 30.13%
BLUE value IS 159 (62.5% from 255) = 29.39%
R=40.48%
G=30.13%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916315900.260.270.14445.4574.12
HexDBA39F01A1BE42d4a
Octal3332432370323316455112
Binary1101101110100011100111110110101101111101001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA39F; }

 p { color: rgb(219,163,159); }

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

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

 a { background-color: rgb(219,163,159); }

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

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

 span { border-color: rgb(219,163,159); }

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