Color Hex Logo

#dca25b Color Hex

#DCA25B
(220,162,91)
0 Favorites   0 Comments

Color spaces of #dca25b

RGB 22016291
HSL0.090.650.61
HSV33°59°86°
CMYK 0.000.260.59   0.14
XYZ44.323941.811615.6319
Yxy41.81160.43550.4109
Hunter Lab64.66199.198430.9301
CIE-Lab70.740813.853544.8289

#dca25b color RGB value is (220,162,91).

#dca25b hex color red value is 220, green value is 162 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dca25b hue: 0.09 , saturation: 0.65 and the lightness value of dca25b is 0.61.

The process color (four color CMYK) of #dca25b color hex is 0.00, 0.26, 0.59, 0.14. Web safe color of #dca25b is #cc9966. Color #dca25b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 01011011
Octal 334 242 133
Decimal 220 162 91
Hex DC A2 5B

RGB Percentages of Color #dca25b

%46.51
%34.25
%19.24

CMYK Percentages of Color #dca25b

%0
%26
%59
%14

Triadic Colors of #dca25b

#dca25b #5bdca2 #a25bdc

Analogous Colors of #dca25b

#dca25b #d6dc5b #dc615b

Monochromatic Colors of #dca25b

#dca25b

Complementary Color

#dca25b #5b95dc

#dca25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca25b Color CSS Codes

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

#dca25b Text Font Color

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

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


#dca25b Background Color

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

This div background color is #dca25b


#dca25b Border Color

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

This div border color is #dca25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca25b


Comments

No comments written yet.

Please login to write comment.