Color Hex Logo

#dca63d Color Hex

#DCA63D
(220,166,61)
0 Favorites   0 Comments

Color spaces of #dca63d

RGB 22016661
HSL0.110.690.55
HSV40°72°86°
CMYK 0.000.250.72   0.14
XYZ43.993742.825010.3622
Yxy42.82500.45270.4407
Hunter Lab65.44085.478236.4203
CIE-Lab71.43609.891759.4399

#dca63d color RGB value is (220,166,61).

#dca63d hex color red value is 220, green value is 166 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dca63d hue: 0.11 , saturation: 0.69 and the lightness value of dca63d is 0.55.

The process color (four color CMYK) of #dca63d color hex is 0.00, 0.25, 0.72, 0.14. Web safe color of #dca63d is #cc9933. Color #dca63d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 00111101
Octal 334 246 75
Decimal 220 166 61
Hex DC A6 3D

RGB Percentages of Color #dca63d

%49.22
%37.14
%13.65

CMYK Percentages of Color #dca63d

%0
%25
%72
%14

Triadic Colors of #dca63d

#dca63d #3ddca6 #a63ddc

Analogous Colors of #dca63d

#dca63d #c3dc3d #dc573d

Monochromatic Colors of #dca63d

#dca63d

Complementary Color

#dca63d #3d73dc

#dca63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca63d Color CSS Codes

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

#dca63d Text Font Color

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

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


#dca63d Background Color

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

This div background color is #dca63d


#dca63d Border Color

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

This div border color is #dca63d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca63d

#dca63d Color Palettes


Comments

No comments written yet.

Please login to write comment.