Color Hex Logo

#ddb96e Color Hex

#DDB96E
(221,185,110)
0 Favorites   0 Comments

Color spaces of #ddb96e

RGB 221185110
HSL0.110.620.65
HSV41°50°87°
CMYK 0.000.160.50   0.13
XYZ49.982251.195921.9993
Yxy51.19590.40580.4156
Hunter Lab71.5513-0.523531.8565
CIE-Lab76.79753.590142.6377

#ddb96e color RGB value is (221,185,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 01101110
Octal 335 271 156
Decimal 221 185 110
Hex DD B9 6E

RGB Percentages of Color #ddb96e

%42.83
%35.85
%21.32

CMYK Percentages of Color #ddb96e

%0
%16
%50
%13

Triadic Colors of #ddb96e

#ddb96e #6eddb9 #b96edd

Analogous Colors of #ddb96e

#ddb96e #cadd6e #dd826e

Monochromatic Colors of #ddb96e

#ddb96e

Complementary Color

#ddb96e #6e92dd

#ddb96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb96e Color CSS Codes

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

#ddb96e Text Font Color

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

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


#ddb96e Background Color

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

This div background color is #ddb96e


#ddb96e Border Color

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

This div border color is #ddb96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb96e


Comments

No comments written yet.

Please login to write comment.