Color Hex Logo

#dcb73e Color Hex

#DCB73E
(220,183,62)
0 Favorites   0 Comments

Color spaces of #dcb73e

RGB 22018362
HSL0.130.690.55
HSV46°72°86°
CMYK 0.000.170.72   0.14
XYZ47.318249.430411.6045
Yxy49.43040.43670.4562
Hunter Lab70.3068-2.901939.4286
CIE-Lab75.71830.940463.3109

#dcb73e color RGB value is (220,183,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 00111110
Octal 334 267 76
Decimal 220 183 62
Hex DC B7 3E

RGB Percentages of Color #dcb73e

%47.31
%39.35
%13.33

CMYK Percentages of Color #dcb73e

%0
%17
%72
%14

Triadic Colors of #dcb73e

#dcb73e #3edcb7 #b73edc

Analogous Colors of #dcb73e

#dcb73e #b2dc3e #dc683e

Monochromatic Colors of #dcb73e

#dcb73e

Complementary Color

#dcb73e #3e63dc

#dcb73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb73e Color CSS Codes

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

#dcb73e Text Font Color

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

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


#dcb73e Background Color

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

This div background color is #dcb73e


#dcb73e Border Color

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

This div border color is #dcb73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb73e


Comments

No comments written yet.

Please login to write comment.