Color Hex Logo

#dca926 Color Hex

#DCA926
(220,169,38)
0 Favorites   0 Comments

Color spaces of #dca926

RGB 22016938
HSL0.120.720.51
HSV43°83°86°
CMYK 0.000.230.83   0.14
XYZ44.053043.73157.9529
Yxy43.73150.46010.4568
Hunter Lab66.12983.182339.1605
CIE-Lab72.04877.424768.2057

#dca926 color RGB value is (220,169,38).

#dca926 hex color red value is 220, green value is 169 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #dca926 hue: 0.12 , saturation: 0.72 and the lightness value of dca926 is 0.51.

The process color (four color CMYK) of #dca926 color hex is 0.00, 0.23, 0.83, 0.14. Web safe color of #dca926 is #cc9933. Color #dca926 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 00100110
Octal 334 251 46
Decimal 220 169 38
Hex DC A9 26

RGB Percentages of Color #dca926

%51.52
%39.58
%8.90

CMYK Percentages of Color #dca926

%0
%23
%83
%14

Triadic Colors of #dca926

#dca926 #26dca9 #a926dc

Analogous Colors of #dca926

#dca926 #b4dc26 #dc4e26

Monochromatic Colors of #dca926

#dca926

Complementary Color

#dca926 #2659dc

#dca926 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca926 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca926 Color CSS Codes

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

#dca926 Text Font Color

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

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


#dca926 Background Color

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

This div background color is #dca926


#dca926 Border Color

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

This div border color is #dca926


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca926


Comments

No comments written yet.

Please login to write comment.