Color Hex Logo

#ddd770 Color Hex

#DDD770
(221,215,112)
0 Favorites   0 Comments

Color spaces of #ddd770

RGB 221215112
HSL0.160.620.65
HSV57°49°87°
CMYK 0.000.030.49   0.13
XYZ57.043965.142924.8965
Yxy65.14290.38780.4429
Hunter Lab80.7112-15.086838.2090
CIE-Lab84.5573-11.681751.0757

#ddd770 color RGB value is (221,215,112).

#ddd770 hex color red value is 221, green value is 215 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ddd770 hue: 0.16 , saturation: 0.62 and the lightness value of ddd770 is 0.65.

The process color (four color CMYK) of #ddd770 color hex is 0.00, 0.03, 0.49, 0.13. Web safe color of #ddd770 is #cccc66. Color #ddd770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 01110000
Octal 335 327 160
Decimal 221 215 112
Hex DD D7 70

RGB Percentages of Color #ddd770

%40.33
%39.23
%20.44

CMYK Percentages of Color #ddd770

%0
%3
%49
%13

Triadic Colors of #ddd770

#ddd770 #70ddd7 #d770dd

Analogous Colors of #ddd770

#ddd770 #addd70 #dda170

Monochromatic Colors of #ddd770

#ddd770

Complementary Color

#ddd770 #7076dd

#ddd770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd770 Color CSS Codes

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

#ddd770 Text Font Color

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

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


#ddd770 Background Color

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

This div background color is #ddd770


#ddd770 Border Color

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

This div border color is #ddd770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd770


Comments

No comments written yet.

Please login to write comment.