Color Hex Logo

#dda568 Color Hex

#DDA568
(221,165,104)
0 Favorites   0 Comments

Color spaces of #dda568

RGB 221165104
HSL0.090.630.64
HSV31°53°87°
CMYK 0.000.250.53   0.13
XYZ45.772643.281919.0385
Yxy43.28190.42350.4004
Hunter Lab65.78909.060428.8945
CIE-Lab71.745913.700439.4485

#dda568 color RGB value is (221,165,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 01101000
Octal 335 245 150
Decimal 221 165 104
Hex DD A5 68

RGB Percentages of Color #dda568

%45.10
%33.67
%21.22

CMYK Percentages of Color #dda568

%0
%25
%53
%13

Triadic Colors of #dda568

#dda568 #68dda5 #a568dd

Analogous Colors of #dda568

#dda568 #dbdd68 #dd6b68

Monochromatic Colors of #dda568

#dda568

Complementary Color

#dda568 #68a0dd

#dda568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda568 Color CSS Codes

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

#dda568 Text Font Color

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

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


#dda568 Background Color

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

This div background color is #dda568


#dda568 Border Color

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

This div border color is #dda568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda568


Comments

No comments written yet.

Please login to write comment.