Color Hex Logo

#dba823 Color Hex

#DBA823
(219,168,35)
0 Favorites   0 Comments

Color spaces of #dba823

RGB 21916835
HSL0.120.720.50
HSV43°84°86°
CMYK 0.000.230.84   0.14
XYZ43.519443.18677.6323
Yxy43.18670.46130.4578
Hunter Lab65.71663.203839.1157
CIE-Lab71.68157.438668.7115

#dba823 color RGB value is (219,168,35).

#dba823 hex color red value is 219, green value is 168 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dba823 hue: 0.12 , saturation: 0.72 and the lightness value of dba823 is 0.50.

The process color (four color CMYK) of #dba823 color hex is 0.00, 0.23, 0.84, 0.14. Web safe color of #dba823 is #cc9933. Color #dba823 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 00100011
Octal 333 250 43
Decimal 219 168 35
Hex DB A8 23

RGB Percentages of Color #dba823

%51.90
%39.81
%8.29

CMYK Percentages of Color #dba823

%0
%23
%84
%14

Triadic Colors of #dba823

#dba823 #23dba8 #a823db

Analogous Colors of #dba823

#dba823 #b2db23 #db4c23

Monochromatic Colors of #dba823

#dba823

Complementary Color

#dba823 #2356db

#dba823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba823 Color CSS Codes

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

#dba823 Text Font Color

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

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


#dba823 Background Color

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

This div background color is #dba823


#dba823 Border Color

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

This div border color is #dba823


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba823


Comments

No comments written yet.

Please login to write comment.