Color Hex Logo

#ddb493 Color Hex

#DDB493
(221,180,147)
0 Favorites   0 Comments

Color spaces of #ddb493

RGB 221180147
HSL0.070.520.72
HSV27°33°87°
CMYK 0.000.190.33   0.13
XYZ51.406550.121334.5687
Yxy50.12130.37770.3683
Hunter Lab70.79645.718320.6072
CIE-Lab76.143710.206122.4296

#ddb493 color RGB value is (221,180,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 10010011
Octal 335 264 223
Decimal 221 180 147
Hex DD B4 93

RGB Percentages of Color #ddb493

%40.33
%32.85
%26.82

CMYK Percentages of Color #ddb493

%0
%19
%33
%13

Triadic Colors of #ddb493

#ddb493 #93ddb4 #b493dd

Analogous Colors of #ddb493

#ddb493 #ddd993 #dd9397

Monochromatic Colors of #ddb493

#ddb493

Complementary Color

#ddb493 #93bcdd

#ddb493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb493 Color CSS Codes

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

#ddb493 Text Font Color

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

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


#ddb493 Background Color

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

This div background color is #ddb493


#ddb493 Border Color

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

This div border color is #ddb493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb493


Comments

No comments written yet.

Please login to write comment.