Color Hex Logo

#dbaa6a Color Hex

#DBAA6A
(219,170,106)
0 Favorites   0 Comments

Color spaces of #dbaa6a

RGB 219170106
HSL0.090.610.64
HSV34°52°86°
CMYK 0.000.220.52   0.14
XYZ46.189744.850119.8582
Yxy44.85010.41650.4044
Hunter Lab66.97025.914529.2983
CIE-Lab72.793110.373539.6714

#dbaa6a color RGB value is (219,170,106).

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

The process color (four color CMYK) of #dbaa6a color hex is 0.00, 0.22, 0.52, 0.14. Web safe color of #dbaa6a is #cc9966. Color #dbaa6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 01101010
Octal 333 252 152
Decimal 219 170 106
Hex DB AA 6A

RGB Percentages of Color #dbaa6a

%44.24
%34.34
%21.41

CMYK Percentages of Color #dbaa6a

%0
%22
%52
%14

Triadic Colors of #dbaa6a

#dbaa6a #6adbaa #aa6adb

Analogous Colors of #dbaa6a

#dbaa6a #d4db6a #db726a

Monochromatic Colors of #dbaa6a

#dbaa6a

Complementary Color

#dbaa6a #6a9bdb

#dbaa6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa6a Color CSS Codes

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

#dbaa6a Text Font Color

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

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


#dbaa6a Background Color

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

This div background color is #dbaa6a


#dbaa6a Border Color

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

This div border color is #dbaa6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa6a


Comments

No comments written yet.

Please login to write comment.