Color Hex Logo

#dcc274 Color Hex

#DCC274
(220,194,116)
0 Favorites   0 Comments

Color spaces of #dcc274

RGB 220194116
HSL0.130.600.66
HSV45°47°86°
CMYK 0.000.120.47   0.14
XYZ51.959455.060224.4121
Yxy55.06020.39530.4189
Hunter Lab74.2026-4.862132.4358
CIE-Lab79.0759-0.977742.4234

#dcc274 color RGB value is (220,194,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 01110100
Octal 334 302 164
Decimal 220 194 116
Hex DC C2 74

RGB Percentages of Color #dcc274

%41.51
%36.60
%21.89

CMYK Percentages of Color #dcc274

%0
%12
%47
%14

Triadic Colors of #dcc274

#dcc274 #74dcc2 #c274dc

Analogous Colors of #dcc274

#dcc274 #c2dc74 #dc8e74

Monochromatic Colors of #dcc274

#dcc274

Complementary Color

#dcc274 #748edc

#dcc274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc274 Color CSS Codes

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

#dcc274 Text Font Color

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

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


#dcc274 Background Color

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

This div background color is #dcc274


#dcc274 Border Color

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

This div border color is #dcc274


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,194,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc274


Comments

No comments written yet.

Please login to write comment.