Color Hex Logo

#dcc38d Color Hex

#DCC38D
(220,195,141)
0 Favorites   0 Comments

Color spaces of #dcc38d

RGB 220195141
HSL0.110.530.71
HSV41°36°86°
CMYK 0.000.110.36   0.14
XYZ53.838056.168933.2034
Yxy56.16890.37590.3922
Hunter Lab74.9459-2.928426.1948
CIE-Lab79.70981.158830.3987

#dcc38d color RGB value is (220,195,141).

#dcc38d hex color red value is 220, green value is 195 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dcc38d hue: 0.11 , saturation: 0.53 and the lightness value of dcc38d is 0.71.

The process color (four color CMYK) of #dcc38d color hex is 0.00, 0.11, 0.36, 0.14. Web safe color of #dcc38d is #cccc99. Color #dcc38d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 10001101
Octal 334 303 215
Decimal 220 195 141
Hex DC C3 8D

RGB Percentages of Color #dcc38d

%39.57
%35.07
%25.36

CMYK Percentages of Color #dcc38d

%0
%11
%36
%14

Triadic Colors of #dcc38d

#dcc38d #8ddcc3 #c38ddc

Analogous Colors of #dcc38d

#dcc38d #cedc8d #dc9c8d

Monochromatic Colors of #dcc38d

#dcc38d

Complementary Color

#dcc38d #8da6dc

#dcc38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc38d Color CSS Codes

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

#dcc38d Text Font Color

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

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


#dcc38d Background Color

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

This div background color is #dcc38d


#dcc38d Border Color

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

This div border color is #dcc38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc38d


Comments

No comments written yet.

Please login to write comment.