Color Hex Logo

#dba27c Color Hex

#DBA27C
(219,162,124)
0 Favorites   0 Comments

Color spaces of #dba27c

RGB 219162124
HSL0.070.570.67
HSV24°43°86°
CMYK 0.000.260.43   0.14
XYZ45.771842.356024.8319
Yxy42.35600.40520.3750
Hunter Lab65.081511.646422.9349
CIE-Lab71.115716.414628.0064

#dba27c color RGB value is (219,162,124).

#dba27c hex color red value is 219, green value is 162 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dba27c hue: 0.07 , saturation: 0.57 and the lightness value of dba27c is 0.67.

The process color (four color CMYK) of #dba27c color hex is 0.00, 0.26, 0.43, 0.14. Web safe color of #dba27c is #cc9966. Color #dba27c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100010 01111100
Octal 333 242 174
Decimal 219 162 124
Hex DB A2 7C

RGB Percentages of Color #dba27c

%43.37
%32.08
%24.55

CMYK Percentages of Color #dba27c

%0
%26
%43
%14

Triadic Colors of #dba27c

#dba27c #7cdba2 #a27cdb

Analogous Colors of #dba27c

#dba27c #dbd27c #db7c86

Monochromatic Colors of #dba27c

#dba27c

Complementary Color

#dba27c #7cb5db

#dba27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba27c Color CSS Codes

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

#dba27c Text Font Color

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

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


#dba27c Background Color

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

This div background color is #dba27c


#dba27c Border Color

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

This div border color is #dba27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba27c


Comments

No comments written yet.

Please login to write comment.