#DBA2A0

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

Shades of Eunry #DBA2A0

Tints of Eunry #DBA2A0

Color information

#DBA2A0 (or 0xDBA2A0) is unknown color: approx Eunry. HEX triplet: DB, A2 and A0. RGB value is (219,162,160). Sum of RGB (Red+Green+Blue) = 219+162+160=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA2A0 is #245D5F. Grayscale: #B2B2B2. Windows color (decimal): -2383200 or 10527451. OLE color: 10527451.

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

Color convert

RGB219162160-
CMYK00.260.270.14
HSL2.03º45.04%74.31%-
HSV(B)2.03º26.94%85.88%-
XYZ48.4843.4439.09-
YUV178.82117.38156.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 162 (63.67% from 255) = 29.94%
BLUE value IS 160 (62.89% from 255) = 29.57%
R=40.48%
G=29.94%
B=29.57%

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
Decimal21916216000.260.270.142.0345.0474.31
HexDBA2A001A1BE22d4a
Octal3332422400323316255112
Binary110110111010001010100000011010110111110101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA2A0; }

 p { color: rgb(219,162,160); }

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

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

 a { background-color: rgb(219,162,160); }

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

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

 span { border-color: rgb(219,162,160); }

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