Color Hex Logo

#ddb081 Color Hex

#DDB081
(221,176,129)
0 Favorites   0 Comments

Color spaces of #ddb081

RGB 221176129
HSL0.090.580.69
HSV31°42°87°
CMYK 0.000.200.42   0.13
XYZ49.306648.007827.4366
Yxy48.00780.39520.3848
Hunter Lab69.28775.771125.0236
CIE-Lab74.829810.244830.2789

#ddb081 color RGB value is (221,176,129).

#ddb081 hex color red value is 221, green value is 176 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ddb081 hue: 0.09 , saturation: 0.58 and the lightness value of ddb081 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 10000001
Octal 335 260 201
Decimal 221 176 129
Hex DD B0 81

RGB Percentages of Color #ddb081

%42.02
%33.46
%24.52

CMYK Percentages of Color #ddb081

%0
%20
%42
%13

Triadic Colors of #ddb081

#ddb081 #81ddb0 #b081dd

Analogous Colors of #ddb081

#ddb081 #dcdd81 #dd8281

Monochromatic Colors of #ddb081

#ddb081

Complementary Color

#ddb081 #81aedd

#ddb081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb081 Color CSS Codes

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

#ddb081 Text Font Color

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

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


#ddb081 Background Color

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

This div background color is #ddb081


#ddb081 Border Color

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

This div border color is #ddb081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb081


Comments

No comments written yet.

Please login to write comment.