Color Hex Logo

#dcb42e Color Hex

#DCB42E
(220,180,46)
0 Favorites   0 Comments

Color spaces of #dcb42e

RGB 22018046
HSL0.130.710.52
HSV46°79°86°
CMYK 0.000.180.79   0.14
XYZ46.329648.05549.4186
Yxy48.05540.44630.4629
Hunter Lab69.3220-2.017640.4698
CIE-Lab74.85991.861568.2034

#dcb42e color RGB value is (220,180,46).

#dcb42e hex color red value is 220, green value is 180 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dcb42e hue: 0.13 , saturation: 0.71 and the lightness value of dcb42e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 00101110
Octal 334 264 56
Decimal 220 180 46
Hex DC B4 2E

RGB Percentages of Color #dcb42e

%49.33
%40.36
%10.31

CMYK Percentages of Color #dcb42e

%0
%18
%79
%14

Triadic Colors of #dcb42e

#dcb42e #2edcb4 #b42edc

Analogous Colors of #dcb42e

#dcb42e #addc2e #dc5d2e

Monochromatic Colors of #dcb42e

#dcb42e

Complementary Color

#dcb42e #2e56dc

#dcb42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb42e Color CSS Codes

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

#dcb42e Text Font Color

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

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


#dcb42e Background Color

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

This div background color is #dcb42e


#dcb42e Border Color

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

This div border color is #dcb42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb42e


Comments

No comments written yet.

Please login to write comment.