Color Hex Logo

#dcc071 Color Hex

#DCC071
(220,192,113)
0 Favorites   0 Comments

Color spaces of #dcc071

RGB 220192113
HSL0.120.600.65
HSV44°49°86°
CMYK 0.000.130.49   0.14
XYZ51.345554.107223.3603
Yxy54.10720.39860.4200
Hunter Lab73.5576-4.127232.6611
CIE-Lab78.5242-0.216143.2428

#dcc071 color RGB value is (220,192,113).

#dcc071 hex color red value is 220, green value is 192 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dcc071 hue: 0.12 , saturation: 0.60 and the lightness value of dcc071 is 0.65.

The process color (four color CMYK) of #dcc071 color hex is 0.00, 0.13, 0.49, 0.14. Web safe color of #dcc071 is #cccc66. Color #dcc071 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 01110001
Octal 334 300 161
Decimal 220 192 113
Hex DC C0 71

RGB Percentages of Color #dcc071

%41.90
%36.57
%21.52

CMYK Percentages of Color #dcc071

%0
%13
%49
%14

Triadic Colors of #dcc071

#dcc071 #71dcc0 #c071dc

Analogous Colors of #dcc071

#dcc071 #c3dc71 #dc8b71

Monochromatic Colors of #dcc071

#dcc071

Complementary Color

#dcc071 #718ddc

#dcc071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc071 Color CSS Codes

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

#dcc071 Text Font Color

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

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


#dcc071 Background Color

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

This div background color is #dcc071


#dcc071 Border Color

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

This div border color is #dcc071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc071


Comments

No comments written yet.

Please login to write comment.