Color Hex Logo

#dca46b Color Hex

#DCA46B
(220,164,107)
0 Favorites   0 Comments

Color spaces of #dca46b

RGB 220164107
HSL0.080.620.64
HSV30°51°86°
CMYK 0.000.250.51   0.14
XYZ45.444542.828119.7814
Yxy42.82810.42060.3964
Hunter Lab65.44329.426927.8887
CIE-Lab71.438114.088237.4817

#dca46b color RGB value is (220,164,107).

#dca46b hex color red value is 220, green value is 164 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dca46b hue: 0.08 , saturation: 0.62 and the lightness value of dca46b is 0.64.

The process color (four color CMYK) of #dca46b color hex is 0.00, 0.25, 0.51, 0.14. Web safe color of #dca46b is #cc9966. Color #dca46b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 01101011
Octal 334 244 153
Decimal 220 164 107
Hex DC A4 6B

RGB Percentages of Color #dca46b

%44.81
%33.40
%21.79

CMYK Percentages of Color #dca46b

%0
%25
%51
%14

Triadic Colors of #dca46b

#dca46b #6bdca4 #a46bdc

Analogous Colors of #dca46b

#dca46b #dcdc6b #dc6c6b

Monochromatic Colors of #dca46b

#dca46b

Complementary Color

#dca46b #6ba3dc

#dca46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca46b Color CSS Codes

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

#dca46b Text Font Color

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

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


#dca46b Background Color

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

This div background color is #dca46b


#dca46b Border Color

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

This div border color is #dca46b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,164,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dca46b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dca46b;
  -webkit-box-shadow: 1px 1px 3px 2px #dca46b;
  box-shadow:         1px 1px 3px 2px #dca46b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,164,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca46b

#dca46b Color Palettes


Comments

No comments written yet.

Please login to write comment.