Color Hex Logo

#ddc47e Color Hex

#DDC47E
(221,196,126)
0 Favorites   0 Comments

Color spaces of #ddc47e

RGB 221196126
HSL0.120.580.68
HSV44°43°87°
CMYK 0.000.110.43   0.13
XYZ53.324656.358427.8064
Yxy56.35840.38780.4099
Hunter Lab75.0722-4.586030.5898
CIE-Lab79.8174-0.623838.3131

#ddc47e color RGB value is (221,196,126).

#ddc47e hex color red value is 221, green value is 196 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ddc47e hue: 0.12 , saturation: 0.58 and the lightness value of ddc47e is 0.68.

The process color (four color CMYK) of #ddc47e color hex is 0.00, 0.11, 0.43, 0.13. Web safe color of #ddc47e is #cccc66. Color #ddc47e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 01111110
Octal 335 304 176
Decimal 221 196 126
Hex DD C4 7E

RGB Percentages of Color #ddc47e

%40.70
%36.10
%23.20

CMYK Percentages of Color #ddc47e

%0
%11
%43
%13

Triadic Colors of #ddc47e

#ddc47e #7eddc4 #c47edd

Analogous Colors of #ddc47e

#ddc47e #c7dd7e #dd957e

Monochromatic Colors of #ddc47e

#ddc47e

Complementary Color

#ddc47e #7e97dd

#ddc47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc47e Color CSS Codes

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

#ddc47e Text Font Color

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

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


#ddc47e Background Color

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

This div background color is #ddc47e


#ddc47e Border Color

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

This div border color is #ddc47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc47e


Comments

No comments written yet.

Please login to write comment.