Color Hex Logo

#ddb376 Color Hex

#DDB376
(221,179,118)
0 Favorites   0 Comments

Color spaces of #ddb376

RGB 221179118
HSL0.100.600.66
HSV36°47°87°
CMYK 0.000.190.47   0.13
XYZ49.208948.920423.9885
Yxy48.92040.40300.4006
Hunter Lab69.94313.184328.6254
CIE-Lab75.40187.514136.7956

#ddb376 color RGB value is (221,179,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 01110110
Octal 335 263 166
Decimal 221 179 118
Hex DD B3 76

RGB Percentages of Color #ddb376

%42.66
%34.56
%22.78

CMYK Percentages of Color #ddb376

%0
%19
%47
%13

Triadic Colors of #ddb376

#ddb376 #76ddb3 #b376dd

Analogous Colors of #ddb376

#ddb376 #d4dd76 #dd8076

Monochromatic Colors of #ddb376

#ddb376

Complementary Color

#ddb376 #76a0dd

#ddb376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb376 Color CSS Codes

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

#ddb376 Text Font Color

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

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


#ddb376 Background Color

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

This div background color is #ddb376


#ddb376 Border Color

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

This div border color is #ddb376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb376

#ddb376 Color Palettes


Comments

No comments written yet.

Please login to write comment.