Color Hex Logo

#dda015 Color Hex

#DDA015
(221,160,21)
0 Favorites   0 Comments

Color spaces of #dda015

RGB 22116021
HSL0.120.830.47
HSV42°90°87°
CMYK 0.000.280.90   0.13
XYZ42.525040.56796.2985
Yxy40.56790.47570.4538
Hunter Lab63.69297.714038.7220
CIE-Lab69.872112.279870.7062

#dda015 color RGB value is (221,160,21).

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

The process color (four color CMYK) of #dda015 color hex is 0.00, 0.28, 0.90, 0.13. Web safe color of #dda015 is #cc9900. Color #dda015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 00010101
Octal 335 240 25
Decimal 221 160 21
Hex DD A0 15

RGB Percentages of Color #dda015

%54.98
%39.80
%5.22

CMYK Percentages of Color #dda015

%0
%28
%90
%13

Triadic Colors of #dda015

#dda015 #15dda0 #a015dd

Analogous Colors of #dda015

#dda015 #b6dd15 #dd3c15

Monochromatic Colors of #dda015

#dda015

Complementary Color

#dda015 #1552dd

#dda015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda015 Color CSS Codes

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

#dda015 Text Font Color

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

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


#dda015 Background Color

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

This div background color is #dda015


#dda015 Border Color

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

This div border color is #dda015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda015


Comments

No comments written yet.

Please login to write comment.