Color Hex Logo

#dba74d Color Hex

#DBA74D
(219,167,77)
0 Favorites   0 Comments

Color spaces of #dba74d

RGB 21916777
HSL0.110.660.58
HSV38°65°86°
CMYK 0.000.240.65   0.14
XYZ44.371743.233313.0274
Yxy43.23330.44090.4296
Hunter Lab65.75205.391834.2793
CIE-Lab71.71309.802352.6780

#dba74d color RGB value is (219,167,77).

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

The process color (four color CMYK) of #dba74d color hex is 0.00, 0.24, 0.65, 0.14. Web safe color of #dba74d is #cc9966. Color #dba74d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 01001101
Octal 333 247 115
Decimal 219 167 77
Hex DB A7 4D

RGB Percentages of Color #dba74d

%47.30
%36.07
%16.63

CMYK Percentages of Color #dba74d

%0
%24
%65
%14

Triadic Colors of #dba74d

#dba74d #4ddba7 #a74ddb

Analogous Colors of #dba74d

#dba74d #c8db4d #db604d

Monochromatic Colors of #dba74d

#dba74d

Complementary Color

#dba74d #4d81db

#dba74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba74d Color CSS Codes

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

#dba74d Text Font Color

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

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


#dba74d Background Color

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

This div background color is #dba74d


#dba74d Border Color

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

This div border color is #dba74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba74d


Comments

No comments written yet.

Please login to write comment.