Color Hex Logo

#dda128 Color Hex

#DDA128
(221,161,40)
0 Favorites   0 Comments

Color spaces of #dda128

RGB 22116140
HSL0.110.730.51
HSV40°82°87°
CMYK 0.000.270.82   0.13
XYZ42.946741.01517.6607
Yxy41.01510.46870.4477
Hunter Lab64.04307.625237.7380
CIE-Lab70.186512.184766.0318

#dda128 color RGB value is (221,161,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 00101000
Octal 335 241 50
Decimal 221 161 40
Hex DD A1 28

RGB Percentages of Color #dda128

%52.37
%38.15
%9.48

CMYK Percentages of Color #dda128

%0
%27
%82
%13

Triadic Colors of #dda128

#dda128 #28dda1 #a128dd

Analogous Colors of #dda128

#dda128 #bfdd28 #dd4628

Monochromatic Colors of #dda128

#dda128

Complementary Color

#dda128 #2864dd

#dda128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda128 Color CSS Codes

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

#dda128 Text Font Color

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

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


#dda128 Background Color

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

This div background color is #dda128


#dda128 Border Color

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

This div border color is #dda128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda128


Comments

No comments written yet.

Please login to write comment.