Color Hex Logo

#dcbd3e Color Hex

#DCBD3E
(220,189,62)
0 Favorites   0 Comments

Color spaces of #dcbd3e

RGB 22018962
HSL0.130.690.55
HSV48°72°86°
CMYK 0.000.140.72   0.14
XYZ48.582351.958612.0259
Yxy51.95860.43160.4616
Hunter Lab72.0823-5.838040.5659
CIE-Lab77.2561-2.190064.8280

#dcbd3e color RGB value is (220,189,62).

#dcbd3e hex color red value is 220, green value is 189 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dcbd3e hue: 0.13 , saturation: 0.69 and the lightness value of dcbd3e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 00111110
Octal 334 275 76
Decimal 220 189 62
Hex DC BD 3E

RGB Percentages of Color #dcbd3e

%46.71
%40.13
%13.16

CMYK Percentages of Color #dcbd3e

%0
%14
%72
%14

Triadic Colors of #dcbd3e

#dcbd3e #3edcbd #bd3edc

Analogous Colors of #dcbd3e

#dcbd3e #acdc3e #dc6e3e

Monochromatic Colors of #dcbd3e

#dcbd3e

Complementary Color

#dcbd3e #3e5ddc

#dcbd3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd3e Color CSS Codes

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

#dcbd3e Text Font Color

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

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


#dcbd3e Background Color

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

This div background color is #dcbd3e


#dcbd3e Border Color

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

This div border color is #dcbd3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd3e


Comments

No comments written yet.

Please login to write comment.