Color Hex Logo

#ddba99 Color Hex

#DDBA99
(221,186,153)
0 Favorites   0 Comments

Color spaces of #ddba99

RGB 221186153
HSL0.080.500.73
HSV29°31°87°
CMYK 0.000.160.31   0.13
XYZ53.127552.789937.5263
Yxy52.78990.37040.3680
Hunter Lab72.65673.372420.2371
CIE-Lab77.75087.775121.4154

#ddba99 color RGB value is (221,186,153).

#ddba99 hex color red value is 221, green value is 186 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ddba99 hue: 0.08 , saturation: 0.50 and the lightness value of ddba99 is 0.73.

The process color (four color CMYK) of #ddba99 color hex is 0.00, 0.16, 0.31, 0.13. Web safe color of #ddba99 is #cccc99. Color #ddba99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 10011001
Octal 335 272 231
Decimal 221 186 153
Hex DD BA 99

RGB Percentages of Color #ddba99

%39.46
%33.21
%27.32

CMYK Percentages of Color #ddba99

%0
%16
%31
%13

Triadic Colors of #ddba99

#ddba99 #99ddba #ba99dd

Analogous Colors of #ddba99

#ddba99 #dddc99 #dd999a

Monochromatic Colors of #ddba99

#ddba99

Complementary Color

#ddba99 #99bcdd

#ddba99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba99 Color CSS Codes

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

#ddba99 Text Font Color

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

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


#ddba99 Background Color

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

This div background color is #ddba99


#ddba99 Border Color

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

This div border color is #ddba99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba99

#ddba99 Color Palettes


Comments

No comments written yet.

Please login to write comment.