Color Hex Logo

#dbba99 Color Hex

#DBBA99
(219,186,153)
0 Favorites   0 Comments

Color spaces of #dbba99

RGB 219186153
HSL0.080.480.73
HSV30°30°86°
CMYK 0.000.150.30   0.14
XYZ52.522152.477837.4980
Yxy52.47780.36860.3683
Hunter Lab72.44162.644620.0188
CIE-Lab77.56577.002621.1315

#dbba99 color RGB value is (219,186,153).

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

The process color (four color CMYK) of #dbba99 color hex is 0.00, 0.15, 0.30, 0.14. Web safe color of #dbba99 is #cccc99. Color #dbba99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 10011001
Octal 333 272 231
Decimal 219 186 153
Hex DB BA 99

RGB Percentages of Color #dbba99

%39.25
%33.33
%27.42

CMYK Percentages of Color #dbba99

%0
%15
%30
%14

Triadic Colors of #dbba99

#dbba99 #99dbba #ba99db

Analogous Colors of #dbba99

#dbba99 #dbdb99 #db9999

Monochromatic Colors of #dbba99

#dbba99

Complementary Color

#dbba99 #99badb

#dbba99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbba99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbba99 Color CSS Codes

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

#dbba99 Text Font Color

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

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


#dbba99 Background Color

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

This div background color is #dbba99


#dbba99 Border Color

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

This div border color is #dbba99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbba99


Comments

No comments written yet.

Please login to write comment.