Color Hex Logo

#dda514 Color Hex

#DDA514
(221,165,20)
0 Favorites   0 Comments

Color spaces of #dda514

RGB 22116520
HSL0.120.830.47
HSV43°91°87°
CMYK 0.000.250.91   0.13
XYZ43.400242.33296.5455
Yxy42.33290.47030.4588
Hunter Lab65.06375.205339.5800
CIE-Lab71.09989.593771.8248

#dda514 color RGB value is (221,165,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 00010100
Octal 335 245 24
Decimal 221 165 20
Hex DD A5 14

RGB Percentages of Color #dda514

%54.43
%40.64
%4.93

CMYK Percentages of Color #dda514

%0
%25
%91
%13

Triadic Colors of #dda514

#dda514 #14dda5 #a514dd

Analogous Colors of #dda514

#dda514 #b1dd14 #dd4014

Monochromatic Colors of #dda514

#dda514

Complementary Color

#dda514 #144cdd

#dda514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda514 Color CSS Codes

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

#dda514 Text Font Color

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

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


#dda514 Background Color

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

This div background color is #dda514


#dda514 Border Color

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

This div border color is #dda514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda514


Comments

No comments written yet.

Please login to write comment.