Color Hex Logo

#dda677 Color Hex

#DDA677
(221,166,119)
0 Favorites   0 Comments

Color spaces of #dda677

RGB 221166119
HSL0.080.600.67
HSV28°46°87°
CMYK 0.000.250.46   0.13
XYZ46.784843.976523.4753
Yxy43.97650.40950.3850
Hunter Lab66.31489.880125.4318
CIE-Lab72.212814.555832.1649

#dda677 color RGB value is (221,166,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 01110111
Octal 335 246 167
Decimal 221 166 119
Hex DD A6 77

RGB Percentages of Color #dda677

%43.68
%32.81
%23.52

CMYK Percentages of Color #dda677

%0
%25
%46
%13

Triadic Colors of #dda677

#dda677 #77dda6 #a677dd

Analogous Colors of #dda677

#dda677 #ddd977 #dd777b

Monochromatic Colors of #dda677

#dda677

Complementary Color

#dda677 #77aedd

#dda677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda677 Color CSS Codes

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

#dda677 Text Font Color

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

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


#dda677 Background Color

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

This div background color is #dda677


#dda677 Border Color

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

This div border color is #dda677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda677


Comments

No comments written yet.

Please login to write comment.