Color Hex Logo

#ddc389 Color Hex

#DDC389
(221,195,137)
0 Favorites   0 Comments

Color spaces of #ddc389

RGB 221195137
HSL0.120.550.70
HSV41°38°87°
CMYK 0.000.120.38   0.13
XYZ53.849356.208531.6781
Yxy56.20850.37990.3966
Hunter Lab74.9723-2.992927.4288
CIE-Lab79.73231.090832.5312

#ddc389 color RGB value is (221,195,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 10001001
Octal 335 303 211
Decimal 221 195 137
Hex DD C3 89

RGB Percentages of Color #ddc389

%39.96
%35.26
%24.77

CMYK Percentages of Color #ddc389

%0
%12
%38
%13

Triadic Colors of #ddc389

#ddc389 #89ddc3 #c389dd

Analogous Colors of #ddc389

#ddc389 #cddd89 #dd9989

Monochromatic Colors of #ddc389

#ddc389

Complementary Color

#ddc389 #89a3dd

#ddc389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc389 Color CSS Codes

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

#ddc389 Text Font Color

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

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


#ddc389 Background Color

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

This div background color is #ddc389


#ddc389 Border Color

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

This div border color is #ddc389


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,195,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 #ddc389">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc389


Comments

No comments written yet.

Please login to write comment.