Color Hex Logo

#dda60e Color Hex

#DDA60E
(221,166,14)
0 Favorites   0 Comments

Color spaces of #dda60e

RGB 22116614
HSL0.120.880.46
HSV44°94°87°
CMYK 0.000.250.94   0.13
XYZ43.534342.67636.3583
Yxy42.67630.47030.4610
Hunter Lab65.32714.630939.9583
CIE-Lab71.33478.977472.9839

#dda60e color RGB value is (221,166,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 00001110
Octal 335 246 16
Decimal 221 166 14
Hex DD A6 E

RGB Percentages of Color #dda60e

%55.11
%41.40
%3.49

CMYK Percentages of Color #dda60e

%0
%25
%94
%13

Triadic Colors of #dda60e

#dda60e #0edda6 #a60edd

Analogous Colors of #dda60e

#dda60e #addd0e #dd3f0e

Monochromatic Colors of #dda60e

#dda60e

Complementary Color

#dda60e #0e45dd

#dda60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda60e Color CSS Codes

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

#dda60e Text Font Color

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

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


#dda60e Background Color

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

This div background color is #dda60e


#dda60e Border Color

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

This div border color is #dda60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda60e


Comments

No comments written yet.

Please login to write comment.