Color Hex Logo

#dbb07a Color Hex

#DBB07A
(219,176,122)
0 Favorites   0 Comments

Color spaces of #dbb07a

RGB 219176122
HSL0.090.570.67
HSV33°44°86°
CMYK 0.000.200.44   0.14
XYZ48.251647.515925.0407
Yxy47.51590.39940.3933
Hunter Lab68.93184.317726.7141
CIE-Lab74.51868.700533.5319

#dbb07a color RGB value is (219,176,122).

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

The process color (four color CMYK) of #dbb07a color hex is 0.00, 0.20, 0.44, 0.14. Web safe color of #dbb07a is #cc9966. Color #dbb07a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110000 01111010
Octal 333 260 172
Decimal 219 176 122
Hex DB B0 7A

RGB Percentages of Color #dbb07a

%42.36
%34.04
%23.60

CMYK Percentages of Color #dbb07a

%0
%20
%44
%14

Triadic Colors of #dbb07a

#dbb07a #7adbb0 #b07adb

Analogous Colors of #dbb07a

#dbb07a #d6db7a #db807a

Monochromatic Colors of #dbb07a

#dbb07a

Complementary Color

#dbb07a #7aa5db

#dbb07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb07a Color CSS Codes

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

#dbb07a Text Font Color

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

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


#dbb07a Background Color

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

This div background color is #dbb07a


#dbb07a Border Color

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

This div border color is #dbb07a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,176,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 #dbb07a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb07a


Comments

No comments written yet.

Please login to write comment.