Color Hex Logo

#dcc868 Color Hex

#DCC868
(220,200,104)
0 Favorites   0 Comments

Color spaces of #dcc868

RGB 220200104
HSL0.140.620.64
HSV50°53°86°
CMYK 0.000.090.53   0.14
XYZ52.668257.523721.4240
Yxy57.52370.40020.4371
Hunter Lab75.8444-8.772936.3432
CIE-Lab80.4733-5.150050.0072

#dcc868 color RGB value is (220,200,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 01101000
Octal 334 310 150
Decimal 220 200 104
Hex DC C8 68

RGB Percentages of Color #dcc868

%41.98
%38.17
%19.85

CMYK Percentages of Color #dcc868

%0
%9
%53
%14

Triadic Colors of #dcc868

#dcc868 #68dcc8 #c868dc

Analogous Colors of #dcc868

#dcc868 #b6dc68 #dc8e68

Monochromatic Colors of #dcc868

#dcc868

Complementary Color

#dcc868 #687cdc

#dcc868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc868 Color CSS Codes

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

#dcc868 Text Font Color

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

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


#dcc868 Background Color

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

This div background color is #dcc868


#dcc868 Border Color

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

This div border color is #dcc868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc868


Comments

No comments written yet.

Please login to write comment.