Color Hex Logo

#dba506 Color Hex

#DBA506
(219,165,6)
0 Favorites   0 Comments

Color spaces of #dba506

RGB 2191656
HSL0.120.950.44
HSV45°97°86°
CMYK 0.000.250.97   0.14
XYZ42.701441.98356.0253
Yxy41.98350.47070.4628
Hunter Lab64.79474.245539.8429
CIE-Lab70.85958.551773.5436

#dba506 color RGB value is (219,165,6).

#dba506 hex color red value is 219, green value is 165 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #dba506 hue: 0.12 , saturation: 0.95 and the lightness value of dba506 is 0.44.

The process color (four color CMYK) of #dba506 color hex is 0.00, 0.25, 0.97, 0.14. Web safe color of #dba506 is #cc9900. Color #dba506 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 00000110
Octal 333 245 6
Decimal 219 165 6
Hex DB A5 6

RGB Percentages of Color #dba506

%56.15
%42.31
%1.54

CMYK Percentages of Color #dba506

%0
%25
%97
%14

Triadic Colors of #dba506

#dba506 #06dba5 #a506db

Analogous Colors of #dba506

#dba506 #a7db06 #db3b06

Monochromatic Colors of #dba506

#dba506

Complementary Color

#dba506 #063cdb

#dba506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba506 Color CSS Codes

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

#dba506 Text Font Color

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

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


#dba506 Background Color

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

This div background color is #dba506


#dba506 Border Color

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

This div border color is #dba506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba506


Comments

No comments written yet.

Please login to write comment.