Color Hex Logo

#ddc989 Color Hex

#DDC989
(221,201,137)
0 Favorites   0 Comments

Color spaces of #ddc989

RGB 221201137
HSL0.130.550.70
HSV46°38°87°
CMYK 0.000.090.38   0.13
XYZ55.220858.951632.1353
Yxy58.95160.37740.4029
Hunter Lab76.7799-5.986228.9309
CIE-Lab81.2650-2.032434.5392

#ddc989 color RGB value is (221,201,137).

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

The process color (four color CMYK) of #ddc989 color hex is 0.00, 0.09, 0.38, 0.13. Web safe color of #ddc989 is #cccc99. Color #ddc989 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 10001001
Octal 335 311 211
Decimal 221 201 137
Hex DD C9 89

RGB Percentages of Color #ddc989

%39.53
%35.96
%24.51

CMYK Percentages of Color #ddc989

%0
%9
%38
%13

Triadic Colors of #ddc989

#ddc989 #89ddc9 #c989dd

Analogous Colors of #ddc989

#ddc989 #c7dd89 #dd9f89

Monochromatic Colors of #ddc989

#ddc989

Complementary Color

#ddc989 #899ddd

#ddc989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc989 Color CSS Codes

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

#ddc989 Text Font Color

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

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


#ddc989 Background Color

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

This div background color is #ddc989


#ddc989 Border Color

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

This div border color is #ddc989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc989


Comments

No comments written yet.

Please login to write comment.