Color Hex Logo

#ddb68d Color Hex

#DDB68D
(221,182,141)
0 Favorites   0 Comments

Color spaces of #ddb68d

RGB 221182141
HSL0.090.540.71
HSV31°36°87°
CMYK 0.000.180.36   0.13
XYZ51.354550.751132.2886
Yxy50.75110.38210.3776
Hunter Lab71.23984.005322.9954
CIE-Lab76.52808.412126.1605

#ddb68d color RGB value is (221,182,141).

#ddb68d hex color red value is 221, green value is 182 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ddb68d hue: 0.09 , saturation: 0.54 and the lightness value of ddb68d is 0.71.

The process color (four color CMYK) of #ddb68d color hex is 0.00, 0.18, 0.36, 0.13. Web safe color of #ddb68d is #cccc99. Color #ddb68d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 10001101
Octal 335 266 215
Decimal 221 182 141
Hex DD B6 8D

RGB Percentages of Color #ddb68d

%40.63
%33.46
%25.92

CMYK Percentages of Color #ddb68d

%0
%18
%36
%13

Triadic Colors of #ddb68d

#ddb68d #8dddb6 #b68ddd

Analogous Colors of #ddb68d

#ddb68d #dcdd8d #dd8e8d

Monochromatic Colors of #ddb68d

#ddb68d

Complementary Color

#ddb68d #8db4dd

#ddb68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb68d Color CSS Codes

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

#ddb68d Text Font Color

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

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


#ddb68d Background Color

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

This div background color is #ddb68d


#ddb68d Border Color

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

This div border color is #ddb68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb68d

#ddb68d Color Palettes


Comments

No comments written yet.

Please login to write comment.