Color Hex Logo

#dba268 Color Hex

#DBA268
(219,162,104)
0 Favorites   0 Comments

Color spaces of #dba268

RGB 219162104
HSL0.080.610.63
HSV30°53°86°
CMYK 0.000.260.53   0.14
XYZ44.632441.900218.8319
Yxy41.90020.42360.3977
Hunter Lab64.73049.799928.0621
CIE-Lab70.802114.487038.2272

#dba268 color RGB value is (219,162,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100010 01101000
Octal 333 242 150
Decimal 219 162 104
Hex DB A2 68

RGB Percentages of Color #dba268

%45.15
%33.40
%21.44

CMYK Percentages of Color #dba268

%0
%26
%53
%14

Triadic Colors of #dba268

#dba268 #68dba2 #a268db

Analogous Colors of #dba268

#dba268 #dbdb68 #db6968

Monochromatic Colors of #dba268

#dba268

Complementary Color

#dba268 #68a1db

#dba268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba268 Color CSS Codes

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

#dba268 Text Font Color

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

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


#dba268 Background Color

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

This div background color is #dba268


#dba268 Border Color

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

This div border color is #dba268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba268


Comments

No comments written yet.

Please login to write comment.