Color Hex Logo

#dca610 Color Hex

#DCA610
(220,166,16)
0 Favorites   0 Comments

Color spaces of #dca610

RGB 22016616
HSL0.120.860.46
HSV44°93°86°
CMYK 0.000.250.93   0.14
XYZ43.244942.52556.4192
Yxy42.52550.46910.4613
Hunter Lab65.21164.251639.8118
CIE-Lab71.23178.565472.5594

#dca610 color RGB value is (220,166,16).

#dca610 hex color red value is 220, green value is 166 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dca610 hue: 0.12 , saturation: 0.86 and the lightness value of dca610 is 0.46.

The process color (four color CMYK) of #dca610 color hex is 0.00, 0.25, 0.93, 0.14. Web safe color of #dca610 is #cc9900. Color #dca610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 00010000
Octal 334 246 20
Decimal 220 166 16
Hex DC A6 10

RGB Percentages of Color #dca610

%54.73
%41.29
%3.98

CMYK Percentages of Color #dca610

%0
%25
%93
%14

Triadic Colors of #dca610

#dca610 #10dca6 #a610dc

Analogous Colors of #dca610

#dca610 #acdc10 #dc4010

Monochromatic Colors of #dca610

#dca610

Complementary Color

#dca610 #1046dc

#dca610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca610 Color CSS Codes

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

#dca610 Text Font Color

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

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


#dca610 Background Color

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

This div background color is #dca610


#dca610 Border Color

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

This div border color is #dca610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca610


Comments

No comments written yet.

Please login to write comment.