Color Hex Logo

#dca150 Color Hex

#DCA150
(220,161,80)
0 Favorites   0 Comments

Color spaces of #dca150

RGB 22016180
HSL0.100.670.59
HSV35°64°86°
CMYK 0.000.270.64   0.14
XYZ43.708041.284613.2545
Yxy41.28460.44490.4202
Hunter Lab64.25318.981232.7465
CIE-Lab70.374913.626649.8015

#dca150 color RGB value is (220,161,80).

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

The process color (four color CMYK) of #dca150 color hex is 0.00, 0.27, 0.64, 0.14. Web safe color of #dca150 is #cc9966. Color #dca150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 01010000
Octal 334 241 120
Decimal 220 161 80
Hex DC A1 50

RGB Percentages of Color #dca150

%47.72
%34.92
%17.35

CMYK Percentages of Color #dca150

%0
%27
%64
%14

Triadic Colors of #dca150

#dca150 #50dca1 #a150dc

Analogous Colors of #dca150

#dca150 #d1dc50 #dc5b50

Monochromatic Colors of #dca150

#dca150

Complementary Color

#dca150 #508bdc

#dca150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca150 Color CSS Codes

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

#dca150 Text Font Color

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

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


#dca150 Background Color

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

This div background color is #dca150


#dca150 Border Color

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

This div border color is #dca150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca150


Comments

No comments written yet.

Please login to write comment.