#DBA49F

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

Shades of Eunry #DBA49F

Tints of Eunry #DBA49F

Color information

#DBA49F (or 0xDBA49F) is unknown color: approx Eunry. HEX triplet: DB, A4 and 9F. RGB value is (219,164,159). Sum of RGB (Red+Green+Blue) = 219+164+159=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA49F is #245B60. Grayscale: #B3B3B3. Windows color (decimal): -2382689 or 10462427. OLE color: 10462427.

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

Color convert

RGB219164159-
CMYK00.250.270.14
HSL45.45%74.12%-
HSV(B)27.4%85.88%-
XYZ48.7544.1138.75-
YUV179.88116.22155.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.41%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 159 (62.5% from 255) = 29.34%
R=40.41%
G=30.26%
B=29.34%

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
Decimal21916415900.250.270.14545.4574.12
HexDBA49F0191BE52d4a
Octal3332442370313316555112
Binary1101101110100100100111110110011101111101011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA49F; }

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

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

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

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

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

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

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

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