Color Hex Logo

#ddb681 Color Hex

#DDB681
(221,182,129)
0 Favorites   0 Comments

Color spaces of #ddb681

RGB 221182129
HSL0.100.580.69
HSV35°42°87°
CMYK 0.000.180.42   0.13
XYZ50.509250.413027.8374
Yxy50.41300.39230.3915
Hunter Lab71.00212.726926.4560
CIE-Lab76.32217.052932.2396

#ddb681 color RGB value is (221,182,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 10000001
Octal 335 266 201
Decimal 221 182 129
Hex DD B6 81

RGB Percentages of Color #ddb681

%41.54
%34.21
%24.25

CMYK Percentages of Color #ddb681

%0
%18
%42
%13

Triadic Colors of #ddb681

#ddb681 #81ddb6 #b681dd

Analogous Colors of #ddb681

#ddb681 #d6dd81 #dd8881

Monochromatic Colors of #ddb681

#ddb681

Complementary Color

#ddb681 #81a8dd

#ddb681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb681 Color CSS Codes

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

#ddb681 Text Font Color

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

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


#ddb681 Background Color

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

This div background color is #ddb681


#ddb681 Border Color

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

This div border color is #ddb681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb681


Comments

No comments written yet.

Please login to write comment.