Color Hex Logo

#dda168 Color Hex

#DDA168
(221,161,104)
0 Favorites   0 Comments

Color spaces of #dda168

RGB 221161104
HSL0.080.630.64
HSV29°53°87°
CMYK 0.000.270.53   0.13
XYZ45.062441.861418.8017
Yxy41.86140.42620.3959
Hunter Lab64.700411.095728.0608
CIE-Lab70.775315.846638.2406

#dda168 color RGB value is (221,161,104).

#dda168 hex color red value is 221, green value is 161 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dda168 hue: 0.08 , saturation: 0.63 and the lightness value of dda168 is 0.64.

The process color (four color CMYK) of #dda168 color hex is 0.00, 0.27, 0.53, 0.13. Web safe color of #dda168 is #cc9966. Color #dda168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 01101000
Octal 335 241 150
Decimal 221 161 104
Hex DD A1 68

RGB Percentages of Color #dda168

%45.47
%33.13
%21.40

CMYK Percentages of Color #dda168

%0
%27
%53
%13

Triadic Colors of #dda168

#dda168 #68dda1 #a168dd

Analogous Colors of #dda168

#dda168 #dddc68 #dd686a

Monochromatic Colors of #dda168

#dda168

Complementary Color

#dda168 #68a4dd

#dda168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda168 Color CSS Codes

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

#dda168 Text Font Color

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

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


#dda168 Background Color

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

This div background color is #dda168


#dda168 Border Color

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

This div border color is #dda168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda168


Comments

No comments written yet.

Please login to write comment.