Color Hex Logo

#dba372 Color Hex

#DBA372
(219,163,114)
0 Favorites   0 Comments

Color spaces of #dba372

RGB 219163114
HSL0.080.590.65
HSV28°48°86°
CMYK 0.000.260.48   0.14
XYZ45.347942.469421.7269
Yxy42.46940.41400.3877
Hunter Lab65.168610.165325.8510
CIE-Lab71.193414.866233.4617

#dba372 color RGB value is (219,163,114).

#dba372 hex color red value is 219, green value is 163 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dba372 hue: 0.08 , saturation: 0.59 and the lightness value of dba372 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100011 01110010
Octal 333 243 162
Decimal 219 163 114
Hex DB A3 72

RGB Percentages of Color #dba372

%44.15
%32.86
%22.98

CMYK Percentages of Color #dba372

%0
%26
%48
%14

Triadic Colors of #dba372

#dba372 #72dba3 #a372db

Analogous Colors of #dba372

#dba372 #dbd872 #db7276

Monochromatic Colors of #dba372

#dba372

Complementary Color

#dba372 #72aadb

#dba372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba372 Color CSS Codes

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

#dba372 Text Font Color

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

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


#dba372 Background Color

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

This div background color is #dba372


#dba372 Border Color

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

This div border color is #dba372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba372


Comments

No comments written yet.

Please login to write comment.