Color Hex Logo

#dda57b Color Hex

#DDA57B
(221,165,123)
0 Favorites   0 Comments

Color spaces of #dda57b

RGB 221165123
HSL0.070.590.67
HSV26°44°87°
CMYK 0.000.250.44   0.13
XYZ46.849143.712524.7070
Yxy43.71250.40640.3792
Hunter Lab66.115410.782324.1244
CIE-Lab72.035915.499029.7982

#dda57b color RGB value is (221,165,123).

#dda57b hex color red value is 221, green value is 165 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dda57b hue: 0.07 , saturation: 0.59 and the lightness value of dda57b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 01111011
Octal 335 245 173
Decimal 221 165 123
Hex DD A5 7B

RGB Percentages of Color #dda57b

%43.42
%32.42
%24.17

CMYK Percentages of Color #dda57b

%0
%25
%44
%13

Triadic Colors of #dda57b

#dda57b #7bdda5 #a57bdd

Analogous Colors of #dda57b

#dda57b #ddd67b #dd7b82

Monochromatic Colors of #dda57b

#dda57b

Complementary Color

#dda57b #7bb3dd

#dda57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda57b Color CSS Codes

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

#dda57b Text Font Color

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

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


#dda57b Background Color

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

This div background color is #dda57b


#dda57b Border Color

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

This div border color is #dda57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda57b


Comments

No comments written yet.

Please login to write comment.