Color Hex Logo

#dba272 Color Hex

#DBA272
(219,162,114)
0 Favorites   0 Comments

Color spaces of #dba272

RGB 219162114
HSL0.080.590.65
HSV27°48°86°
CMYK 0.000.260.48   0.14
XYZ45.171042.115621.6679
Yxy42.11560.41460.3865
Hunter Lab64.896510.675425.6316
CIE-Lab70.950515.404033.1490

#dba272 color RGB value is (219,162,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100010 01110010
Octal 333 242 162
Decimal 219 162 114
Hex DB A2 72

RGB Percentages of Color #dba272

%44.24
%32.73
%23.03

CMYK Percentages of Color #dba272

%0
%26
%48
%14

Triadic Colors of #dba272

#dba272 #72dba2 #a272db

Analogous Colors of #dba272

#dba272 #dbd772 #db7277

Monochromatic Colors of #dba272

#dba272

Complementary Color

#dba272 #72abdb

#dba272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba272 Color CSS Codes

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

#dba272 Text Font Color

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

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


#dba272 Background Color

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

This div background color is #dba272


#dba272 Border Color

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

This div border color is #dba272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba272

#dba272 Color Palettes


Comments

No comments written yet.

Please login to write comment.