Color Hex Logo

#ddc177 Color Hex

#DDC177
(221,193,119)
0 Favorites   0 Comments

Color spaces of #ddc177

RGB 221193119
HSL0.120.600.67
HSV44°46°87°
CMYK 0.000.130.46   0.13
XYZ52.218554.844025.2865
Yxy54.84400.39460.4144
Hunter Lab74.0567-3.736331.5953
CIE-Lab78.95130.237840.7749

#ddc177 color RGB value is (221,193,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 01110111
Octal 335 301 167
Decimal 221 193 119
Hex DD C1 77

RGB Percentages of Color #ddc177

%41.46
%36.21
%22.33

CMYK Percentages of Color #ddc177

%0
%13
%46
%13

Triadic Colors of #ddc177

#ddc177 #77ddc1 #c177dd

Analogous Colors of #ddc177

#ddc177 #c6dd77 #dd8e77

Monochromatic Colors of #ddc177

#ddc177

Complementary Color

#ddc177 #7793dd

#ddc177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc177 Color CSS Codes

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

#ddc177 Text Font Color

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

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


#ddc177 Background Color

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

This div background color is #ddc177


#ddc177 Border Color

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

This div border color is #ddc177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc177


Comments

No comments written yet.

Please login to write comment.