Color Hex Logo

#dcba2a Color Hex

#DCBA2A
(220,186,42)
0 Favorites   0 Comments

Color spaces of #dcba2a

RGB 22018642
HSL0.130.720.51
HSV49°81°86°
CMYK 0.000.150.81   0.14
XYZ47.492050.50069.4350
Yxy50.50060.44210.4701
Hunter Lab71.0638-5.069941.8728
CIE-Lab76.3755-1.407770.7653

#dcba2a color RGB value is (220,186,42).

#dcba2a hex color red value is 220, green value is 186 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dcba2a hue: 0.13 , saturation: 0.72 and the lightness value of dcba2a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 00101010
Octal 334 272 52
Decimal 220 186 42
Hex DC BA 2A

RGB Percentages of Color #dcba2a

%49.11
%41.52
%9.38

CMYK Percentages of Color #dcba2a

%0
%15
%81
%14

Triadic Colors of #dcba2a

#dcba2a #2adcba #ba2adc

Analogous Colors of #dcba2a

#dcba2a #a5dc2a #dc612a

Monochromatic Colors of #dcba2a

#dcba2a

Complementary Color

#dcba2a #2a4cdc

#dcba2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcba2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcba2a Color CSS Codes

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

#dcba2a Text Font Color

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

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


#dcba2a Background Color

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

This div background color is #dcba2a


#dcba2a Border Color

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

This div border color is #dcba2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcba2a


Comments

No comments written yet.

Please login to write comment.