Color Hex Logo

#dbac57 Color Hex

#DBAC57
(219,172,87)
0 Favorites   0 Comments

Color spaces of #dbac57

RGB 21917287
HSL0.110.650.60
HSV39°60°86°
CMYK 0.000.210.60   0.14
XYZ45.686245.253215.3436
Yxy45.25320.42990.4258
Hunter Lab67.27053.503433.5660
CIE-Lab73.05837.796749.4724

#dbac57 color RGB value is (219,172,87).

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

The process color (four color CMYK) of #dbac57 color hex is 0.00, 0.21, 0.60, 0.14. Web safe color of #dbac57 is #cc9966. Color #dbac57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 01010111
Octal 333 254 127
Decimal 219 172 87
Hex DB AC 57

RGB Percentages of Color #dbac57

%45.82
%35.98
%18.20

CMYK Percentages of Color #dbac57

%0
%21
%60
%14

Triadic Colors of #dbac57

#dbac57 #57dbac #ac57db

Analogous Colors of #dbac57

#dbac57 #c8db57 #db6a57

Monochromatic Colors of #dbac57

#dbac57

Complementary Color

#dbac57 #5786db

#dbac57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac57 Color CSS Codes

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

#dbac57 Text Font Color

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

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


#dbac57 Background Color

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

This div background color is #dbac57


#dbac57 Border Color

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

This div border color is #dbac57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac57


Comments

No comments written yet.

Please login to write comment.