Color Hex Logo

#dba867 Color Hex

#DBA867
(219,168,103)
0 Favorites   0 Comments

Color spaces of #dba867

RGB 219168103
HSL0.090.620.63
HSV34°53°86°
CMYK 0.000.230.53   0.14
XYZ45.664244.044618.9267
Yxy44.04460.42030.4054
Hunter Lab66.36616.678929.5476
CIE-Lab72.258311.182140.5513

#dba867 color RGB value is (219,168,103).

#dba867 hex color red value is 219, green value is 168 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dba867 hue: 0.09 , saturation: 0.62 and the lightness value of dba867 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 01100111
Octal 333 250 147
Decimal 219 168 103
Hex DB A8 67

RGB Percentages of Color #dba867

%44.69
%34.29
%21.02

CMYK Percentages of Color #dba867

%0
%23
%53
%14

Triadic Colors of #dba867

#dba867 #67dba8 #a867db

Analogous Colors of #dba867

#dba867 #d4db67 #db6e67

Monochromatic Colors of #dba867

#dba867

Complementary Color

#dba867 #679adb

#dba867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba867 Color CSS Codes

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

#dba867 Text Font Color

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

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


#dba867 Background Color

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

This div background color is #dba867


#dba867 Border Color

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

This div border color is #dba867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba867


Comments

No comments written yet.

Please login to write comment.