Color Hex Logo

#dcc67d Color Hex

#DCC67D
(220,198,125)
0 Favorites   0 Comments

Color spaces of #dcc67d

RGB 220198125
HSL0.130.580.68
HSV46°43°86°
CMYK 0.000.100.43   0.14
XYZ53.411057.084527.6054
Yxy57.08450.38680.4134
Hunter Lab75.5543-6.034431.2251
CIE-Lab80.2271-2.167339.3260

#dcc67d color RGB value is (220,198,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 01111101
Octal 334 306 175
Decimal 220 198 125
Hex DC C6 7D

RGB Percentages of Color #dcc67d

%40.52
%36.46
%23.02

CMYK Percentages of Color #dcc67d

%0
%10
%43
%14

Triadic Colors of #dcc67d

#dcc67d #7ddcc6 #c67ddc

Analogous Colors of #dcc67d

#dcc67d #c3dc7d #dc977d

Monochromatic Colors of #dcc67d

#dcc67d

Complementary Color

#dcc67d #7d93dc

#dcc67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc67d Color CSS Codes

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

#dcc67d Text Font Color

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

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


#dcc67d Background Color

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

This div background color is #dcc67d


#dcc67d Border Color

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

This div border color is #dcc67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc67d


Comments

No comments written yet.

Please login to write comment.