Color Hex Logo

#dba68d Color Hex

#DBA68D
(219,166,141)
0 Favorites   0 Comments

Color spaces of #dba68d

RGB 219166141
HSL0.050.520.71
HSV19°36°86°
CMYK 0.000.240.36   0.14
XYZ47.657444.255631.2297
Yxy44.25560.38700.3594
Hunter Lab66.524911.456118.7341
CIE-Lab72.399016.192420.5158

#dba68d color RGB value is (219,166,141).

#dba68d hex color red value is 219, green value is 166 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dba68d hue: 0.05 , saturation: 0.52 and the lightness value of dba68d is 0.71.

The process color (four color CMYK) of #dba68d color hex is 0.00, 0.24, 0.36, 0.14. Web safe color of #dba68d is #cc9999. Color #dba68d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 10001101
Octal 333 246 215
Decimal 219 166 141
Hex DB A6 8D

RGB Percentages of Color #dba68d

%41.63
%31.56
%26.81

CMYK Percentages of Color #dba68d

%0
%24
%36
%14

Triadic Colors of #dba68d

#dba68d #8ddba6 #a68ddb

Analogous Colors of #dba68d

#dba68d #dbcd8d #db8d9b

Monochromatic Colors of #dba68d

#dba68d

Complementary Color

#dba68d #8dc2db

#dba68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba68d Color CSS Codes

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

#dba68d Text Font Color

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

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


#dba68d Background Color

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

This div background color is #dba68d


#dba68d Border Color

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

This div border color is #dba68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba68d


Comments

No comments written yet.

Please login to write comment.