Color Hex Logo

#ddb58b Color Hex

#DDB58B
(221,181,139)
0 Favorites   0 Comments

Color spaces of #ddb58b

RGB 221181139
HSL0.090.550.71
HSV31°37°87°
CMYK 0.000.180.37   0.13
XYZ51.002950.284031.4437
Yxy50.28400.38430.3788
Hunter Lab70.91124.291523.3473
CIE-Lab76.24328.707926.8432

#ddb58b color RGB value is (221,181,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 10001011
Octal 335 265 213
Decimal 221 181 139
Hex DD B5 8B

RGB Percentages of Color #ddb58b

%40.85
%33.46
%25.69

CMYK Percentages of Color #ddb58b

%0
%18
%37
%13

Triadic Colors of #ddb58b

#ddb58b #8bddb5 #b58bdd

Analogous Colors of #ddb58b

#ddb58b #dcdd8b #dd8c8b

Monochromatic Colors of #ddb58b

#ddb58b

Complementary Color

#ddb58b #8bb3dd

#ddb58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb58b Color CSS Codes

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

#ddb58b Text Font Color

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

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


#ddb58b Background Color

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

This div background color is #ddb58b


#ddb58b Border Color

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

This div border color is #ddb58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb58b


Comments

No comments written yet.

Please login to write comment.