Color Hex Logo

#dda373 Color Hex

#DDA373
(221,163,115)
0 Favorites   0 Comments

Color spaces of #dda373

RGB 221163115
HSL0.080.610.66
HSV27°48°87°
CMYK 0.000.260.48   0.13
XYZ46.010542.804322.0567
Yxy42.80430.41500.3861
Hunter Lab65.425011.037425.8091
CIE-Lab71.421915.774533.2674

#dda373 color RGB value is (221,163,115).

#dda373 hex color red value is 221, green value is 163 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dda373 hue: 0.08 , saturation: 0.61 and the lightness value of dda373 is 0.66.

The process color (four color CMYK) of #dda373 color hex is 0.00, 0.26, 0.48, 0.13. Web safe color of #dda373 is #cc9966. Color #dda373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 01110011
Octal 335 243 163
Decimal 221 163 115
Hex DD A3 73

RGB Percentages of Color #dda373

%44.29
%32.67
%23.05

CMYK Percentages of Color #dda373

%0
%26
%48
%13

Triadic Colors of #dda373

#dda373 #73dda3 #a373dd

Analogous Colors of #dda373

#dda373 #ddd873 #dd7378

Monochromatic Colors of #dda373

#dda373

Complementary Color

#dda373 #73addd

#dda373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda373 Color CSS Codes

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

#dda373 Text Font Color

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

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


#dda373 Background Color

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

This div background color is #dda373


#dda373 Border Color

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

This div border color is #dda373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda373


Comments

No comments written yet.

Please login to write comment.