Color Hex Logo

#dbb47d Color Hex

#DBB47D
(219,180,125)
0 Favorites   0 Comments

Color spaces of #dbb47d

RGB 219180125
HSL0.100.570.67
HSV35°43°86°
CMYK 0.000.180.43   0.14
XYZ49.236349.183326.3003
Yxy49.18330.39480.3944
Hunter Lab70.13082.589526.8568
CIE-Lab75.56526.884133.3154

#dbb47d color RGB value is (219,180,125).

#dbb47d hex color red value is 219, green value is 180 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dbb47d hue: 0.10 , saturation: 0.57 and the lightness value of dbb47d is 0.67.

The process color (four color CMYK) of #dbb47d color hex is 0.00, 0.18, 0.43, 0.14. Web safe color of #dbb47d is #cccc66. Color #dbb47d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110100 01111101
Octal 333 264 175
Decimal 219 180 125
Hex DB B4 7D

RGB Percentages of Color #dbb47d

%41.79
%34.35
%23.85

CMYK Percentages of Color #dbb47d

%0
%18
%43
%14

Triadic Colors of #dbb47d

#dbb47d #7ddbb4 #b47ddb

Analogous Colors of #dbb47d

#dbb47d #d3db7d #db857d

Monochromatic Colors of #dbb47d

#dbb47d

Complementary Color

#dbb47d #7da4db

#dbb47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb47d Color CSS Codes

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

#dbb47d Text Font Color

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

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


#dbb47d Background Color

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

This div background color is #dbb47d


#dbb47d Border Color

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

This div border color is #dbb47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb47d


Comments

No comments written yet.

Please login to write comment.