Color Hex Logo

#dba95b Color Hex

#DBA95B
(219,169,91)
0 Favorites   0 Comments

Color spaces of #dba95b

RGB 21916991
HSL0.100.640.61
HSV37°58°86°
CMYK 0.000.230.58   0.14
XYZ45.289744.191316.0403
Yxy44.19130.42920.4188
Hunter Lab66.47655.276132.2273
CIE-Lab72.35629.686846.7098

#dba95b color RGB value is (219,169,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 01011011
Octal 333 251 133
Decimal 219 169 91
Hex DB A9 5B

RGB Percentages of Color #dba95b

%45.72
%35.28
%19.00

CMYK Percentages of Color #dba95b

%0
%23
%58
%14

Triadic Colors of #dba95b

#dba95b #5bdba9 #a95bdb

Analogous Colors of #dba95b

#dba95b #cddb5b #db695b

Monochromatic Colors of #dba95b

#dba95b

Complementary Color

#dba95b #5b8ddb

#dba95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba95b Color CSS Codes

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

#dba95b Text Font Color

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

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


#dba95b Background Color

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

This div background color is #dba95b


#dba95b Border Color

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

This div border color is #dba95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba95b


Comments

No comments written yet.

Please login to write comment.