Color Hex Logo

#ddd879 Color Hex

#DDD879
(221,216,121)
0 Favorites   0 Comments

Color spaces of #ddd879

RGB 221216121
HSL0.160.600.67
HSV57°45°87°
CMYK 0.000.020.45   0.13
XYZ57.825965.864427.7545
Yxy65.86440.38180.4349
Hunter Lab81.1569-14.839736.5335
CIE-Lab84.9272-11.357547.2021

#ddd879 color RGB value is (221,216,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01111001
Octal 335 330 171
Decimal 221 216 121
Hex DD D8 79

RGB Percentages of Color #ddd879

%39.61
%38.71
%21.68

CMYK Percentages of Color #ddd879

%0
%2
%45
%13

Triadic Colors of #ddd879

#ddd879 #79ddd8 #d879dd

Analogous Colors of #ddd879

#ddd879 #b0dd79 #dda679

Monochromatic Colors of #ddd879

#ddd879

Complementary Color

#ddd879 #797edd

#ddd879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd879 Color CSS Codes

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

#ddd879 Text Font Color

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

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


#ddd879 Background Color

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

This div background color is #ddd879


#ddd879 Border Color

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

This div border color is #ddd879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd879


Comments

No comments written yet.

Please login to write comment.