Color Hex Logo

#dba799 Color Hex

#DBA799
(219,167,153)
0 Favorites   0 Comments

Color spaces of #dba799

RGB 219167153
HSL0.040.480.73
HSV13°30°86°
CMYK 0.000.240.30   0.14
XYZ48.781944.997436.2513
Yxy44.99740.37520.3461
Hunter Lab67.080112.418314.9147
CIE-Lab72.890217.175314.6415

#dba799 color RGB value is (219,167,153).

#dba799 hex color red value is 219, green value is 167 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dba799 hue: 0.04 , saturation: 0.48 and the lightness value of dba799 is 0.73.

The process color (four color CMYK) of #dba799 color hex is 0.00, 0.24, 0.30, 0.14. Web safe color of #dba799 is #cc9999. Color #dba799 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 10011001
Octal 333 247 231
Decimal 219 167 153
Hex DB A7 99

RGB Percentages of Color #dba799

%40.63
%30.98
%28.39

CMYK Percentages of Color #dba799

%0
%24
%30
%14

Triadic Colors of #dba799

#dba799 #99dba7 #a799db

Analogous Colors of #dba799

#dba799 #dbc899 #db99ac

Monochromatic Colors of #dba799

#dba799

Complementary Color

#dba799 #99cddb

#dba799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba799 Color CSS Codes

.mybgcolor {background-color:#dba799; } 
.myforecolor {color:#dba799; }
.mybordercolor {border:3px solid #dba799; }

#dba799 Text Font Color

<p style="color:#dba799">Text here</p>

This sample text font color is #dba799
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dba799 Background Color

<div style="background-color:#dba799">
Div content here</div>

This div background color is #dba799


#dba799 Border Color

<div style="border:3px solid #dba799">
Div here</div>

This div border color is #dba799


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,167,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dba799; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dba799;
  -webkit-box-shadow: 1px 1px 3px 2px #dba799;
  box-shadow:         1px 1px 3px 2px #dba799; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,167,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dba799">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dba799;
  -webkit-box-shadow: 1px 1px 3px 2px #dba799;
  box-shadow:         1px 1px 3px 2px #dba799;">
Div content here</div>

This div box has shadow with color #dba799


Comments

No comments written yet.

Please login to write comment.