Color Hex Logo

#dca27d Color Hex

#DCA27D
(220,162,125)
0 Favorites   0 Comments

Color spaces of #dca27d

RGB 220162125
HSL0.060.580.68
HSV23°43°86°
CMYK 0.000.260.43   0.14
XYZ46.137242.537025.1808
Yxy42.53700.40520.3736
Hunter Lab65.220412.136022.7631
CIE-Lab71.239616.920627.6504

#dca27d color RGB value is (220,162,125).

#dca27d hex color red value is 220, green value is 162 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dca27d hue: 0.06 , saturation: 0.58 and the lightness value of dca27d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 01111101
Octal 334 242 175
Decimal 220 162 125
Hex DC A2 7D

RGB Percentages of Color #dca27d

%43.39
%31.95
%24.65

CMYK Percentages of Color #dca27d

%0
%26
%43
%14

Triadic Colors of #dca27d

#dca27d #7ddca2 #a27ddc

Analogous Colors of #dca27d

#dca27d #dcd27d #dc7d88

Monochromatic Colors of #dca27d

#dca27d

Complementary Color

#dca27d #7db7dc

#dca27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca27d Color CSS Codes

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

#dca27d Text Font Color

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

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


#dca27d Background Color

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

This div background color is #dca27d


#dca27d Border Color

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

This div border color is #dca27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca27d


Comments

No comments written yet.

Please login to write comment.