Color Hex Logo

#ddc977 Color Hex

#DDC977
(221,201,119)
0 Favorites   0 Comments

Color spaces of #ddc977

RGB 221201119
HSL0.130.600.67
HSV48°46°87°
CMYK 0.000.090.46   0.13
XYZ54.035258.477325.8921
Yxy58.47730.39040.4225
Hunter Lab76.4705-7.692433.4543
CIE-Lab81.0034-3.912543.3394

#ddc977 color RGB value is (221,201,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 01110111
Octal 335 311 167
Decimal 221 201 119
Hex DD C9 77

RGB Percentages of Color #ddc977

%40.85
%37.15
%22.00

CMYK Percentages of Color #ddc977

%0
%9
%46
%13

Triadic Colors of #ddc977

#ddc977 #77ddc9 #c977dd

Analogous Colors of #ddc977

#ddc977 #bedd77 #dd9677

Monochromatic Colors of #ddc977

#ddc977

Complementary Color

#ddc977 #778bdd

#ddc977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc977 Color CSS Codes

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

#ddc977 Text Font Color

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

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


#ddc977 Background Color

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

This div background color is #ddc977


#ddc977 Border Color

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

This div border color is #ddc977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc977


Comments

No comments written yet.

Please login to write comment.