Color Hex Logo

#dda068 Color Hex

#DDA068
(221,160,104)
0 Favorites   0 Comments

Color spaces of #dda068

RGB 221160104
HSL0.080.630.64
HSV29°53°87°
CMYK 0.000.280.53   0.13
XYZ44.888341.513218.7437
Yxy41.51320.42690.3948
Hunter Lab64.430711.605527.8533
CIE-Lab70.534016.383837.9393

#dda068 color RGB value is (221,160,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01101000
Octal 335 240 150
Decimal 221 160 104
Hex DD A0 68

RGB Percentages of Color #dda068

%45.57
%32.99
%21.44

CMYK Percentages of Color #dda068

%0
%28
%53
%13

Triadic Colors of #dda068

#dda068 #68dda0 #a068dd

Analogous Colors of #dda068

#dda068 #dddb68 #dd686b

Monochromatic Colors of #dda068

#dda068

Complementary Color

#dda068 #68a5dd

#dda068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda068 Color CSS Codes

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

#dda068 Text Font Color

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

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


#dda068 Background Color

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

This div background color is #dda068


#dda068 Border Color

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

This div border color is #dda068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda068


Comments

No comments written yet.

Please login to write comment.