Color Hex Logo

#ddac31 Color Hex

#DDAC31
(221,172,49)
0 Favorites   0 Comments

Color spaces of #ddac31

RGB 22117249
HSL0.120.720.53
HSV43°78°87°
CMYK 0.000.220.78   0.13
XYZ45.125745.09909.2323
Yxy45.09900.45370.4535
Hunter Lab67.15582.421438.8581
CIE-Lab72.95706.624965.5097

#ddac31 color RGB value is (221,172,49).

#ddac31 hex color red value is 221, green value is 172 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ddac31 hue: 0.12 , saturation: 0.72 and the lightness value of ddac31 is 0.53.

The process color (four color CMYK) of #ddac31 color hex is 0.00, 0.22, 0.78, 0.13. Web safe color of #ddac31 is #cc9933. Color #ddac31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 00110001
Octal 335 254 61
Decimal 221 172 49
Hex DD AC 31

RGB Percentages of Color #ddac31

%50.00
%38.91
%11.09

CMYK Percentages of Color #ddac31

%0
%22
%78
%13

Triadic Colors of #ddac31

#ddac31 #31ddac #ac31dd

Analogous Colors of #ddac31

#ddac31 #b8dd31 #dd5631

Monochromatic Colors of #ddac31

#ddac31

Complementary Color

#ddac31 #3162dd

#ddac31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddac31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddac31 Color CSS Codes

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

#ddac31 Text Font Color

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

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


#ddac31 Background Color

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

This div background color is #ddac31


#ddac31 Border Color

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

This div border color is #ddac31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddac31


Comments

No comments written yet.

Please login to write comment.