Color Hex Logo

#ddb288 Color Hex

#DDB288
(221,178,136)
0 Favorites   0 Comments

Color spaces of #ddb288

RGB 221178136
HSL0.080.560.70
HSV30°38°87°
CMYK 0.000.190.38   0.13
XYZ50.183148.990530.1037
Yxy48.99050.38820.3790
Hunter Lab69.99325.491223.4949
CIE-Lab75.44549.958127.3729

#ddb288 color RGB value is (221,178,136).

#ddb288 hex color red value is 221, green value is 178 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ddb288 hue: 0.08 , saturation: 0.56 and the lightness value of ddb288 is 0.70.

The process color (four color CMYK) of #ddb288 color hex is 0.00, 0.19, 0.38, 0.13. Web safe color of #ddb288 is #cc9999. Color #ddb288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 10001000
Octal 335 262 210
Decimal 221 178 136
Hex DD B2 88

RGB Percentages of Color #ddb288

%41.31
%33.27
%25.42

CMYK Percentages of Color #ddb288

%0
%19
%38
%13

Triadic Colors of #ddb288

#ddb288 #88ddb2 #b288dd

Analogous Colors of #ddb288

#ddb288 #dddd88 #dd8889

Monochromatic Colors of #ddb288

#ddb288

Complementary Color

#ddb288 #88b3dd

#ddb288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb288 Color CSS Codes

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

#ddb288 Text Font Color

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

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


#ddb288 Background Color

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

This div background color is #ddb288


#ddb288 Border Color

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

This div border color is #ddb288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb288


Comments

No comments written yet.

Please login to write comment.