color codes Logo

#dda560 color codes

#DDA560
(221,165,96)
0 Favorites   0 Comments

Color spaces of #dda560

RGB 22116596
HSL0.090.650.62
HSV33°57°87°
CMYK 0.000.250.57   0.13
XYZ45.385243.126916.9986
Yxy43.12690.43010.4087
Hunter Lab65.67118.436830.6229
CIE-Lab71.641013.043743.4138

#dda560 color RGB value is (221,165,96).

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

The process color (four color CMYK) of #dda560 color code is 0.00, 0.25, 0.57, 0.13. Web safe color of #dda560 is #cc9966. Color #dda560 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 01100000
Octal 335 245 140
Decimal 221 165 96
Hex DD A5 60

RGB Percentages of Color #dda560

%45.85
%34.23
%19.92

CMYK Percentages of Color #dda560

%0
%25
%57
%13

Triadic Colors of #dda560

#dda560 #60dda5 #a560dd

Analogous Colors of #dda560

#dda560 #d7dd60 #dd6760

Monochromatic Colors of #dda560

#dda560

Complementary Color

#dda560 #6098dd

#dda560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda560 Color CSS Codes

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

#dda560 Text Font Color

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

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


#dda560 Background Color

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

This div background color is #dda560


#dda560 Border Color

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

This div border color is #dda560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda560


Comments

No comments written yet.

Please login to write comment.