Color Hex Logo

#ddb28a Color Hex

#DDB28A
(221,178,138)
0 Favorites   0 Comments

Color spaces of #ddb28a

RGB 221178138
HSL0.080.550.70
HSV29°38°87°
CMYK 0.000.190.38   0.13
XYZ50.326649.047930.8595
Yxy49.04790.38640.3766
Hunter Lab70.03425.710322.8987
CIE-Lab75.481110.189126.3530

#ddb28a color RGB value is (221,178,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 10001010
Octal 335 262 212
Decimal 221 178 138
Hex DD B2 8A

RGB Percentages of Color #ddb28a

%41.15
%33.15
%25.70

CMYK Percentages of Color #ddb28a

%0
%19
%38
%13

Triadic Colors of #ddb28a

#ddb28a #8addb2 #b28add

Analogous Colors of #ddb28a

#ddb28a #dddc8a #dd8a8c

Monochromatic Colors of #ddb28a

#ddb28a

Complementary Color

#ddb28a #8ab5dd

#ddb28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb28a Color CSS Codes

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

#ddb28a Text Font Color

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

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


#ddb28a Background Color

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

This div background color is #ddb28a


#ddb28a Border Color

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

This div border color is #ddb28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb28a


Comments

No comments written yet.

Please login to write comment.