Color Hex Logo

#ddd847 Color Hex

#DDD847
(221,216,71)
0 Favorites   0 Comments

Color spaces of #ddd847

RGB 22121671
HSL0.160.690.57
HSV58°68°87°
CMYK 0.000.020.68   0.13
XYZ55.512064.938815.5699
Yxy64.93880.40810.4774
Hunter Lab80.5846-18.060544.9537
CIE-Lab84.4522-15.038268.6078

#ddd847 color RGB value is (221,216,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01000111
Octal 335 330 107
Decimal 221 216 71
Hex DD D8 47

RGB Percentages of Color #ddd847

%43.50
%42.52
%13.98

CMYK Percentages of Color #ddd847

%0
%2
%68
%13

Triadic Colors of #ddd847

#ddd847 #47ddd8 #d847dd

Analogous Colors of #ddd847

#ddd847 #97dd47 #dd8d47

Monochromatic Colors of #ddd847

#ddd847

Complementary Color

#ddd847 #474cdd

#ddd847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd847 Color CSS Codes

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

#ddd847 Text Font Color

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

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


#ddd847 Background Color

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

This div background color is #ddd847


#ddd847 Border Color

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

This div border color is #ddd847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd847


Comments

No comments written yet.

Please login to write comment.