Color Hex Logo

#ddb98d Color Hex

#DDB98D
(221,185,141)
0 Favorites   0 Comments

Color spaces of #ddb98d

RGB 221185141
HSL0.090.540.71
HSV33°36°87°
CMYK 0.000.160.36   0.13
XYZ51.975551.993232.4956
Yxy51.99320.38090.3810
Hunter Lab72.10632.479923.7546
CIE-Lab77.27686.819527.1671

#ddb98d color RGB value is (221,185,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 10001101
Octal 335 271 215
Decimal 221 185 141
Hex DD B9 8D

RGB Percentages of Color #ddb98d

%40.40
%33.82
%25.78

CMYK Percentages of Color #ddb98d

%0
%16
%36
%13

Triadic Colors of #ddb98d

#ddb98d #8dddb9 #b98ddd

Analogous Colors of #ddb98d

#ddb98d #d9dd8d #dd918d

Monochromatic Colors of #ddb98d

#ddb98d

Complementary Color

#ddb98d #8db1dd

#ddb98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb98d Color CSS Codes

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

#ddb98d Text Font Color

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

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


#ddb98d Background Color

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

This div background color is #ddb98d


#ddb98d Border Color

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

This div border color is #ddb98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb98d


Comments

No comments written yet.

Please login to write comment.