Color Hex Logo

#dda70e Color Hex

#DDA70E
(221,167,14)
0 Favorites   0 Comments

Color spaces of #dda70e

RGB 22116714
HSL0.120.880.46
HSV44°94°87°
CMYK 0.000.240.94   0.13
XYZ43.716843.04136.4191
Yxy43.04130.46920.4619
Hunter Lab65.60594.134140.1230
CIE-Lab71.58308.445073.1654

#dda70e color RGB value is (221,167,14).

#dda70e hex color red value is 221, green value is 167 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dda70e hue: 0.12 , saturation: 0.88 and the lightness value of dda70e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 00001110
Octal 335 247 16
Decimal 221 167 14
Hex DD A7 E

RGB Percentages of Color #dda70e

%54.98
%41.54
%3.48

CMYK Percentages of Color #dda70e

%0
%24
%94
%13

Triadic Colors of #dda70e

#dda70e #0edda7 #a70edd

Analogous Colors of #dda70e

#dda70e #acdd0e #dd400e

Monochromatic Colors of #dda70e

#dda70e

Complementary Color

#dda70e #0e44dd

#dda70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda70e Color CSS Codes

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

#dda70e Text Font Color

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

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


#dda70e Background Color

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

This div background color is #dda70e


#dda70e Border Color

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

This div border color is #dda70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda70e


Comments

No comments written yet.

Please login to write comment.