Color Hex Logo

#dca26d Color Hex

#DCA26D
(220,162,109)
0 Favorites   0 Comments

Color spaces of #dca26d

RGB 220162109
HSL0.080.610.65
HSV29°50°86°
CMYK 0.000.260.50   0.14
XYZ45.195842.160420.2237
Yxy42.16040.42010.3919
Hunter Lab64.931010.617126.9850
CIE-Lab70.981415.342635.8562

#dca26d color RGB value is (220,162,109).

#dca26d hex color red value is 220, green value is 162 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dca26d hue: 0.08 , saturation: 0.61 and the lightness value of dca26d is 0.65.

The process color (four color CMYK) of #dca26d color hex is 0.00, 0.26, 0.50, 0.14. Web safe color of #dca26d is #cc9966. Color #dca26d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 01101101
Octal 334 242 155
Decimal 220 162 109
Hex DC A2 6D

RGB Percentages of Color #dca26d

%44.81
%32.99
%22.20

CMYK Percentages of Color #dca26d

%0
%26
%50
%14

Triadic Colors of #dca26d

#dca26d #6ddca2 #a26ddc

Analogous Colors of #dca26d

#dca26d #dcda6d #dc6d70

Monochromatic Colors of #dca26d

#dca26d

Complementary Color

#dca26d #6da7dc

#dca26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca26d Color CSS Codes

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

#dca26d Text Font Color

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

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


#dca26d Background Color

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

This div background color is #dca26d


#dca26d Border Color

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

This div border color is #dca26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca26d


Comments

No comments written yet.

Please login to write comment.