Color Hex Logo

#ddb18b Color Hex

#DDB18B
(221,177,139)
0 Favorites   0 Comments

Color spaces of #ddb18b

RGB 221177139
HSL0.080.550.71
HSV28°37°87°
CMYK 0.000.200.37   0.13
XYZ50.201148.680531.1765
Yxy48.68050.38600.3743
Hunter Lab69.77146.332222.3470
CIE-Lab75.252110.839625.5099

#ddb18b color RGB value is (221,177,139).

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

The process color (four color CMYK) of #ddb18b color hex is 0.00, 0.20, 0.37, 0.13. Web safe color of #ddb18b is #cc9999. Color #ddb18b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 10001011
Octal 335 261 213
Decimal 221 177 139
Hex DD B1 8B

RGB Percentages of Color #ddb18b

%41.15
%32.96
%25.88

CMYK Percentages of Color #ddb18b

%0
%20
%37
%13

Triadic Colors of #ddb18b

#ddb18b #8bddb1 #b18bdd

Analogous Colors of #ddb18b

#ddb18b #ddda8b #dd8b8e

Monochromatic Colors of #ddb18b

#ddb18b

Complementary Color

#ddb18b #8bb7dd

#ddb18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb18b Color CSS Codes

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

#ddb18b Text Font Color

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

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


#ddb18b Background Color

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

This div background color is #ddb18b


#ddb18b Border Color

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

This div border color is #ddb18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb18b


Comments

No comments written yet.

Please login to write comment.