Color Hex Logo

#dcc068 Color Hex

#DCC068
(220,192,104)
0 Favorites   0 Comments

Color spaces of #dcc068

RGB 220192104
HSL0.130.620.64
HSV46°53°86°
CMYK 0.000.130.53   0.14
XYZ50.863553.914420.8224
Yxy53.91440.40500.4293
Hunter Lab73.4264-4.846834.5849
CIE-Lab78.4118-1.009847.5521

#dcc068 color RGB value is (220,192,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 01101000
Octal 334 300 150
Decimal 220 192 104
Hex DC C0 68

RGB Percentages of Color #dcc068

%42.64
%37.21
%20.16

CMYK Percentages of Color #dcc068

%0
%13
%53
%14

Triadic Colors of #dcc068

#dcc068 #68dcc0 #c068dc

Analogous Colors of #dcc068

#dcc068 #bedc68 #dc8668

Monochromatic Colors of #dcc068

#dcc068

Complementary Color

#dcc068 #6884dc

#dcc068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc068 Color CSS Codes

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

#dcc068 Text Font Color

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

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


#dcc068 Background Color

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

This div background color is #dcc068


#dcc068 Border Color

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

This div border color is #dcc068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc068


Comments

No comments written yet.

Please login to write comment.