Color Hex Logo

#dba158 Color Hex

#DBA158
(219,161,88)
0 Favorites   0 Comments

Color spaces of #dba158

RGB 21916188
HSL0.090.650.60
HSV33°60°86°
CMYK 0.000.260.60   0.14
XYZ43.719741.254414.8911
Yxy41.25440.43780.4131
Hunter Lab64.22969.099331.2148
CIE-Lab70.353813.751945.8428

#dba158 color RGB value is (219,161,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 01011000
Octal 333 241 130
Decimal 219 161 88
Hex DB A1 58

RGB Percentages of Color #dba158

%46.79
%34.40
%18.80

CMYK Percentages of Color #dba158

%0
%26
%60
%14

Triadic Colors of #dba158

#dba158 #58dba1 #a158db

Analogous Colors of #dba158

#dba158 #d4db58 #db6058

Monochromatic Colors of #dba158

#dba158

Complementary Color

#dba158 #5892db

#dba158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba158 Color CSS Codes

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

#dba158 Text Font Color

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

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


#dba158 Background Color

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

This div background color is #dba158


#dba158 Border Color

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

This div border color is #dba158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba158


Comments

No comments written yet.

Please login to write comment.