Color Hex Logo

#dda319 Color Hex

#DDA319
(221,163,25)
0 Favorites   0 Comments

Color spaces of #dda319

RGB 22116325
HSL0.120.800.48
HSV42°89°87°
CMYK 0.000.260.89   0.13
XYZ43.091541.63676.6852
Yxy41.63670.47140.4555
Hunter Lab64.52656.282839.0259
CIE-Lab70.619710.748170.4435

#dda319 color RGB value is (221,163,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 00011001
Octal 335 243 31
Decimal 221 163 25
Hex DD A3 19

RGB Percentages of Color #dda319

%54.03
%39.85
%6.11

CMYK Percentages of Color #dda319

%0
%26
%89
%13

Triadic Colors of #dda319

#dda319 #19dda3 #a319dd

Analogous Colors of #dda319

#dda319 #b5dd19 #dd4119

Monochromatic Colors of #dda319

#dda319

Complementary Color

#dda319 #1953dd

#dda319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda319 Color CSS Codes

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

#dda319 Text Font Color

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

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


#dda319 Background Color

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

This div background color is #dda319


#dda319 Border Color

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

This div border color is #dda319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda319


Comments

No comments written yet.

Please login to write comment.