Color Hex Logo

#dbb95f Color Hex

#DBB95F
(219,185,95)
0 Favorites   0 Comments

Color spaces of #dbb95f

RGB 21918595
HSL0.120.630.62
HSV44°57°86°
CMYK 0.000.160.57   0.14
XYZ48.627950.584218.0272
Yxy50.58420.41480.4315
Hunter Lab71.1226-2.420534.7578
CIE-Lab76.42651.511049.5348

#dbb95f color RGB value is (219,185,95).

#dbb95f hex color red value is 219, green value is 185 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dbb95f hue: 0.12 , saturation: 0.63 and the lightness value of dbb95f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111001 01011111
Octal 333 271 137
Decimal 219 185 95
Hex DB B9 5F

RGB Percentages of Color #dbb95f

%43.89
%37.07
%19.04

CMYK Percentages of Color #dbb95f

%0
%16
%57
%14

Triadic Colors of #dbb95f

#dbb95f #5fdbb9 #b95fdb

Analogous Colors of #dbb95f

#dbb95f #bfdb5f #db7b5f

Monochromatic Colors of #dbb95f

#dbb95f

Complementary Color

#dbb95f #5f81db

#dbb95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb95f Color CSS Codes

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

#dbb95f Text Font Color

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

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


#dbb95f Background Color

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

This div background color is #dbb95f


#dbb95f Border Color

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

This div border color is #dbb95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb95f


Comments

No comments written yet.

Please login to write comment.