#DBA4A1

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

Shades of Eunry #DBA4A1

Tints of Eunry #DBA4A1

Color information

#DBA4A1 (or 0xDBA4A1) is unknown color: approx Eunry. HEX triplet: DB, A4 and A1. RGB value is (219,164,161). Sum of RGB (Red+Green+Blue) = 219+164+161=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA4A1 is #245B5E. Grayscale: #B4B4B4. Windows color (decimal): -2382687 or 10593499. OLE color: 10593499.

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

Color convert

RGB219164161-
CMYK00.250.260.14
HSL3.1º44.62%74.51%-
HSV(B)3.1º26.48%85.88%-
XYZ48.9244.1839.67-
YUV180.1117.22155.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 164 (64.45% from 255) = 30.15%
BLUE value IS 161 (63.28% from 255) = 29.60%
R=40.26%
G=30.15%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916416100.250.260.143.144.6274.51
HexDBA4A10191AE32d4b
Octal3332442410313216355113
Binary110110111010010010100001011001110101110111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA4A1; }

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

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

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

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

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

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

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

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