Color Hex Logo

#dba599 Color Hex

#DBA599
(219,165,153)
0 Favorites   0 Comments

Color spaces of #dba599

RGB 219165153
HSL0.030.480.73
HSV11°30°86°
CMYK 0.000.250.30   0.14
XYZ48.418344.270236.1301
Yxy44.27020.37590.3437
Hunter Lab66.535913.457114.3796
CIE-Lab72.408718.253413.9661

#dba599 color RGB value is (219,165,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 10011001
Octal 333 245 231
Decimal 219 165 153
Hex DB A5 99

RGB Percentages of Color #dba599

%40.78
%30.73
%28.49

CMYK Percentages of Color #dba599

%0
%25
%30
%14

Triadic Colors of #dba599

#dba599 #99dba5 #a599db

Analogous Colors of #dba599

#dba599 #dbc699 #db99ae

Monochromatic Colors of #dba599

#dba599

Complementary Color

#dba599 #99cfdb

#dba599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba599 Color CSS Codes

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

#dba599 Text Font Color

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

This sample text font color is #dba599
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.


#dba599 Background Color

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

This div background color is #dba599


#dba599 Border Color

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

This div border color is #dba599


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,165,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 #dba599">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba599


Comments

No comments written yet.

Please login to write comment.