#DBA8A0

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

Shades of Eunry #DBA8A0

Tints of Eunry #DBA8A0

Color information

#DBA8A0 (or 0xDBA8A0) is unknown color: approx Eunry. HEX triplet: DB, A8 and A0. RGB value is (219,168,160). Sum of RGB (Red+Green+Blue) = 219+168+160=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA8A0 is #24575F. Grayscale: #B6B6B6. Windows color (decimal): -2381664 or 10528987. OLE color: 10528987.

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

Color convert

RGB219168160-
CMYK00.230.270.14
HSL8.14º45.04%74.31%-
HSV(B)8.14º26.94%85.88%-
XYZ49.5645.639.45-
YUV182.34115.4154.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 168 (66.02% from 255) = 30.71%
BLUE value IS 160 (62.89% from 255) = 29.25%
R=40.04%
G=30.71%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916816000.230.270.148.1445.0474.31
HexDBA8A00171BE82d4a
Octal33325024002733161055112
Binary11011011101010001010000001011111011111010001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8A0; }

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

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

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

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

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

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

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

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