Color Hex Logo

#ddd849 Color Hex

#DDD849
(221,216,73)
0 Favorites   0 Comments

Color spaces of #ddd849

RGB 22121673
HSL0.160.690.58
HSV58°67°87°
CMYK 0.000.020.67   0.13
XYZ55.577364.964915.9136
Yxy64.96490.40730.4761
Hunter Lab80.6008-17.968944.7145
CIE-Lab84.4656-14.932467.8671

#ddd849 color RGB value is (221,216,73).

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

The process color (four color CMYK) of #ddd849 color hex is 0.00, 0.02, 0.67, 0.13. Web safe color of #ddd849 is #cccc33. Color #ddd849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01001001
Octal 335 330 111
Decimal 221 216 73
Hex DD D8 49

RGB Percentages of Color #ddd849

%43.33
%42.35
%14.31

CMYK Percentages of Color #ddd849

%0
%2
%67
%13

Triadic Colors of #ddd849

#ddd849 #49ddd8 #d849dd

Analogous Colors of #ddd849

#ddd849 #98dd49 #dd8e49

Monochromatic Colors of #ddd849

#ddd849

Complementary Color

#ddd849 #494edd

#ddd849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd849 Color CSS Codes

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

#ddd849 Text Font Color

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

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


#ddd849 Background Color

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

This div background color is #ddd849


#ddd849 Border Color

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

This div border color is #ddd849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd849


Comments

No comments written yet.

Please login to write comment.