Color Hex Logo

#ddbb86 Color Hex

#DDBB86
(221,187,134)
0 Favorites   0 Comments

Color spaces of #ddbb86

RGB 221187134
HSL0.100.560.70
HSV37°39°87°
CMYK 0.000.150.39   0.13
XYZ51.892252.634029.9786
Yxy52.63400.38580.3913
Hunter Lab72.54930.714126.2849
CIE-Lab77.65844.956031.3691

#ddbb86 color RGB value is (221,187,134).

#ddbb86 hex color red value is 221, green value is 187 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ddbb86 hue: 0.10 , saturation: 0.56 and the lightness value of ddbb86 is 0.70.

The process color (four color CMYK) of #ddbb86 color hex is 0.00, 0.15, 0.39, 0.13. Web safe color of #ddbb86 is #cccc99. Color #ddbb86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10000110
Octal 335 273 206
Decimal 221 187 134
Hex DD BB 86

RGB Percentages of Color #ddbb86

%40.77
%34.50
%24.72

CMYK Percentages of Color #ddbb86

%0
%15
%39
%13

Triadic Colors of #ddbb86

#ddbb86 #86ddbb #bb86dd

Analogous Colors of #ddbb86

#ddbb86 #d4dd86 #dd9086

Monochromatic Colors of #ddbb86

#ddbb86

Complementary Color

#ddbb86 #86a8dd

#ddbb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb86 Color CSS Codes

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

#ddbb86 Text Font Color

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

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


#ddbb86 Background Color

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

This div background color is #ddbb86


#ddbb86 Border Color

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

This div border color is #ddbb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb86

#ddbb86 Color Palettes


Comments

No comments written yet.

Please login to write comment.