Color Hex Logo

#ddbc76 Color Hex

#DDBC76
(221,188,118)
0 Favorites   0 Comments

Color spaces of #ddbc76

RGB 221188118
HSL0.110.600.66
HSV41°47°87°
CMYK 0.000.150.47   0.13
XYZ51.072052.646624.6096
Yxy52.64660.39800.4102
Hunter Lab72.5580-1.334130.6811
CIE-Lab77.66592.759339.6655

#ddbc76 color RGB value is (221,188,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 01110110
Octal 335 274 166
Decimal 221 188 118
Hex DD BC 76

RGB Percentages of Color #ddbc76

%41.94
%35.67
%22.39

CMYK Percentages of Color #ddbc76

%0
%15
%47
%13

Triadic Colors of #ddbc76

#ddbc76 #76ddbc #bc76dd

Analogous Colors of #ddbc76

#ddbc76 #cbdd76 #dd8976

Monochromatic Colors of #ddbc76

#ddbc76

Complementary Color

#ddbc76 #7697dd

#ddbc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc76 Color CSS Codes

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

#ddbc76 Text Font Color

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

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


#ddbc76 Background Color

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

This div background color is #ddbc76


#ddbc76 Border Color

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

This div border color is #ddbc76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc76


Comments

No comments written yet.

Please login to write comment.