Color Hex Logo

#dda670 Color Hex

#DDA670
(221,166,112)
0 Favorites   0 Comments

Color spaces of #dda670

RGB 221166112
HSL0.080.620.65
HSV30°49°87°
CMYK 0.000.250.49   0.13
XYZ46.379643.814421.3418
Yxy43.81440.41580.3928
Hunter Lab66.19249.234327.2184
CIE-Lab72.104313.880535.7269

#dda670 color RGB value is (221,166,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 01110000
Octal 335 246 160
Decimal 221 166 112
Hex DD A6 70

RGB Percentages of Color #dda670

%44.29
%33.27
%22.44

CMYK Percentages of Color #dda670

%0
%25
%49
%13

Triadic Colors of #dda670

#dda670 #70dda6 #a670dd

Analogous Colors of #dda670

#dda670 #dddd70 #dd7071

Monochromatic Colors of #dda670

#dda670

Complementary Color

#dda670 #70a7dd

#dda670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda670 Color CSS Codes

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

#dda670 Text Font Color

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

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


#dda670 Background Color

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

This div background color is #dda670


#dda670 Border Color

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

This div border color is #dda670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda670


Comments

No comments written yet.

Please login to write comment.