Color Hex Logo

#ddb96d Color Hex

#DDB96D
(221,185,109)
0 Favorites   0 Comments

Color spaces of #ddb96d

RGB 221185109
HSL0.110.620.65
HSV41°51°87°
CMYK 0.000.160.51   0.13
XYZ49.928151.174221.7141
Yxy51.17420.40650.4167
Hunter Lab71.5361-0.605632.0784
CIE-Lab76.78443.500943.1244

#ddb96d color RGB value is (221,185,109).

#ddb96d hex color red value is 221, green value is 185 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ddb96d hue: 0.11 , saturation: 0.62 and the lightness value of ddb96d is 0.65.

The process color (four color CMYK) of #ddb96d color hex is 0.00, 0.16, 0.51, 0.13. Web safe color of #ddb96d is #cccc66. Color #ddb96d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 01101101
Octal 335 271 155
Decimal 221 185 109
Hex DD B9 6D

RGB Percentages of Color #ddb96d

%42.91
%35.92
%21.17

CMYK Percentages of Color #ddb96d

%0
%16
%51
%13

Triadic Colors of #ddb96d

#ddb96d #6dddb9 #b96ddd

Analogous Colors of #ddb96d

#ddb96d #c9dd6d #dd816d

Monochromatic Colors of #ddb96d

#ddb96d

Complementary Color

#ddb96d #6d91dd

#ddb96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb96d Color CSS Codes

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

#ddb96d Text Font Color

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

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


#ddb96d Background Color

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

This div background color is #ddb96d


#ddb96d Border Color

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

This div border color is #ddb96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb96d


Comments

No comments written yet.

Please login to write comment.