Color Hex Logo

#ddc574 Color Hex

#DDC574
(221,197,116)
0 Favorites   0 Comments

Color spaces of #ddc574

RGB 221197116
HSL0.130.610.66
HSV46°48°87°
CMYK 0.000.110.48   0.13
XYZ52.937456.565624.6511
Yxy56.56560.39460.4216
Hunter Lab75.2101-5.978633.2140
CIE-Lab79.9346-2.129943.5088

#ddc574 color RGB value is (221,197,116).

#ddc574 hex color red value is 221, green value is 197 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ddc574 hue: 0.13 , saturation: 0.61 and the lightness value of ddc574 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 01110100
Octal 335 305 164
Decimal 221 197 116
Hex DD C5 74

RGB Percentages of Color #ddc574

%41.39
%36.89
%21.72

CMYK Percentages of Color #ddc574

%0
%11
%48
%13

Triadic Colors of #ddc574

#ddc574 #74ddc5 #c574dd

Analogous Colors of #ddc574

#ddc574 #c1dd74 #dd9174

Monochromatic Colors of #ddc574

#ddc574

Complementary Color

#ddc574 #748cdd

#ddc574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc574 Color CSS Codes

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

#ddc574 Text Font Color

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

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


#ddc574 Background Color

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

This div background color is #ddc574


#ddc574 Border Color

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

This div border color is #ddc574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc574


Comments

No comments written yet.

Please login to write comment.