#DBA59F

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

Shades of Eunry #DBA59F

Tints of Eunry #DBA59F

Color information

#DBA59F (or 0xDBA59F) is unknown color: approx Eunry. HEX triplet: DB, A5 and 9F. RGB value is (219,165,159). Sum of RGB (Red+Green+Blue) = 219+165+159=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA59F is #245A60. Grayscale: #B4B4B4. Windows color (decimal): -2382433 or 10462683. OLE color: 10462683.

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

Color convert

RGB219165159-
CMYK00.250.270.14
HSL45.45%74.12%-
HSV(B)27.4%85.88%-
XYZ48.9344.4738.81-
YUV180.46115.89155.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.33%
GREEN value IS 165 (64.84% from 255) = 30.39%
BLUE value IS 159 (62.5% from 255) = 29.28%
R=40.33%
G=30.39%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916515900.250.270.14645.4574.12
HexDBA59F0191BE62d4a
Octal3332452370313316655112
Binary1101101110100101100111110110011101111101101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA59F; }

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

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

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

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

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

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

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

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