Color Hex Logo

#dcb43e Color Hex

#DCB43E
(220,180,62)
0 Favorites   0 Comments

Color spaces of #dcb43e

RGB 22018062
HSL0.120.690.55
HSV45°72°86°
CMYK 0.000.180.72   0.14
XYZ46.706048.206011.4004
Yxy48.20600.43930.4534
Hunter Lab69.4305-1.426338.8660
CIE-Lab74.95472.515562.5535

#dcb43e color RGB value is (220,180,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 00111110
Octal 334 264 76
Decimal 220 180 62
Hex DC B4 3E

RGB Percentages of Color #dcb43e

%47.62
%38.96
%13.42

CMYK Percentages of Color #dcb43e

%0
%18
%72
%14

Triadic Colors of #dcb43e

#dcb43e #3edcb4 #b43edc

Analogous Colors of #dcb43e

#dcb43e #b5dc3e #dc653e

Monochromatic Colors of #dcb43e

#dcb43e

Complementary Color

#dcb43e #3e66dc

#dcb43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb43e Color CSS Codes

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

#dcb43e Text Font Color

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

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


#dcb43e Background Color

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

This div background color is #dcb43e


#dcb43e Border Color

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

This div border color is #dcb43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb43e


Comments

No comments written yet.

Please login to write comment.