Color Hex Logo

#dba646 Color Hex

#DBA646
(219,166,70)
0 Favorites   0 Comments

Color spaces of #dba646

RGB 21916670
HSL0.110.670.57
HSV39°68°86°
CMYK 0.000.240.68   0.14
XYZ43.955142.774711.7340
Yxy42.77470.44640.4344
Hunter Lab65.40245.510735.1443
CIE-Lab71.40189.926155.5172

#dba646 color RGB value is (219,166,70).

#dba646 hex color red value is 219, green value is 166 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dba646 hue: 0.11 , saturation: 0.67 and the lightness value of dba646 is 0.57.

The process color (four color CMYK) of #dba646 color hex is 0.00, 0.24, 0.68, 0.14. Web safe color of #dba646 is #cc9933. Color #dba646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 01000110
Octal 333 246 106
Decimal 219 166 70
Hex DB A6 46

RGB Percentages of Color #dba646

%48.13
%36.48
%15.38

CMYK Percentages of Color #dba646

%0
%24
%68
%14

Triadic Colors of #dba646

#dba646 #46dba6 #a646db

Analogous Colors of #dba646

#dba646 #c6db46 #db5c46

Monochromatic Colors of #dba646

#dba646

Complementary Color

#dba646 #467bdb

#dba646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba646 Color CSS Codes

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

#dba646 Text Font Color

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

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


#dba646 Background Color

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

This div background color is #dba646


#dba646 Border Color

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

This div border color is #dba646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba646


Comments

No comments written yet.

Please login to write comment.