Color Hex Logo

#ddbb80 Color Hex

#DDBB80
(221,187,128)
0 Favorites   0 Comments

Color spaces of #ddbb80

RGB 221187128
HSL0.110.580.68
HSV38°42°87°
CMYK 0.000.150.42   0.13
XYZ51.485452.471327.8365
Yxy52.47130.39070.3981
Hunter Lab72.43710.105827.9217
CIE-Lab77.56184.301734.3784

#ddbb80 color RGB value is (221,187,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10000000
Octal 335 273 200
Decimal 221 187 128
Hex DD BB 80

RGB Percentages of Color #ddbb80

%41.23
%34.89
%23.88

CMYK Percentages of Color #ddbb80

%0
%15
%42
%13

Triadic Colors of #ddbb80

#ddbb80 #80ddbb #bb80dd

Analogous Colors of #ddbb80

#ddbb80 #d1dd80 #dd8d80

Monochromatic Colors of #ddbb80

#ddbb80

Complementary Color

#ddbb80 #80a2dd

#ddbb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb80 Color CSS Codes

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

#ddbb80 Text Font Color

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

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


#ddbb80 Background Color

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

This div background color is #ddbb80


#ddbb80 Border Color

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

This div border color is #ddbb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb80


Comments

No comments written yet.

Please login to write comment.