Color Hex Logo

#ddb38a Color Hex

#DDB38A
(221,179,138)
0 Favorites   0 Comments

Color spaces of #ddb38a

RGB 221179138
HSL0.080.550.70
HSV30°38°87°
CMYK 0.000.190.38   0.13
XYZ50.526349.447330.9260
Yxy49.44730.38600.3777
Hunter Lab70.31885.200123.1476
CIE-Lab75.72889.656026.6857

#ddb38a color RGB value is (221,179,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 10001010
Octal 335 263 212
Decimal 221 179 138
Hex DD B3 8A

RGB Percentages of Color #ddb38a

%41.08
%33.27
%25.65

CMYK Percentages of Color #ddb38a

%0
%19
%38
%13

Triadic Colors of #ddb38a

#ddb38a #8addb3 #b38add

Analogous Colors of #ddb38a

#ddb38a #dddd8a #dd8a8b

Monochromatic Colors of #ddb38a

#ddb38a

Complementary Color

#ddb38a #8ab4dd

#ddb38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb38a Color CSS Codes

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

#ddb38a Text Font Color

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

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


#ddb38a Background Color

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

This div background color is #ddb38a


#ddb38a Border Color

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

This div border color is #ddb38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb38a


Comments

No comments written yet.

Please login to write comment.