Color Hex Logo

#dda342 Color Hex

#DDA342
(221,163,66)
0 Favorites   0 Comments

Color spaces of #dda342

RGB 22116366
HSL0.100.700.56
HSV38°70°87°
CMYK 0.000.260.70   0.13
XYZ43.899441.959910.9396
Yxy41.95990.45350.4335
Hunter Lab64.77657.611735.3305
CIE-Lab70.843312.170256.7524

#dda342 color RGB value is (221,163,66).

#dda342 hex color red value is 221, green value is 163 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dda342 hue: 0.10 , saturation: 0.70 and the lightness value of dda342 is 0.56.

The process color (four color CMYK) of #dda342 color hex is 0.00, 0.26, 0.70, 0.13. Web safe color of #dda342 is #cc9933. Color #dda342 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 01000010
Octal 335 243 102
Decimal 221 163 66
Hex DD A3 42

RGB Percentages of Color #dda342

%49.11
%36.22
%14.67

CMYK Percentages of Color #dda342

%0
%26
%70
%13

Triadic Colors of #dda342

#dda342 #42dda3 #a342dd

Analogous Colors of #dda342

#dda342 #cadd42 #dd5642

Monochromatic Colors of #dda342

#dda342

Complementary Color

#dda342 #427cdd

#dda342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda342 Color CSS Codes

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

#dda342 Text Font Color

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

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


#dda342 Background Color

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

This div background color is #dda342


#dda342 Border Color

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

This div border color is #dda342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda342


Comments

No comments written yet.

Please login to write comment.