Color Hex Logo

#ddb993 Color Hex

#DDB993
(221,185,147)
0 Favorites   0 Comments

Color spaces of #ddb993

RGB 221185147
HSL0.090.520.72
HSV31°33°87°
CMYK 0.000.160.33   0.13
XYZ52.434252.176734.9113
Yxy52.17670.37580.3740
Hunter Lab72.23343.164521.9078
CIE-Lab77.38647.546424.1230

#ddb993 color RGB value is (221,185,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 10010011
Octal 335 271 223
Decimal 221 185 147
Hex DD B9 93

RGB Percentages of Color #ddb993

%39.96
%33.45
%26.58

CMYK Percentages of Color #ddb993

%0
%16
%33
%13

Triadic Colors of #ddb993

#ddb993 #93ddb9 #b993dd

Analogous Colors of #ddb993

#ddb993 #dcdd93 #dd9493

Monochromatic Colors of #ddb993

#ddb993

Complementary Color

#ddb993 #93b7dd

#ddb993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb993 Color CSS Codes

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

#ddb993 Text Font Color

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

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


#ddb993 Background Color

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

This div background color is #ddb993


#ddb993 Border Color

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

This div border color is #ddb993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb993


Comments

No comments written yet.

Please login to write comment.