Color Hex Logo

#dba15f Color Hex

#DBA15F
(219,161,95)
0 Favorites   0 Comments

Color spaces of #dba15f

RGB 21916195
HSL0.090.630.62
HSV32°57°86°
CMYK 0.000.260.57   0.14
XYZ44.023841.376016.4925
Yxy41.37600.43210.4061
Hunter Lab64.32429.599029.8252
CIE-Lab70.438614.279342.4201

#dba15f color RGB value is (219,161,95).

#dba15f hex color red value is 219, green value is 161 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dba15f hue: 0.09 , saturation: 0.63 and the lightness value of dba15f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 01011111
Octal 333 241 137
Decimal 219 161 95
Hex DB A1 5F

RGB Percentages of Color #dba15f

%46.11
%33.89
%20.00

CMYK Percentages of Color #dba15f

%0
%26
%57
%14

Triadic Colors of #dba15f

#dba15f #5fdba1 #a15fdb

Analogous Colors of #dba15f

#dba15f #d7db5f #db635f

Monochromatic Colors of #dba15f

#dba15f

Complementary Color

#dba15f #5f99db

#dba15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba15f Color CSS Codes

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

#dba15f Text Font Color

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

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


#dba15f Background Color

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

This div background color is #dba15f


#dba15f Border Color

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

This div border color is #dba15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba15f


Comments

No comments written yet.

Please login to write comment.