Color Hex Logo

#dcb017 Color Hex

#DCB017
(220,176,23)
0 Favorites   0 Comments

Color spaces of #dcb017

RGB 22017623
HSL0.130.810.48
HSV47°90°86°
CMYK 0.000.200.90   0.14
XYZ45.195246.32827.3708
Yxy46.32820.45700.4685
Hunter Lab68.0648-0.589041.2248
CIE-Lab73.75803.372673.2444

#dcb017 color RGB value is (220,176,23).

#dcb017 hex color red value is 220, green value is 176 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #dcb017 hue: 0.13 , saturation: 0.81 and the lightness value of dcb017 is 0.48.

The process color (four color CMYK) of #dcb017 color hex is 0.00, 0.20, 0.90, 0.14. Web safe color of #dcb017 is #cc9900. Color #dcb017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 00010111
Octal 334 260 27
Decimal 220 176 23
Hex DC B0 17

RGB Percentages of Color #dcb017

%52.51
%42.00
%5.49

CMYK Percentages of Color #dcb017

%0
%20
%90
%14

Triadic Colors of #dcb017

#dcb017 #17dcb0 #b017dc

Analogous Colors of #dcb017

#dcb017 #a6dc17 #dc4e17

Monochromatic Colors of #dcb017

#dcb017

Complementary Color

#dcb017 #1743dc

#dcb017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb017 Color CSS Codes

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

#dcb017 Text Font Color

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

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


#dcb017 Background Color

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

This div background color is #dcb017


#dcb017 Border Color

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

This div border color is #dcb017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb017


Comments

No comments written yet.

Please login to write comment.