Color Hex Logo

#ddb89d Color Hex

#DDB89D
(221,184,157)
0 Favorites   0 Comments

Color spaces of #ddb89d

RGB 221184157
HSL0.070.480.74
HSV25°29°87°
CMYK 0.000.170.29   0.13
XYZ53.045152.087539.1564
Yxy52.08750.36760.3610
Hunter Lab72.17174.894418.3527
CIE-Lab77.33319.362318.6937

#ddb89d color RGB value is (221,184,157).

#ddb89d hex color red value is 221, green value is 184 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ddb89d hue: 0.07 , saturation: 0.48 and the lightness value of ddb89d is 0.74.

The process color (four color CMYK) of #ddb89d color hex is 0.00, 0.17, 0.29, 0.13. Web safe color of #ddb89d is #cccc99. Color #ddb89d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 10011101
Octal 335 270 235
Decimal 221 184 157
Hex DD B8 9D

RGB Percentages of Color #ddb89d

%39.32
%32.74
%27.94

CMYK Percentages of Color #ddb89d

%0
%17
%29
%13

Triadic Colors of #ddb89d

#ddb89d #9dddb8 #b89ddd

Analogous Colors of #ddb89d

#ddb89d #ddd89d #dd9da2

Monochromatic Colors of #ddb89d

#ddb89d

Complementary Color

#ddb89d #9dc2dd

#ddb89d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb89d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb89d Color CSS Codes

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

#ddb89d Text Font Color

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

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


#ddb89d Background Color

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

This div background color is #ddb89d


#ddb89d Border Color

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

This div border color is #ddb89d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb89d


Comments

No comments written yet.

Please login to write comment.