#DBAB9D

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

Shades of Eunry #DBAB9D

Tints of Eunry #DBAB9D

Color information

#DBAB9D (or 0xDBAB9D) is unknown color: approx Eunry. HEX triplet: DB, AB and 9D. RGB value is (219,171,157). Sum of RGB (Red+Green+Blue) = 219+171+157=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB9D is #245462. Grayscale: #B7B7B7. Windows color (decimal): -2380899 or 10333147. OLE color: 10333147.

HSL color Cylindrical-coordinate representation of color #DBAB9D: hue angle of 13.55º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBAB9D is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB219171157-
CMYK00.220.280.14
HSL13.55º46.27%73.73%-
HSV(B)13.55º28.31%85.88%-
XYZ49.8646.6238.27-
YUV183.76112.9153.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 157 (61.72% from 255) = 28.70%
R=40.04%
G=31.26%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917115700.220.280.1413.5546.2773.73
HexDBAB9D0161CEe2e4a
Octal33325323502634161656112
Binary11011011101010111001110101011011100111011101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAB9D; }

 p { color: rgb(219,171,157); }

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

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

 a { background-color: rgb(219,171,157); }

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

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

 span { border-color: rgb(219,171,157); }

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