Color Hex Logo

#dcb642 Color Hex

#DCB642
(220,182,66)
0 Favorites   0 Comments

Color spaces of #dcb642

RGB 22018266
HSL0.130.690.56
HSV45°70°86°
CMYK 0.000.170.70   0.14
XYZ47.226549.064912.1356
Yxy49.06490.43560.4525
Hunter Lab70.0463-2.233238.7604
CIE-Lab75.49171.661161.4951

#dcb642 color RGB value is (220,182,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 01000010
Octal 334 266 102
Decimal 220 182 66
Hex DC B6 42

RGB Percentages of Color #dcb642

%47.01
%38.89
%14.10

CMYK Percentages of Color #dcb642

%0
%17
%70
%14

Triadic Colors of #dcb642

#dcb642 #42dcb6 #b642dc

Analogous Colors of #dcb642

#dcb642 #b5dc42 #dc6942

Monochromatic Colors of #dcb642

#dcb642

Complementary Color

#dcb642 #4268dc

#dcb642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb642 Color CSS Codes

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

#dcb642 Text Font Color

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

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


#dcb642 Background Color

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

This div background color is #dcb642


#dcb642 Border Color

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

This div border color is #dcb642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb642


Comments

No comments written yet.

Please login to write comment.