Color Hex Logo

#ddc377 Color Hex

#DDC377
(221,195,119)
0 Favorites   0 Comments

Color spaces of #ddc377

RGB 221195119
HSL0.120.600.67
HSV45°46°87°
CMYK 0.000.120.46   0.13
XYZ52.663755.734325.4349
Yxy55.73430.39350.4164
Hunter Lab74.6554-4.728832.0588
CIE-Lab79.4624-0.804441.4160

#ddc377 color RGB value is (221,195,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 01110111
Octal 335 303 167
Decimal 221 195 119
Hex DD C3 77

RGB Percentages of Color #ddc377

%41.31
%36.45
%22.24

CMYK Percentages of Color #ddc377

%0
%12
%46
%13

Triadic Colors of #ddc377

#ddc377 #77ddc3 #c377dd

Analogous Colors of #ddc377

#ddc377 #c4dd77 #dd9077

Monochromatic Colors of #ddc377

#ddc377

Complementary Color

#ddc377 #7791dd

#ddc377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc377 Color CSS Codes

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

#ddc377 Text Font Color

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

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


#ddc377 Background Color

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

This div background color is #ddc377


#ddc377 Border Color

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

This div border color is #ddc377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc377


Comments

No comments written yet.

Please login to write comment.