Color Hex Logo

#ddc170 Color Hex

#DDC170
(221,193,112)
0 Favorites   0 Comments

Color spaces of #ddc170

RGB 221193112
HSL0.120.620.65
HSV45°49°87°
CMYK 0.000.130.49   0.13
XYZ51.813454.681923.1530
Yxy54.68190.39960.4218
Hunter Lab73.9472-4.336133.1992
CIE-Lab78.8577-0.420344.1730

#ddc170 color RGB value is (221,193,112).

#ddc170 hex color red value is 221, green value is 193 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ddc170 hue: 0.12 , saturation: 0.62 and the lightness value of ddc170 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 01110000
Octal 335 301 160
Decimal 221 193 112
Hex DD C1 70

RGB Percentages of Color #ddc170

%42.02
%36.69
%21.29

CMYK Percentages of Color #ddc170

%0
%13
%49
%13

Triadic Colors of #ddc170

#ddc170 #70ddc1 #c170dd

Analogous Colors of #ddc170

#ddc170 #c3dd70 #dd8b70

Monochromatic Colors of #ddc170

#ddc170

Complementary Color

#ddc170 #708cdd

#ddc170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc170 Color CSS Codes

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

#ddc170 Text Font Color

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

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


#ddc170 Background Color

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

This div background color is #ddc170


#ddc170 Border Color

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

This div border color is #ddc170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc170


Comments

No comments written yet.

Please login to write comment.