Color Hex Logo

#dca658 Color Hex

#DCA658
(220,166,88)
0 Favorites   0 Comments

Color spaces of #dca658

RGB 22016688
HSL0.100.650.60
HSV35°60°86°
CMYK 0.000.250.60   0.14
XYZ44.912943.192715.2024
Yxy43.19270.43470.4181
Hunter Lab65.72126.972332.2900
CIE-Lab71.685611.491347.4258

#dca658 color RGB value is (220,166,88).

#dca658 hex color red value is 220, green value is 166 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dca658 hue: 0.10 , saturation: 0.65 and the lightness value of dca658 is 0.60.

The process color (four color CMYK) of #dca658 color hex is 0.00, 0.25, 0.60, 0.14. Web safe color of #dca658 is #cc9966. Color #dca658 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01011000
Octal 334 246 130
Decimal 220 166 88
Hex DC A6 58

RGB Percentages of Color #dca658

%46.41
%35.02
%18.57

CMYK Percentages of Color #dca658

%0
%25
%60
%14

Triadic Colors of #dca658

#dca658 #58dca6 #a658dc

Analogous Colors of #dca658

#dca658 #d0dc58 #dc6458

Monochromatic Colors of #dca658

#dca658

Complementary Color

#dca658 #588edc

#dca658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca658 Color CSS Codes

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

#dca658 Text Font Color

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

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


#dca658 Background Color

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

This div background color is #dca658


#dca658 Border Color

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

This div border color is #dca658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca658


Comments

No comments written yet.

Please login to write comment.