Color Hex Logo

#dcb743 Color Hex

#DCB743
(220,183,67)
0 Favorites   0 Comments

Color spaces of #dcb743

RGB 22018367
HSL0.130.690.56
HSV45°70°86°
CMYK 0.000.170.70   0.14
XYZ47.461849.487912.3608
Yxy49.48790.43420.4527
Hunter Lab70.3476-2.678938.8255
CIE-Lab75.75391.187761.3554

#dcb743 color RGB value is (220,183,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 01000011
Octal 334 267 103
Decimal 220 183 67
Hex DC B7 43

RGB Percentages of Color #dcb743

%46.81
%38.94
%14.26

CMYK Percentages of Color #dcb743

%0
%17
%70
%14

Triadic Colors of #dcb743

#dcb743 #43dcb7 #b743dc

Analogous Colors of #dcb743

#dcb743 #b5dc43 #dc6b43

Monochromatic Colors of #dcb743

#dcb743

Complementary Color

#dcb743 #4368dc

#dcb743 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb743 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb743 Color CSS Codes

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

#dcb743 Text Font Color

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

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


#dcb743 Background Color

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

This div background color is #dcb743


#dcb743 Border Color

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

This div border color is #dcb743


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb743


Comments

No comments written yet.

Please login to write comment.