#DBA7A0

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

Shades of Eunry #DBA7A0

Tints of Eunry #DBA7A0

Color information

#DBA7A0 (or 0xDBA7A0) is unknown color: approx Eunry. HEX triplet: DB, A7 and A0. RGB value is (219,167,160). Sum of RGB (Red+Green+Blue) = 219+167+160=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA7A0 is #24585F. Grayscale: #B5B5B5. Windows color (decimal): -2381920 or 10528731. OLE color: 10528731.

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

Color convert

RGB219167160-
CMYK00.240.270.14
HSL7.12º45.04%74.31%-
HSV(B)7.12º26.94%85.88%-
XYZ49.3845.2439.39-
YUV181.75115.73154.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.11%
GREEN value IS 167 (65.62% from 255) = 30.59%
BLUE value IS 160 (62.89% from 255) = 29.30%
R=40.11%
G=30.59%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916716000.240.270.147.1245.0474.31
HexDBA7A00181BE72d4a
Octal3332472400303316755112
Binary1101101110100111101000000110001101111101111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7A0; }

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

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

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

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

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

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

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

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