Color Hex Logo

#ddbb76 Color Hex

#DDBB76
(221,187,118)
0 Favorites   0 Comments

Color spaces of #ddbb76

RGB 221187118
HSL0.110.600.66
HSV40°47°87°
CMYK 0.000.150.47   0.13
XYZ50.859152.220824.5386
Yxy52.22080.39850.4092
Hunter Lab72.2640-0.834330.4517
CIE-Lab77.41273.285039.3463

#ddbb76 color RGB value is (221,187,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 01110110
Octal 335 273 166
Decimal 221 187 118
Hex DD BB 76

RGB Percentages of Color #ddbb76

%42.02
%35.55
%22.43

CMYK Percentages of Color #ddbb76

%0
%15
%47
%13

Triadic Colors of #ddbb76

#ddbb76 #76ddbb #bb76dd

Analogous Colors of #ddbb76

#ddbb76 #ccdd76 #dd8876

Monochromatic Colors of #ddbb76

#ddbb76

Complementary Color

#ddbb76 #7698dd

#ddbb76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb76 Color CSS Codes

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

#ddbb76 Text Font Color

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

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


#ddbb76 Background Color

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

This div background color is #ddbb76


#ddbb76 Border Color

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

This div border color is #ddbb76


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,187,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 #ddbb76">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb76


Comments

No comments written yet.

Please login to write comment.