Color Hex Logo

#dda038 Color Hex

#DDA038
(221,160,56)
0 Favorites   0 Comments

Color spaces of #dda038

RGB 22116056
HSL0.110.710.54
HSV38°75°87°
CMYK 0.000.280.75   0.13
XYZ43.103440.79939.3446
Yxy40.79930.46220.4375
Hunter Lab63.87438.674536.0381
CIE-Lab70.035113.303460.1171

#dda038 color RGB value is (221,160,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 00111000
Octal 335 240 70
Decimal 221 160 56
Hex DD A0 38

RGB Percentages of Color #dda038

%50.57
%36.61
%12.81

CMYK Percentages of Color #dda038

%0
%28
%75
%13

Triadic Colors of #dda038

#dda038 #38dda0 #a038dd

Analogous Colors of #dda038

#dda038 #c8dd38 #dd4d38

Monochromatic Colors of #dda038

#dda038

Complementary Color

#dda038 #3875dd

#dda038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda038 Color CSS Codes

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

#dda038 Text Font Color

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

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


#dda038 Background Color

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

This div background color is #dda038


#dda038 Border Color

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

This div border color is #dda038


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,160,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 #dda038">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda038


Comments

No comments written yet.

Please login to write comment.