Color Hex Logo

#ddb896 Color Hex

#DDB896
(221,184,150)
0 Favorites   0 Comments

Color spaces of #ddb896

RGB 221184150
HSL0.080.510.73
HSV29°32°87°
CMYK 0.000.170.32   0.13
XYZ52.464351.855136.0980
Yxy51.85510.37360.3693
Hunter Lab72.01054.030520.6860
CIE-Lab77.19418.453522.2578

#ddb896 color RGB value is (221,184,150).

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

The process color (four color CMYK) of #ddb896 color hex is 0.00, 0.17, 0.32, 0.13. Web safe color of #ddb896 is #cccc99. Color #ddb896 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 10010110
Octal 335 270 226
Decimal 221 184 150
Hex DD B8 96

RGB Percentages of Color #ddb896

%39.82
%33.15
%27.03

CMYK Percentages of Color #ddb896

%0
%17
%32
%13

Triadic Colors of #ddb896

#ddb896 #96ddb8 #b896dd

Analogous Colors of #ddb896

#ddb896 #dddc96 #dd9698

Monochromatic Colors of #ddb896

#ddb896

Complementary Color

#ddb896 #96bbdd

#ddb896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb896 Color CSS Codes

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

#ddb896 Text Font Color

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

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


#ddb896 Background Color

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

This div background color is #ddb896


#ddb896 Border Color

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

This div border color is #ddb896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb896


Comments

No comments written yet.

Please login to write comment.