#DBA5A1

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

Shades of Eunry #DBA5A1

Tints of Eunry #DBA5A1

Color information

#DBA5A1 (or 0xDBA5A1) is unknown color: approx Eunry. HEX triplet: DB, A5 and A1. RGB value is (219,165,161). Sum of RGB (Red+Green+Blue) = 219+165+161=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA5A1 is #245A5E. Grayscale: #B4B4B4. Windows color (decimal): -2382431 or 10593755. OLE color: 10593755.

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

Color convert

RGB219165161-
CMYK00.250.260.14
HSL4.14º44.62%74.51%-
HSV(B)4.14º26.48%85.88%-
XYZ49.144.5439.73-
YUV180.69116.89155.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=40.18%
G=30.28%
B=29.54%

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
Decimal21916516100.250.260.144.1444.6274.51
HexDBA5A10191AE42d4b
Octal3332452410313216455113
Binary1101101110100101101000010110011101011101001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA5A1; }

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

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

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

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

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

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

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

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