Color Hex Logo

#dda919 Color Hex

#DDA919
(221,169,25)
0 Favorites   0 Comments

Color spaces of #dda919

RGB 22116925
HSL0.120.800.48
HSV44°89°87°
CMYK 0.000.240.89   0.13
XYZ44.182243.81837.0488
Yxy43.81830.46480.4610
Hunter Lab66.19543.298140.0233
CIE-Lab72.10697.551771.6023

#dda919 color RGB value is (221,169,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 00011001
Octal 335 251 31
Decimal 221 169 25
Hex DD A9 19

RGB Percentages of Color #dda919

%53.25
%40.72
%6.02

CMYK Percentages of Color #dda919

%0
%24
%89
%13

Triadic Colors of #dda919

#dda919 #19dda9 #a919dd

Analogous Colors of #dda919

#dda919 #afdd19 #dd4719

Monochromatic Colors of #dda919

#dda919

Complementary Color

#dda919 #194ddd

#dda919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda919 Color CSS Codes

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

#dda919 Text Font Color

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

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


#dda919 Background Color

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

This div background color is #dda919


#dda919 Border Color

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

This div border color is #dda919


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda919


Comments

No comments written yet.

Please login to write comment.