Color Hex Logo

#dcba0e Color Hex

#DCBA0E
(220,186,14)
0 Favorites   0 Comments

Color spaces of #dcba0e

RGB 22018614
HSL0.140.880.46
HSV50°94°86°
CMYK 0.000.150.94   0.14
XYZ47.153450.36527.6517
Yxy50.36520.44840.4789
Hunter Lab70.9684-5.594443.2854
CIE-Lab76.2929-1.996776.5923

#dcba0e color RGB value is (220,186,14).

#dcba0e hex color red value is 220, green value is 186 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dcba0e hue: 0.14 , saturation: 0.88 and the lightness value of dcba0e is 0.46.

The process color (four color CMYK) of #dcba0e color hex is 0.00, 0.15, 0.94, 0.14. Web safe color of #dcba0e is #cccc00. Color #dcba0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 00001110
Octal 334 272 16
Decimal 220 186 14
Hex DC BA E

RGB Percentages of Color #dcba0e

%52.38
%44.29
%3.33

CMYK Percentages of Color #dcba0e

%0
%15
%94
%14

Triadic Colors of #dcba0e

#dcba0e #0edcba #ba0edc

Analogous Colors of #dcba0e

#dcba0e #97dc0e #dc530e

Monochromatic Colors of #dcba0e

#dcba0e

Complementary Color

#dcba0e #0e30dc

#dcba0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba0e Color CSS Codes

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

#dcba0e Text Font Color

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

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


#dcba0e Background Color

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

This div background color is #dcba0e


#dcba0e Border Color

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

This div border color is #dcba0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba0e


Comments

No comments written yet.

Please login to write comment.