Color Hex Logo

#dcbd2a Color Hex

#DCBD2A
(220,189,42)
0 Favorites   0 Comments

Color spaces of #dcbd2a

RGB 22018942
HSL0.140.720.51
HSV50°81°86°
CMYK 0.000.140.81   0.14
XYZ48.130751.77809.6479
Yxy51.77800.43930.4726
Hunter Lab71.9569-6.529242.4203
CIE-Lab77.1479-2.966371.4362

#dcbd2a color RGB value is (220,189,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 00101010
Octal 334 275 52
Decimal 220 189 42
Hex DC BD 2A

RGB Percentages of Color #dcbd2a

%48.78
%41.91
%9.31

CMYK Percentages of Color #dcbd2a

%0
%14
%81
%14

Triadic Colors of #dcbd2a

#dcbd2a #2adcbd #bd2adc

Analogous Colors of #dcbd2a

#dcbd2a #a2dc2a #dc642a

Monochromatic Colors of #dcbd2a

#dcbd2a

Complementary Color

#dcbd2a #2a49dc

#dcbd2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd2a Color CSS Codes

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

#dcbd2a Text Font Color

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

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


#dcbd2a Background Color

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

This div background color is #dcbd2a


#dcbd2a Border Color

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

This div border color is #dcbd2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd2a


Comments

No comments written yet.

Please login to write comment.