Color Hex Logo

#dcc37d Color Hex

#DCC37D
(220,195,125)
0 Favorites   0 Comments

Color spaces of #dcc37d

RGB 220195125
HSL0.120.580.68
HSV44°43°86°
CMYK 0.000.110.43   0.14
XYZ52.732055.726527.3791
Yxy55.72650.38820.4102
Hunter Lab74.6502-4.547630.5096
CIE-Lab79.4579-0.607838.3467

#dcc37d color RGB value is (220,195,125).

#dcc37d hex color red value is 220, green value is 195 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dcc37d hue: 0.12 , saturation: 0.58 and the lightness value of dcc37d is 0.68.

The process color (four color CMYK) of #dcc37d color hex is 0.00, 0.11, 0.43, 0.14. Web safe color of #dcc37d is #cccc66. Color #dcc37d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01111101
Octal 334 303 175
Decimal 220 195 125
Hex DC C3 7D

RGB Percentages of Color #dcc37d

%40.74
%36.11
%23.15

CMYK Percentages of Color #dcc37d

%0
%11
%43
%14

Triadic Colors of #dcc37d

#dcc37d #7ddcc3 #c37ddc

Analogous Colors of #dcc37d

#dcc37d #c6dc7d #dc947d

Monochromatic Colors of #dcc37d

#dcc37d

Complementary Color

#dcc37d #7d96dc

#dcc37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc37d Color CSS Codes

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

#dcc37d Text Font Color

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

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


#dcc37d Background Color

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

This div background color is #dcc37d


#dcc37d Border Color

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

This div border color is #dcc37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc37d


Comments

No comments written yet.

Please login to write comment.