#DBA49E

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

Shades of Eunry #DBA49E

Tints of Eunry #DBA49E

Color information

#DBA49E (or 0xDBA49E) is unknown color: approx Eunry. HEX triplet: DB, A4 and 9E. RGB value is (219,164,158). Sum of RGB (Red+Green+Blue) = 219+164+158=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA49E is #245B61. Grayscale: #B3B3B3. Windows color (decimal): -2382690 or 10396891. OLE color: 10396891.

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

Color convert

RGB219164158-
CMYK00.250.280.14
HSL5.9º45.86%73.92%-
HSV(B)5.9º27.85%85.88%-
XYZ48.6644.0838.29-
YUV179.76115.72155.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 158 (62.11% from 255) = 29.21%
R=40.48%
G=30.31%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916415800.250.280.145.945.8673.92
HexDBA49E0191CE62e4a
Octal3332442360313416656112
Binary1101101110100100100111100110011110011101101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA49E; }

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

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

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

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

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

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

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

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