Color Hex Logo

#ddba76 Color Hex

#DDBA76
(221,186,118)
0 Favorites   0 Comments

Color spaces of #ddba76

RGB 221186118
HSL0.110.600.66
HSV40°47°87°
CMYK 0.000.160.47   0.13
XYZ50.647751.798024.4681
Yxy51.79800.39910.4081
Hunter Lab71.9708-0.334030.2226
CIE-Lab77.15993.811439.0271

#ddba76 color RGB value is (221,186,118).

#ddba76 hex color red value is 221, green value is 186 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ddba76 hue: 0.11 , saturation: 0.60 and the lightness value of ddba76 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 01110110
Octal 335 272 166
Decimal 221 186 118
Hex DD BA 76

RGB Percentages of Color #ddba76

%42.10
%35.43
%22.48

CMYK Percentages of Color #ddba76

%0
%16
%47
%13

Triadic Colors of #ddba76

#ddba76 #76ddba #ba76dd

Analogous Colors of #ddba76

#ddba76 #cddd76 #dd8776

Monochromatic Colors of #ddba76

#ddba76

Complementary Color

#ddba76 #7699dd

#ddba76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba76 Color CSS Codes

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

#ddba76 Text Font Color

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

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


#ddba76 Background Color

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

This div background color is #ddba76


#ddba76 Border Color

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

This div border color is #ddba76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba76


Comments

No comments written yet.

Please login to write comment.