Color Hex Logo

#ddb17e Color Hex

#DDB17E
(221,177,126)
0 Favorites   0 Comments

Color spaces of #ddb17e

RGB 221177126
HSL0.090.580.68
HSV32°43°87°
CMYK 0.000.200.43   0.13
XYZ49.306848.322826.4671
Yxy48.32280.39730.3894
Hunter Lab69.51464.959726.0861
CIE-Lab75.02819.390932.1265

#ddb17e color RGB value is (221,177,126).

#ddb17e hex color red value is 221, green value is 177 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ddb17e hue: 0.09 , saturation: 0.58 and the lightness value of ddb17e is 0.68.

The process color (four color CMYK) of #ddb17e color hex is 0.00, 0.20, 0.43, 0.13. Web safe color of #ddb17e is #cc9966. Color #ddb17e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 01111110
Octal 335 261 176
Decimal 221 177 126
Hex DD B1 7E

RGB Percentages of Color #ddb17e

%42.18
%33.78
%24.05

CMYK Percentages of Color #ddb17e

%0
%20
%43
%13

Triadic Colors of #ddb17e

#ddb17e #7eddb1 #b17edd

Analogous Colors of #ddb17e

#ddb17e #dadd7e #dd827e

Monochromatic Colors of #ddb17e

#ddb17e

Complementary Color

#ddb17e #7eaadd

#ddb17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb17e Color CSS Codes

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

#ddb17e Text Font Color

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

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


#ddb17e Background Color

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

This div background color is #ddb17e


#ddb17e Border Color

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

This div border color is #ddb17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb17e


Comments

No comments written yet.

Please login to write comment.