Color Hex Logo

#ddc473 Color Hex

#DDC473
(221,196,115)
0 Favorites   0 Comments

Color spaces of #ddc473

RGB 221196115
HSL0.130.610.66
HSV46°48°87°
CMYK 0.000.110.48   0.13
XYZ52.653256.089824.2709
Yxy56.08980.39580.4217
Hunter Lab74.8931-5.569533.2109
CIE-Lab79.6649-1.704743.6736

#ddc473 color RGB value is (221,196,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 01110011
Octal 335 304 163
Decimal 221 196 115
Hex DD C4 73

RGB Percentages of Color #ddc473

%41.54
%36.84
%21.62

CMYK Percentages of Color #ddc473

%0
%11
%48
%13

Triadic Colors of #ddc473

#ddc473 #73ddc4 #c473dd

Analogous Colors of #ddc473

#ddc473 #c1dd73 #dd8f73

Monochromatic Colors of #ddc473

#ddc473

Complementary Color

#ddc473 #738cdd

#ddc473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc473 Color CSS Codes

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

#ddc473 Text Font Color

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

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


#ddc473 Background Color

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

This div background color is #ddc473


#ddc473 Border Color

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

This div border color is #ddc473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc473


Comments

No comments written yet.

Please login to write comment.