Color Hex Logo

#ddb98a Color Hex

#DDB98A
(221,185,138)
0 Favorites   0 Comments

Color spaces of #ddb98a

RGB 221185138
HSL0.090.550.70
HSV34°38°87°
CMYK 0.000.160.38   0.13
XYZ51.755251.905131.3356
Yxy51.90510.38340.3845
Hunter Lab72.04522.150224.6438
CIE-Lab77.22416.468228.6859

#ddb98a color RGB value is (221,185,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 10001010
Octal 335 271 212
Decimal 221 185 138
Hex DD B9 8A

RGB Percentages of Color #ddb98a

%40.63
%34.01
%25.37

CMYK Percentages of Color #ddb98a

%0
%16
%38
%13

Triadic Colors of #ddb98a

#ddb98a #8addb9 #b98add

Analogous Colors of #ddb98a

#ddb98a #d8dd8a #dd908a

Monochromatic Colors of #ddb98a

#ddb98a

Complementary Color

#ddb98a #8aaedd

#ddb98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb98a Color CSS Codes

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

#ddb98a Text Font Color

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

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


#ddb98a Background Color

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

This div background color is #ddb98a


#ddb98a Border Color

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

This div border color is #ddb98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb98a


Comments

No comments written yet.

Please login to write comment.