#DBA6A4

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

Shades of Eunry #DBA6A4

Tints of Eunry #DBA6A4

Color information

#DBA6A4 (or 0xDBA6A4) is unknown color: approx Eunry. HEX triplet: DB, A6 and A4. RGB value is (219,166,164). Sum of RGB (Red+Green+Blue) = 219+166+164=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA6A4 is #24595B. Grayscale: #B5B5B5. Windows color (decimal): -2382172 or 10790619. OLE color: 10790619.

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

Color convert

RGB219166164-
CMYK00.240.250.14
HSL2.18º43.31%75.1%-
HSV(B)2.18º25.11%85.88%-
XYZ49.5545.0141.2-
YUV181.62118.06154.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.89%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 164 (64.45% from 255) = 29.87%
R=39.89%
G=30.24%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916616400.240.250.142.1843.3175.1
HexDBA6A401819E22b4b
Octal3332462440303116253113
Binary110110111010011010100100011000110011110101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6A4; }

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

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

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

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

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

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

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

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