Color Hex Logo

#ddd789 Color Hex

#DDD789
(221,215,137)
0 Favorites   0 Comments

Color spaces of #ddd789

RGB 221215137
HSL0.150.550.70
HSV56°38°87°
CMYK 0.000.030.38   0.13
XYZ58.634665.779233.2732
Yxy65.77920.37180.4172
Hunter Lab81.1044-12.885732.4492
CIE-Lab84.8837-9.204039.2248

#ddd789 color RGB value is (221,215,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 10001001
Octal 335 327 211
Decimal 221 215 137
Hex DD D7 89

RGB Percentages of Color #ddd789

%38.57
%37.52
%23.91

CMYK Percentages of Color #ddd789

%0
%3
%38
%13

Triadic Colors of #ddd789

#ddd789 #89ddd7 #d789dd

Analogous Colors of #ddd789

#ddd789 #b9dd89 #ddad89

Monochromatic Colors of #ddd789

#ddd789

Complementary Color

#ddd789 #898fdd

#ddd789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd789 Color CSS Codes

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

#ddd789 Text Font Color

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

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


#ddd789 Background Color

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

This div background color is #ddd789


#ddd789 Border Color

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

This div border color is #ddd789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd789


Comments

No comments written yet.

Please login to write comment.