Color Hex Logo

#ddb682 Color Hex

#DDB682
(221,182,130)
0 Favorites   0 Comments

Color spaces of #ddb682

RGB 221182130
HSL0.100.570.69
HSV34°41°87°
CMYK 0.000.180.41   0.13
XYZ50.576050.439828.1893
Yxy50.43980.39140.3904
Hunter Lab71.02102.828126.1816
CIE-Lab76.33847.160931.7351

#ddb682 color RGB value is (221,182,130).

#ddb682 hex color red value is 221, green value is 182 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ddb682 hue: 0.10 , saturation: 0.57 and the lightness value of ddb682 is 0.69.

The process color (four color CMYK) of #ddb682 color hex is 0.00, 0.18, 0.41, 0.13. Web safe color of #ddb682 is #cccc99. Color #ddb682 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 10000010
Octal 335 266 202
Decimal 221 182 130
Hex DD B6 82

RGB Percentages of Color #ddb682

%41.46
%34.15
%24.39

CMYK Percentages of Color #ddb682

%0
%18
%41
%13

Triadic Colors of #ddb682

#ddb682 #82ddb6 #b682dd

Analogous Colors of #ddb682

#ddb682 #d7dd82 #dd8982

Monochromatic Colors of #ddb682

#ddb682

Complementary Color

#ddb682 #82a9dd

#ddb682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb682 Color CSS Codes

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

#ddb682 Text Font Color

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

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


#ddb682 Background Color

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

This div background color is #ddb682


#ddb682 Border Color

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

This div border color is #ddb682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb682


Comments

No comments written yet.

Please login to write comment.