Color Hex Logo

#dcba1e Color Hex

#DCBA1E
(220,186,30)
0 Favorites   0 Comments

Color spaces of #dcba1e

RGB 22018630
HSL0.140.760.49
HSV49°86°86°
CMYK 0.000.150.86   0.14
XYZ47.308450.42728.4683
Yxy50.42720.44540.4748
Hunter Lab71.0121-5.354242.6381
CIE-Lab76.3307-1.726773.8202

#dcba1e color RGB value is (220,186,30).

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

The process color (four color CMYK) of #dcba1e color hex is 0.00, 0.15, 0.86, 0.14. Web safe color of #dcba1e is #cccc33. Color #dcba1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 00011110
Octal 334 272 36
Decimal 220 186 30
Hex DC BA 1E

RGB Percentages of Color #dcba1e

%50.46
%42.66
%6.88

CMYK Percentages of Color #dcba1e

%0
%15
%86
%14

Triadic Colors of #dcba1e

#dcba1e #1edcba #ba1edc

Analogous Colors of #dcba1e

#dcba1e #9fdc1e #dc5b1e

Monochromatic Colors of #dcba1e

#dcba1e

Complementary Color

#dcba1e #1e40dc

#dcba1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba1e Color CSS Codes

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

#dcba1e Text Font Color

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

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


#dcba1e Background Color

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

This div background color is #dcba1e


#dcba1e Border Color

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

This div border color is #dcba1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba1e


Comments

No comments written yet.

Please login to write comment.