Color Hex Logo

#dda138 Color Hex

#DDA138
(221,161,56)
0 Favorites   0 Comments

Color spaces of #dda138

RGB 22116156
HSL0.110.710.54
HSV38°75°87°
CMYK 0.000.270.75   0.13
XYZ43.277541.14749.4027
Yxy41.14740.46120.4385
Hunter Lab64.14628.172636.2115
CIE-Lab70.279112.768260.3553

#dda138 color RGB value is (221,161,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 00111000
Octal 335 241 70
Decimal 221 161 56
Hex DD A1 38

RGB Percentages of Color #dda138

%50.46
%36.76
%12.79

CMYK Percentages of Color #dda138

%0
%27
%75
%13

Triadic Colors of #dda138

#dda138 #38dda1 #a138dd

Analogous Colors of #dda138

#dda138 #c7dd38 #dd4e38

Monochromatic Colors of #dda138

#dda138

Complementary Color

#dda138 #3874dd

#dda138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda138 Color CSS Codes

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

#dda138 Text Font Color

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

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


#dda138 Background Color

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

This div background color is #dda138


#dda138 Border Color

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

This div border color is #dda138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda138


Comments

No comments written yet.

Please login to write comment.