Color Hex Logo

#dda675 Color Hex

#DDA675
(221,166,117)
0 Favorites   0 Comments

Color spaces of #dda675

RGB 221166117
HSL0.080.600.66
HSV28°47°87°
CMYK 0.000.250.47   0.13
XYZ46.665943.928922.8492
Yxy43.92890.41140.3872
Hunter Lab66.27899.691025.9554
CIE-Lab72.180914.358333.1858

#dda675 color RGB value is (221,166,117).

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

The process color (four color CMYK) of #dda675 color hex is 0.00, 0.25, 0.47, 0.13. Web safe color of #dda675 is #cc9966. Color #dda675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 01110101
Octal 335 246 165
Decimal 221 166 117
Hex DD A6 75

RGB Percentages of Color #dda675

%43.85
%32.94
%23.21

CMYK Percentages of Color #dda675

%0
%25
%47
%13

Triadic Colors of #dda675

#dda675 #75dda6 #a675dd

Analogous Colors of #dda675

#dda675 #ddda75 #dd7578

Monochromatic Colors of #dda675

#dda675

Complementary Color

#dda675 #75acdd

#dda675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda675 Color CSS Codes

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

#dda675 Text Font Color

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

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


#dda675 Background Color

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

This div background color is #dda675


#dda675 Border Color

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

This div border color is #dda675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda675


Comments

No comments written yet.

Please login to write comment.