Color Hex Logo

#dbb85d Color Hex

#DBB85D
(219,184,93)
0 Favorites   0 Comments

Color spaces of #dbb85d

RGB 21918493
HSL0.120.640.61
HSV43°58°86°
CMYK 0.000.160.58   0.14
XYZ48.329750.131417.4850
Yxy50.13140.41680.4324
Hunter Lab70.8035-2.064134.9207
CIE-Lab76.14981.884250.1701

#dbb85d color RGB value is (219,184,93).

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

The process color (four color CMYK) of #dbb85d color hex is 0.00, 0.16, 0.58, 0.14. Web safe color of #dbb85d is #cccc66. Color #dbb85d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111000 01011101
Octal 333 270 135
Decimal 219 184 93
Hex DB B8 5D

RGB Percentages of Color #dbb85d

%44.15
%37.10
%18.75

CMYK Percentages of Color #dbb85d

%0
%16
%58
%14

Triadic Colors of #dbb85d

#dbb85d #5ddbb8 #b85ddb

Analogous Colors of #dbb85d

#dbb85d #bfdb5d #db795d

Monochromatic Colors of #dbb85d

#dbb85d

Complementary Color

#dbb85d #5d80db

#dbb85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb85d Color CSS Codes

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

#dbb85d Text Font Color

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

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


#dbb85d Background Color

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

This div background color is #dbb85d


#dbb85d Border Color

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

This div border color is #dbb85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb85d


Comments

No comments written yet.

Please login to write comment.