Color Hex Logo

#ddcc77 Color Hex

#DDCC77
(221,204,119)
0 Favorites   0 Comments

Color spaces of #ddcc77

RGB 221204119
HSL0.140.600.67
HSV50°46°87°
CMYK 0.000.080.46   0.13
XYZ54.741459.889826.1275
Yxy59.88980.38890.4255
Hunter Lab77.3885-9.166434.1548
CIE-Lab81.7783-5.455644.3009

#ddcc77 color RGB value is (221,204,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 01110111
Octal 335 314 167
Decimal 221 204 119
Hex DD CC 77

RGB Percentages of Color #ddcc77

%40.63
%37.50
%21.88

CMYK Percentages of Color #ddcc77

%0
%8
%46
%13

Triadic Colors of #ddcc77

#ddcc77 #77ddcc #cc77dd

Analogous Colors of #ddcc77

#ddcc77 #bbdd77 #dd9977

Monochromatic Colors of #ddcc77

#ddcc77

Complementary Color

#ddcc77 #7788dd

#ddcc77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcc77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcc77 Color CSS Codes

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

#ddcc77 Text Font Color

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

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


#ddcc77 Background Color

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

This div background color is #ddcc77


#ddcc77 Border Color

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

This div border color is #ddcc77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcc77


Comments

No comments written yet.

Please login to write comment.