#DBA6A1

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

Shades of Eunry #DBA6A1

Tints of Eunry #DBA6A1

Color information

#DBA6A1 (or 0xDBA6A1) is unknown color: approx Eunry. HEX triplet: DB, A6 and A1. RGB value is (219,166,161). Sum of RGB (Red+Green+Blue) = 219+166+161=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA6A1 is #24595E. Grayscale: #B5B5B5. Windows color (decimal): -2382175 or 10594011. OLE color: 10594011.

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

Color convert

RGB219166161-
CMYK00.240.260.14
HSL5.17º44.62%74.51%-
HSV(B)5.17º26.48%85.88%-
XYZ49.2844.9139.79-
YUV181.28116.56154.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.11%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 161 (63.28% from 255) = 29.49%
R=40.11%
G=30.40%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916616100.240.260.145.1744.6274.51
HexDBA6A10181AE52d4b
Octal3332462410303216555113
Binary1101101110100110101000010110001101011101011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6A1; }

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

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

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

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

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

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

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

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