Color Hex Logo

#dba567 Color Hex

#DBA567
(219,165,103)
0 Favorites   0 Comments

Color spaces of #dba567

RGB 219165103
HSL0.090.620.63
HSV32°53°86°
CMYK 0.000.250.53   0.14
XYZ45.116742.949618.7442
Yxy42.94960.42240.4021
Hunter Lab65.53598.196328.9174
CIE-Lab71.520712.789839.6396

#dba567 color RGB value is (219,165,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 01100111
Octal 333 245 147
Decimal 219 165 103
Hex DB A5 67

RGB Percentages of Color #dba567

%44.97
%33.88
%21.15

CMYK Percentages of Color #dba567

%0
%25
%53
%14

Triadic Colors of #dba567

#dba567 #67dba5 #a567db

Analogous Colors of #dba567

#dba567 #d7db67 #db6b67

Monochromatic Colors of #dba567

#dba567

Complementary Color

#dba567 #679ddb

#dba567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba567 Color CSS Codes

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

#dba567 Text Font Color

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

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


#dba567 Background Color

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

This div background color is #dba567


#dba567 Border Color

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

This div border color is #dba567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba567


Comments

No comments written yet.

Please login to write comment.