Color Hex Logo

#ddb377 Color Hex

#DDB377
(221,179,119)
0 Favorites   0 Comments

Color spaces of #ddb377

RGB 221179119
HSL0.100.600.67
HSV35°46°87°
CMYK 0.000.190.46   0.13
XYZ49.268748.944324.3032
Yxy48.94430.40210.3995
Hunter Lab69.96023.276328.3756
CIE-Lab75.41677.612536.2953

#ddb377 color RGB value is (221,179,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 01110111
Octal 335 263 167
Decimal 221 179 119
Hex DD B3 77

RGB Percentages of Color #ddb377

%42.58
%34.49
%22.93

CMYK Percentages of Color #ddb377

%0
%19
%46
%13

Triadic Colors of #ddb377

#ddb377 #77ddb3 #b377dd

Analogous Colors of #ddb377

#ddb377 #d4dd77 #dd8077

Monochromatic Colors of #ddb377

#ddb377

Complementary Color

#ddb377 #77a1dd

#ddb377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb377 Color CSS Codes

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

#ddb377 Text Font Color

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

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


#ddb377 Background Color

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

This div background color is #ddb377


#ddb377 Border Color

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

This div border color is #ddb377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb377


Comments

No comments written yet.

Please login to write comment.