Color Hex Logo

#dcb116 Color Hex

#DCB116
(220,177,22)
0 Favorites   0 Comments

Color spaces of #dcb116

RGB 22017722
HSL0.130.820.47
HSV47°90°86°
CMYK 0.000.200.90   0.14
XYZ45.382246.71797.3846
Yxy46.71790.45620.4696
Hunter Lab68.3505-1.096041.4396
CIE-Lab74.00902.828473.6263

#dcb116 color RGB value is (220,177,22).

#dcb116 hex color red value is 220, green value is 177 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dcb116 hue: 0.13 , saturation: 0.82 and the lightness value of dcb116 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 00010110
Octal 334 261 26
Decimal 220 177 22
Hex DC B1 16

RGB Percentages of Color #dcb116

%52.51
%42.24
%5.25

CMYK Percentages of Color #dcb116

%0
%20
%90
%14

Triadic Colors of #dcb116

#dcb116 #16dcb1 #b116dc

Analogous Colors of #dcb116

#dcb116 #a4dc16 #dc4e16

Monochromatic Colors of #dcb116

#dcb116

Complementary Color

#dcb116 #1641dc

#dcb116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb116 Color CSS Codes

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

#dcb116 Text Font Color

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

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


#dcb116 Background Color

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

This div background color is #dcb116


#dcb116 Border Color

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

This div border color is #dcb116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb116


Comments

No comments written yet.

Please login to write comment.