Color Hex Logo

#dba958 Color Hex

#DBA958
(219,169,88)
0 Favorites   0 Comments

Color spaces of #dba958

RGB 21916988
HSL0.100.650.60
HSV37°60°86°
CMYK 0.000.230.60   0.14
XYZ45.162844.140615.3722
Yxy44.14060.43150.4217
Hunter Lab66.43845.071732.7886
CIE-Lab72.32249.467448.1389

#dba958 color RGB value is (219,169,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 01011000
Octal 333 251 130
Decimal 219 169 88
Hex DB A9 58

RGB Percentages of Color #dba958

%46.01
%35.50
%18.49

CMYK Percentages of Color #dba958

%0
%23
%60
%14

Triadic Colors of #dba958

#dba958 #58dba9 #a958db

Analogous Colors of #dba958

#dba958 #ccdb58 #db6858

Monochromatic Colors of #dba958

#dba958

Complementary Color

#dba958 #588adb

#dba958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba958 Color CSS Codes

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

#dba958 Text Font Color

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

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


#dba958 Background Color

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

This div background color is #dba958


#dba958 Border Color

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

This div border color is #dba958


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,169,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 #dba958">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba958


Comments

No comments written yet.

Please login to write comment.