Color Hex Logo

#dda124 Color Hex

#DDA124
(221,161,36)
0 Favorites   0 Comments

Color spaces of #dda124

RGB 22116136
HSL0.110.730.50
HSV41°84°87°
CMYK 0.000.270.84   0.13
XYZ42.882140.98937.3207
Yxy40.98930.47020.4495
Hunter Lab64.02297.518138.0365
CIE-Lab70.168412.070167.2406

#dda124 color RGB value is (221,161,36).

#dda124 hex color red value is 221, green value is 161 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #dda124 hue: 0.11 , saturation: 0.73 and the lightness value of dda124 is 0.50.

The process color (four color CMYK) of #dda124 color hex is 0.00, 0.27, 0.84, 0.13. Web safe color of #dda124 is #cc9933. Color #dda124 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 00100100
Octal 335 241 44
Decimal 221 161 36
Hex DD A1 24

RGB Percentages of Color #dda124

%52.87
%38.52
%8.61

CMYK Percentages of Color #dda124

%0
%27
%84
%13

Triadic Colors of #dda124

#dda124 #24dda1 #a124dd

Analogous Colors of #dda124

#dda124 #bddd24 #dd4424

Monochromatic Colors of #dda124

#dda124

Complementary Color

#dda124 #2460dd

#dda124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda124 Color CSS Codes

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

#dda124 Text Font Color

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

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


#dda124 Background Color

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

This div background color is #dda124


#dda124 Border Color

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

This div border color is #dda124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda124


Comments

No comments written yet.

Please login to write comment.