Color Hex Logo

#ddb981 Color Hex

#DDB981
(221,185,129)
0 Favorites   0 Comments

Color spaces of #ddb981

RGB 221185129
HSL0.100.580.69
HSV37°42°87°
CMYK 0.000.160.42   0.13
XYZ51.130251.655128.0444
Yxy51.65510.39080.3948
Hunter Lab71.87151.211927.1750
CIE-Lab77.07415.464233.2224

#ddb981 color RGB value is (221,185,129).

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

The process color (four color CMYK) of #ddb981 color hex is 0.00, 0.16, 0.42, 0.13. Web safe color of #ddb981 is #cccc99. Color #ddb981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 10000001
Octal 335 271 201
Decimal 221 185 129
Hex DD B9 81

RGB Percentages of Color #ddb981

%41.31
%34.58
%24.11

CMYK Percentages of Color #ddb981

%0
%16
%42
%13

Triadic Colors of #ddb981

#ddb981 #81ddb9 #b981dd

Analogous Colors of #ddb981

#ddb981 #d3dd81 #dd8b81

Monochromatic Colors of #ddb981

#ddb981

Complementary Color

#ddb981 #81a5dd

#ddb981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb981 Color CSS Codes

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

#ddb981 Text Font Color

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

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


#ddb981 Background Color

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

This div background color is #ddb981


#ddb981 Border Color

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

This div border color is #ddb981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb981


Comments

No comments written yet.

Please login to write comment.