Color Hex Logo

#ddb194 Color Hex

#DDB194
(221,177,148)
0 Favorites   0 Comments

Color spaces of #ddb194

RGB 221177148
HSL0.070.520.72
HSV24°33°87°
CMYK 0.000.200.33   0.13
XYZ50.886248.954634.7842
Yxy48.95460.37800.3636
Hunter Lab69.96767.376719.5014
CIE-Lab75.423111.933020.9043

#ddb194 color RGB value is (221,177,148).

#ddb194 hex color red value is 221, green value is 177 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ddb194 hue: 0.07 , saturation: 0.52 and the lightness value of ddb194 is 0.72.

The process color (four color CMYK) of #ddb194 color hex is 0.00, 0.20, 0.33, 0.13. Web safe color of #ddb194 is #cc9999. Color #ddb194 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 10010100
Octal 335 261 224
Decimal 221 177 148
Hex DD B1 94

RGB Percentages of Color #ddb194

%40.48
%32.42
%27.11

CMYK Percentages of Color #ddb194

%0
%20
%33
%13

Triadic Colors of #ddb194

#ddb194 #94ddb1 #b194dd

Analogous Colors of #ddb194

#ddb194 #ddd694 #dd949c

Monochromatic Colors of #ddb194

#ddb194

Complementary Color

#ddb194 #94c0dd

#ddb194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb194 Color CSS Codes

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

#ddb194 Text Font Color

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

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


#ddb194 Background Color

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

This div background color is #ddb194


#ddb194 Border Color

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

This div border color is #ddb194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb194


Comments

No comments written yet.

Please login to write comment.