Color Hex Logo

#ddd876 Color Hex

#DDD876
(221,216,118)
0 Favorites   0 Comments

Color spaces of #ddd876

RGB 221216118
HSL0.160.600.66
HSV57°47°87°
CMYK 0.000.020.47   0.13
XYZ57.644765.791926.8004
Yxy65.79190.38370.4379
Hunter Lab81.1122-15.090337.1885
CIE-Lab84.8902-11.640848.6083

#ddd876 color RGB value is (221,216,118).

#ddd876 hex color red value is 221, green value is 216 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ddd876 hue: 0.16 , saturation: 0.60 and the lightness value of ddd876 is 0.66.

The process color (four color CMYK) of #ddd876 color hex is 0.00, 0.02, 0.47, 0.13. Web safe color of #ddd876 is #cccc66. Color #ddd876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01110110
Octal 335 330 166
Decimal 221 216 118
Hex DD D8 76

RGB Percentages of Color #ddd876

%39.82
%38.92
%21.26

CMYK Percentages of Color #ddd876

%0
%2
%47
%13

Triadic Colors of #ddd876

#ddd876 #76ddd8 #d876dd

Analogous Colors of #ddd876

#ddd876 #afdd76 #dda576

Monochromatic Colors of #ddd876

#ddd876

Complementary Color

#ddd876 #767bdd

#ddd876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd876 Color CSS Codes

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

#ddd876 Text Font Color

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

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


#ddd876 Background Color

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

This div background color is #ddd876


#ddd876 Border Color

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

This div border color is #ddd876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd876


Comments

No comments written yet.

Please login to write comment.