Color Hex Logo

#ddb58a Color Hex

#DDB58A
(221,181,138)
0 Favorites   0 Comments

Color spaces of #ddb58a

RGB 221181138
HSL0.090.550.70
HSV31°38°87°
CMYK 0.000.180.38   0.13
XYZ50.930150.254931.0606
Yxy50.25490.38510.3800
Hunter Lab70.89074.181323.6457
CIE-Lab76.22558.591227.3516

#ddb58a color RGB value is (221,181,138).

#ddb58a hex color red value is 221, green value is 181 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ddb58a hue: 0.09 , saturation: 0.55 and the lightness value of ddb58a is 0.70.

The process color (four color CMYK) of #ddb58a color hex is 0.00, 0.18, 0.38, 0.13. Web safe color of #ddb58a is #cccc99. Color #ddb58a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 10001010
Octal 335 265 212
Decimal 221 181 138
Hex DD B5 8A

RGB Percentages of Color #ddb58a

%40.93
%33.52
%25.56

CMYK Percentages of Color #ddb58a

%0
%18
%38
%13

Triadic Colors of #ddb58a

#ddb58a #8addb5 #b58add

Analogous Colors of #ddb58a

#ddb58a #dcdd8a #dd8c8a

Monochromatic Colors of #ddb58a

#ddb58a

Complementary Color

#ddb58a #8ab2dd

#ddb58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb58a Color CSS Codes

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

#ddb58a Text Font Color

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

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


#ddb58a Background Color

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

This div background color is #ddb58a


#ddb58a Border Color

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

This div border color is #ddb58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb58a


Comments

No comments written yet.

Please login to write comment.