Color Hex Logo

#dca13d Color Hex

#DCA13D
(220,161,61)
0 Favorites   0 Comments

Color spaces of #dca13d

RGB 22016161
HSL0.100.690.55
HSV38°72°86°
CMYK 0.000.270.72   0.14
XYZ43.102441.042310.0651
Yxy41.04230.45750.4356
Hunter Lab64.06437.982235.5300
CIE-Lab70.205512.565758.1995

#dca13d color RGB value is (220,161,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 00111101
Octal 334 241 75
Decimal 220 161 61
Hex DC A1 3D

RGB Percentages of Color #dca13d

%49.77
%36.43
%13.80

CMYK Percentages of Color #dca13d

%0
%27
%72
%14

Triadic Colors of #dca13d

#dca13d #3ddca1 #a13ddc

Analogous Colors of #dca13d

#dca13d #c8dc3d #dc523d

Monochromatic Colors of #dca13d

#dca13d

Complementary Color

#dca13d #3d78dc

#dca13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca13d Color CSS Codes

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

#dca13d Text Font Color

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

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


#dca13d Background Color

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

This div background color is #dca13d


#dca13d Border Color

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

This div border color is #dca13d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,161,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 #dca13d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca13d


Comments

No comments written yet.

Please login to write comment.