Color Hex Logo

#dba978 Color Hex

#DBA978
(219,169,120)
0 Favorites   0 Comments

Color spaces of #dba978

RGB 219169120
HSL0.080.580.66
HSV30°45°86°
CMYK 0.000.230.45   0.14
XYZ46.791544.792123.9489
Yxy44.79210.40500.3877
Hunter Lab66.92697.675025.6327
CIE-Lab72.754812.238432.2983

#dba978 color RGB value is (219,169,120).

#dba978 hex color red value is 219, green value is 169 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dba978 hue: 0.08 , saturation: 0.58 and the lightness value of dba978 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 01111000
Octal 333 251 170
Decimal 219 169 120
Hex DB A9 78

RGB Percentages of Color #dba978

%43.11
%33.27
%23.62

CMYK Percentages of Color #dba978

%0
%23
%45
%14

Triadic Colors of #dba978

#dba978 #78dba9 #a978db

Analogous Colors of #dba978

#dba978 #dbdb78 #db7879

Monochromatic Colors of #dba978

#dba978

Complementary Color

#dba978 #78aadb

#dba978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba978 Color CSS Codes

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

#dba978 Text Font Color

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

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


#dba978 Background Color

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

This div background color is #dba978


#dba978 Border Color

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

This div border color is #dba978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba978


Comments

No comments written yet.

Please login to write comment.