Color Hex Logo

#dba155 Color Hex

#DBA155
(219,161,85)
0 Favorites   0 Comments

Color spaces of #dba155

RGB 21916185
HSL0.090.650.60
HSV34°61°86°
CMYK 0.000.260.61   0.14
XYZ43.598041.205714.2500
Yxy41.20570.44010.4160
Hunter Lab64.19178.899131.7723
CIE-Lab70.319813.539947.2846

#dba155 color RGB value is (219,161,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 01010101
Octal 333 241 125
Decimal 219 161 85
Hex DB A1 55

RGB Percentages of Color #dba155

%47.10
%34.62
%18.28

CMYK Percentages of Color #dba155

%0
%26
%61
%14

Triadic Colors of #dba155

#dba155 #55dba1 #a155db

Analogous Colors of #dba155

#dba155 #d2db55 #db5e55

Monochromatic Colors of #dba155

#dba155

Complementary Color

#dba155 #558fdb

#dba155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba155 Color CSS Codes

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

#dba155 Text Font Color

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

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


#dba155 Background Color

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

This div background color is #dba155


#dba155 Border Color

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

This div border color is #dba155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba155


Comments

No comments written yet.

Please login to write comment.