Color Hex Logo

#dcc867 Color Hex

#DCC867
(220,200,103)
0 Favorites   0 Comments

Color spaces of #dcc867

RGB 220200103
HSL0.140.630.63
HSV50°53°86°
CMYK 0.000.090.53   0.14
XYZ52.617757.503521.1580
Yxy57.50350.40080.4380
Hunter Lab75.8311-8.846736.5389
CIE-Lab80.4620-5.232650.4712

#dcc867 color RGB value is (220,200,103).

#dcc867 hex color red value is 220, green value is 200 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dcc867 hue: 0.14 , saturation: 0.63 and the lightness value of dcc867 is 0.63.

The process color (four color CMYK) of #dcc867 color hex is 0.00, 0.09, 0.53, 0.14. Web safe color of #dcc867 is #cccc66. Color #dcc867 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 01100111
Octal 334 310 147
Decimal 220 200 103
Hex DC C8 67

RGB Percentages of Color #dcc867

%42.07
%38.24
%19.69

CMYK Percentages of Color #dcc867

%0
%9
%53
%14

Triadic Colors of #dcc867

#dcc867 #67dcc8 #c867dc

Analogous Colors of #dcc867

#dcc867 #b6dc67 #dc8e67

Monochromatic Colors of #dcc867

#dcc867

Complementary Color

#dcc867 #677bdc

#dcc867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc867 Color CSS Codes

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

#dcc867 Text Font Color

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

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


#dcc867 Background Color

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

This div background color is #dcc867


#dcc867 Border Color

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

This div border color is #dcc867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc867


Comments

No comments written yet.

Please login to write comment.