Color Hex Logo

#dda119 Color Hex

#DDA119
(221,161,25)
0 Favorites   0 Comments

Color spaces of #dda119

RGB 22116125
HSL0.120.800.48
HSV42°89°87°
CMYK 0.000.270.89   0.13
XYZ42.739140.93216.5678
Yxy40.93210.47360.4536
Hunter Lab63.97827.280838.6982
CIE-Lab70.128311.816270.0609

#dda119 color RGB value is (221,161,25).

#dda119 hex color red value is 221, green value is 161 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dda119 hue: 0.12 , saturation: 0.80 and the lightness value of dda119 is 0.48.

The process color (four color CMYK) of #dda119 color hex is 0.00, 0.27, 0.89, 0.13. Web safe color of #dda119 is #cc9900. Color #dda119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 00011001
Octal 335 241 31
Decimal 221 161 25
Hex DD A1 19

RGB Percentages of Color #dda119

%54.30
%39.56
%6.14

CMYK Percentages of Color #dda119

%0
%27
%89
%13

Triadic Colors of #dda119

#dda119 #19dda1 #a119dd

Analogous Colors of #dda119

#dda119 #b7dd19 #dd3f19

Monochromatic Colors of #dda119

#dda119

Complementary Color

#dda119 #1955dd

#dda119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda119 Color CSS Codes

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

#dda119 Text Font Color

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

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


#dda119 Background Color

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

This div background color is #dda119


#dda119 Border Color

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

This div border color is #dda119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda119


Comments

No comments written yet.

Please login to write comment.