Color Hex Logo

#ddb680 Color Hex

#DDB680
(221,182,128)
0 Favorites   0 Comments

Color spaces of #ddb680

RGB 221182128
HSL0.100.580.68
HSV35°42°87°
CMYK 0.000.180.42   0.13
XYZ50.443050.386627.4890
Yxy50.38660.39310.3927
Hunter Lab70.98352.626326.7279
CIE-Lab76.30596.945432.7436

#ddb680 color RGB value is (221,182,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 10000000
Octal 335 266 200
Decimal 221 182 128
Hex DD B6 80

RGB Percentages of Color #ddb680

%41.62
%34.27
%24.11

CMYK Percentages of Color #ddb680

%0
%18
%42
%13

Triadic Colors of #ddb680

#ddb680 #80ddb6 #b680dd

Analogous Colors of #ddb680

#ddb680 #d6dd80 #dd8880

Monochromatic Colors of #ddb680

#ddb680

Complementary Color

#ddb680 #80a7dd

#ddb680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb680 Color CSS Codes

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

#ddb680 Text Font Color

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

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


#ddb680 Background Color

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

This div background color is #ddb680


#ddb680 Border Color

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

This div border color is #ddb680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb680


Comments

No comments written yet.

Please login to write comment.