Color Hex Logo

#dcc277 Color Hex

#DCC277
(220,194,119)
0 Favorites   0 Comments

Color spaces of #dcc277

RGB 220194119
HSL0.120.590.66
HSV45°46°86°
CMYK 0.000.120.46   0.14
XYZ52.136855.131125.3462
Yxy55.13110.39310.4157
Hunter Lab74.2503-4.599631.7359
CIE-Lab79.1167-0.688840.9634

#dcc277 color RGB value is (220,194,119).

#dcc277 hex color red value is 220, green value is 194 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #dcc277 hue: 0.12 , saturation: 0.59 and the lightness value of dcc277 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 01110111
Octal 334 302 167
Decimal 220 194 119
Hex DC C2 77

RGB Percentages of Color #dcc277

%41.28
%36.40
%22.33

CMYK Percentages of Color #dcc277

%0
%12
%46
%14

Triadic Colors of #dcc277

#dcc277 #77dcc2 #c277dc

Analogous Colors of #dcc277

#dcc277 #c4dc77 #dc9077

Monochromatic Colors of #dcc277

#dcc277

Complementary Color

#dcc277 #7791dc

#dcc277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc277 Color CSS Codes

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

#dcc277 Text Font Color

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

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


#dcc277 Background Color

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

This div background color is #dcc277


#dcc277 Border Color

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

This div border color is #dcc277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc277


Comments

No comments written yet.

Please login to write comment.