Color Hex Logo

#dba928 Color Hex

#DBA928
(219,169,40)
0 Favorites   0 Comments

Color spaces of #dba928

RGB 21916940
HSL0.120.710.51
HSV43°82°86°
CMYK 0.000.230.82   0.14
XYZ43.784443.58928.1134
Yxy43.58920.45850.4565
Hunter Lab66.02212.838538.9294
CIE-Lab71.95317.048867.4822

#dba928 color RGB value is (219,169,40).

#dba928 hex color red value is 219, green value is 169 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #dba928 hue: 0.12 , saturation: 0.71 and the lightness value of dba928 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 00101000
Octal 333 251 50
Decimal 219 169 40
Hex DB A9 28

RGB Percentages of Color #dba928

%51.17
%39.49
%9.35

CMYK Percentages of Color #dba928

%0
%23
%82
%14

Triadic Colors of #dba928

#dba928 #28dba9 #a928db

Analogous Colors of #dba928

#dba928 #b4db28 #db4f28

Monochromatic Colors of #dba928

#dba928

Complementary Color

#dba928 #285adb

#dba928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba928 Color CSS Codes

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

#dba928 Text Font Color

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

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


#dba928 Background Color

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

This div background color is #dba928


#dba928 Border Color

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

This div border color is #dba928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba928


Comments

No comments written yet.

Please login to write comment.