color codes Logo

#dba75e color codes

#DBA75E
(219,167,94)
0 Favorites   0 Comments

Color spaces of #dba75e

RGB 21916794
HSL0.100.630.61
HSV35°57°86°
CMYK 0.000.240.57   0.14
XYZ45.052543.505716.6126
Yxy43.50570.42840.4137
Hunter Lab65.95896.494631.2382
CIE-Lab71.896910.983644.6763

#dba75e color RGB value is (219,167,94).

#dba75e hex color red value is 219, green value is 167 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dba75e hue: 0.10 , saturation: 0.63 and the lightness value of dba75e is 0.61.

The process color (four color CMYK) of #dba75e color code is 0.00, 0.24, 0.57, 0.14. Web safe color of #dba75e is #cc9966. Color #dba75e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 01011110
Octal 333 247 136
Decimal 219 167 94
Hex DB A7 5E

RGB Percentages of Color #dba75e

%45.63
%34.79
%19.58

CMYK Percentages of Color #dba75e

%0
%24
%57
%14

Triadic Colors of #dba75e

#dba75e #5edba7 #a75edb

Analogous Colors of #dba75e

#dba75e #d1db5e #db695e

Monochromatic Colors of #dba75e

#dba75e

Complementary Color

#dba75e #5e92db

#dba75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba75e Color CSS Codes

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

#dba75e Text Font Color

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

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


#dba75e Background Color

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

This div background color is #dba75e


#dba75e Border Color

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

This div border color is #dba75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba75e


Comments

No comments written yet.

Please login to write comment.