Color Hex Logo

#dba168 Color Hex

#DBA168
(219,161,104)
0 Favorites   0 Comments

Color spaces of #dba168

RGB 219161104
HSL0.080.610.63
HSV30°53°86°
CMYK 0.000.260.53   0.14
XYZ44.457041.549318.7734
Yxy41.54930.42430.3965
Hunter Lab64.458710.308127.8531
CIE-Lab70.559115.024737.9238

#dba168 color RGB value is (219,161,104).

#dba168 hex color red value is 219, green value is 161 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dba168 hue: 0.08 , saturation: 0.61 and the lightness value of dba168 is 0.63.

The process color (four color CMYK) of #dba168 color hex is 0.00, 0.26, 0.53, 0.14. Web safe color of #dba168 is #cc9966. Color #dba168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 01101000
Octal 333 241 150
Decimal 219 161 104
Hex DB A1 68

RGB Percentages of Color #dba168

%45.25
%33.26
%21.49

CMYK Percentages of Color #dba168

%0
%26
%53
%14

Triadic Colors of #dba168

#dba168 #68dba1 #a168db

Analogous Colors of #dba168

#dba168 #dbdb68 #db6869

Monochromatic Colors of #dba168

#dba168

Complementary Color

#dba168 #68a2db

#dba168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba168 Color CSS Codes

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

#dba168 Text Font Color

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

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


#dba168 Background Color

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

This div background color is #dba168


#dba168 Border Color

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

This div border color is #dba168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba168


Comments

No comments written yet.

Please login to write comment.