Color Hex Logo

#dca82d Color Hex

#DCA82D
(220,168,45)
0 Favorites   0 Comments

Color spaces of #dca82d

RGB 22016845
HSL0.120.710.52
HSV42°80°86°
CMYK 0.000.240.80   0.14
XYZ43.991543.41048.5431
Yxy43.41040.45850.4525
Hunter Lab65.88663.880338.4328
CIE-Lab71.83268.175765.8143

#dca82d color RGB value is (220,168,45).

#dca82d hex color red value is 220, green value is 168 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dca82d hue: 0.12 , saturation: 0.71 and the lightness value of dca82d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 00101101
Octal 334 250 55
Decimal 220 168 45
Hex DC A8 2D

RGB Percentages of Color #dca82d

%50.81
%38.80
%10.39

CMYK Percentages of Color #dca82d

%0
%24
%80
%14

Triadic Colors of #dca82d

#dca82d #2ddca8 #a82ddc

Analogous Colors of #dca82d

#dca82d #b9dc2d #dc512d

Monochromatic Colors of #dca82d

#dca82d

Complementary Color

#dca82d #2d61dc

#dca82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca82d Color CSS Codes

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

#dca82d Text Font Color

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

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


#dca82d Background Color

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

This div background color is #dca82d


#dca82d Border Color

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

This div border color is #dca82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca82d


Comments

No comments written yet.

Please login to write comment.