Color Hex Logo

#dda513 Color Hex

#DDA513
(221,165,19)
0 Favorites   0 Comments

Color spaces of #dda513

RGB 22116519
HSL0.120.840.47
HSV43°91°87°
CMYK 0.000.250.91   0.13
XYZ43.391542.32946.4995
Yxy42.32940.47050.4590
Hunter Lab65.06105.191139.6198
CIE-Lab71.09749.578372.0046

#dda513 color RGB value is (221,165,19).

#dda513 hex color red value is 221, green value is 165 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #dda513 hue: 0.12 , saturation: 0.84 and the lightness value of dda513 is 0.47.

The process color (four color CMYK) of #dda513 color hex is 0.00, 0.25, 0.91, 0.13. Web safe color of #dda513 is #cc9900. Color #dda513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 00010011
Octal 335 245 23
Decimal 221 165 19
Hex DD A5 13

RGB Percentages of Color #dda513

%54.57
%40.74
%4.69

CMYK Percentages of Color #dda513

%0
%25
%91
%13

Triadic Colors of #dda513

#dda513 #13dda5 #a513dd

Analogous Colors of #dda513

#dda513 #b0dd13 #dd4013

Monochromatic Colors of #dda513

#dda513

Complementary Color

#dda513 #134bdd

#dda513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda513 Color CSS Codes

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

#dda513 Text Font Color

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

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


#dda513 Background Color

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

This div background color is #dda513


#dda513 Border Color

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

This div border color is #dda513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda513


Comments

No comments written yet.

Please login to write comment.