Color Hex Logo

#dbba72 Color Hex

#DBBA72
(219,186,114)
0 Favorites   0 Comments

Color spaces of #dbba72

RGB 219186114
HSL0.110.590.65
HSV41°48°86°
CMYK 0.000.150.48   0.14
XYZ49.809651.392823.2141
Yxy51.39280.40030.4131
Hunter Lab71.6888-1.432930.9830
CIE-Lab76.91632.612940.7209

#dbba72 color RGB value is (219,186,114).

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

The process color (four color CMYK) of #dbba72 color hex is 0.00, 0.15, 0.48, 0.14. Web safe color of #dbba72 is #cccc66. Color #dbba72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 01110010
Octal 333 272 162
Decimal 219 186 114
Hex DB BA 72

RGB Percentages of Color #dbba72

%42.20
%35.84
%21.97

CMYK Percentages of Color #dbba72

%0
%15
%48
%14

Triadic Colors of #dbba72

#dbba72 #72dbba #ba72db

Analogous Colors of #dbba72

#dbba72 #c8db72 #db8672

Monochromatic Colors of #dbba72

#dbba72

Complementary Color

#dbba72 #7293db

#dbba72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbba72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbba72 Color CSS Codes

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

#dbba72 Text Font Color

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

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


#dbba72 Background Color

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

This div background color is #dbba72


#dbba72 Border Color

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

This div border color is #dbba72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbba72


Comments

No comments written yet.

Please login to write comment.