Color Hex Logo

#dda468 Color Hex

#DDA468
(221,164,104)
0 Favorites   0 Comments

Color spaces of #dda468

RGB 221164104
HSL0.090.630.64
HSV31°53°87°
CMYK 0.000.260.53   0.13
XYZ45.592942.922518.9786
Yxy42.92250.42410.3993
Hunter Lab65.51539.568728.6854
CIE-Lab71.502314.236739.1460

#dda468 color RGB value is (221,164,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 01101000
Octal 335 244 150
Decimal 221 164 104
Hex DD A4 68

RGB Percentages of Color #dda468

%45.19
%33.54
%21.27

CMYK Percentages of Color #dda468

%0
%26
%53
%13

Triadic Colors of #dda468

#dda468 #68dda4 #a468dd

Analogous Colors of #dda468

#dda468 #dcdd68 #dd6a68

Monochromatic Colors of #dda468

#dda468

Complementary Color

#dda468 #68a1dd

#dda468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda468 Color CSS Codes

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

#dda468 Text Font Color

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

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


#dda468 Background Color

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

This div background color is #dda468


#dda468 Border Color

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

This div border color is #dda468


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,164,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 #dda468">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda468


Comments

No comments written yet.

Please login to write comment.