Color Hex Logo

#dcba68 Color Hex

#DCBA68
(220,186,104)
0 Favorites   0 Comments

Color spaces of #dcba68

RGB 220186104
HSL0.120.620.64
HSV42°53°86°
CMYK 0.000.150.53   0.14
XYZ49.572851.332920.3922
Yxy51.33290.40870.4232
Hunter Lab71.6470-1.877433.2777
CIE-Lab76.88022.128745.7106

#dcba68 color RGB value is (220,186,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 01101000
Octal 334 272 150
Decimal 220 186 104
Hex DC BA 68

RGB Percentages of Color #dcba68

%43.14
%36.47
%20.39

CMYK Percentages of Color #dcba68

%0
%15
%53
%14

Triadic Colors of #dcba68

#dcba68 #68dcba #ba68dc

Analogous Colors of #dcba68

#dcba68 #c4dc68 #dc8068

Monochromatic Colors of #dcba68

#dcba68

Complementary Color

#dcba68 #688adc

#dcba68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba68 Color CSS Codes

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

#dcba68 Text Font Color

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

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


#dcba68 Background Color

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

This div background color is #dcba68


#dcba68 Border Color

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

This div border color is #dcba68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba68


Comments

No comments written yet.

Please login to write comment.