Color Hex Logo

#dcb62e Color Hex

#DCB62E
(220,182,46)
0 Favorites   0 Comments

Color spaces of #dcb62e

RGB 22018246
HSL0.130.710.52
HSV47°79°86°
CMYK 0.000.170.79   0.14
XYZ46.736348.86889.5541
Yxy48.86880.44440.4647
Hunter Lab69.9062-2.998540.8312
CIE-Lab75.36960.812268.6602

#dcb62e color RGB value is (220,182,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 00101110
Octal 334 266 56
Decimal 220 182 46
Hex DC B6 2E

RGB Percentages of Color #dcb62e

%49.11
%40.63
%10.27

CMYK Percentages of Color #dcb62e

%0
%17
%79
%14

Triadic Colors of #dcb62e

#dcb62e #2edcb6 #b62edc

Analogous Colors of #dcb62e

#dcb62e #abdc2e #dc5f2e

Monochromatic Colors of #dcb62e

#dcb62e

Complementary Color

#dcb62e #2e54dc

#dcb62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb62e Color CSS Codes

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

#dcb62e Text Font Color

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

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


#dcb62e Background Color

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

This div background color is #dcb62e


#dcb62e Border Color

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

This div border color is #dcb62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb62e


Comments

No comments written yet.

Please login to write comment.