Color Hex Logo

#ddc57e Color Hex

#DDC57E
(221,197,126)
0 Favorites   0 Comments

Color spaces of #ddc57e

RGB 221197126
HSL0.120.580.68
HSV45°43°87°
CMYK 0.000.110.43   0.13
XYZ53.550956.811027.8818
Yxy56.81100.38740.4109
Hunter Lab75.3731-5.082630.8288
CIE-Lab80.0732-1.143938.6395

#ddc57e color RGB value is (221,197,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 01111110
Octal 335 305 176
Decimal 221 197 126
Hex DD C5 7E

RGB Percentages of Color #ddc57e

%40.63
%36.21
%23.16

CMYK Percentages of Color #ddc57e

%0
%11
%43
%13

Triadic Colors of #ddc57e

#ddc57e #7eddc5 #c57edd

Analogous Colors of #ddc57e

#ddc57e #c6dd7e #dd967e

Monochromatic Colors of #ddc57e

#ddc57e

Complementary Color

#ddc57e #7e96dd

#ddc57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc57e Color CSS Codes

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

#ddc57e Text Font Color

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

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


#ddc57e Background Color

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

This div background color is #ddc57e


#ddc57e Border Color

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

This div border color is #ddc57e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,197,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 #ddc57e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc57e


Comments

No comments written yet.

Please login to write comment.