Color Hex Logo

#dbb67a Color Hex

#DBB67A
(219,182,122)
3 Favorites   1 Comments

Color spaces of #dbb67a

RGB 219182122
HSL0.100.570.67
HSV37°44°86°
CMYK 0.000.170.44   0.14
XYZ49.454249.921125.4416
Yxy49.92110.39620.4000
Hunter Lab70.65491.293428.1091
CIE-Lab76.02085.511835.4715

#dbb67a color RGB value is (219,182,122).

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

The process color (four color CMYK) of #dbb67a color hex is 0.00, 0.17, 0.44, 0.14. Web safe color of #dbb67a is #cccc66. Color #dbb67a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110110 01111010
Octal 333 266 172
Decimal 219 182 122
Hex DB B6 7A

RGB Percentages of Color #dbb67a

%41.87
%34.80
%23.33

CMYK Percentages of Color #dbb67a

%0
%17
%44
%14

Triadic Colors of #dbb67a

#dbb67a #7adbb6 #b67adb

Analogous Colors of #dbb67a

#dbb67a #d0db7a #db867a

Monochromatic Colors of #dbb67a

#dbb67a

Complementary Color

#dbb67a #7a9fdb

#dbb67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb67a Color CSS Codes

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

#dbb67a Text Font Color

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

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


#dbb67a Background Color

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

This div background color is #dbb67a


#dbb67a Border Color

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

This div border color is #dbb67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb67a


Comments

19 Aug 2014, 11:43 (guest)

This would be a good default for adding sand to a palatte.

Please login to write comment.