Color Hex Logo

#dcb112 Color Hex

#DCB112
(220,177,18)
0 Favorites   0 Comments

Color spaces of #dcb112

RGB 22017718
HSL0.130.850.47
HSV47°92°86°
CMYK 0.000.200.92   0.14
XYZ45.346546.70367.1969
Yxy46.70360.45690.4706
Hunter Lab68.3400-1.152841.5942
CIE-Lab73.99982.765574.3074

#dcb112 color RGB value is (220,177,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 00010010
Octal 334 261 22
Decimal 220 177 18
Hex DC B1 12

RGB Percentages of Color #dcb112

%53.01
%42.65
%4.34

CMYK Percentages of Color #dcb112

%0
%20
%92
%14

Triadic Colors of #dcb112

#dcb112 #12dcb1 #b112dc

Analogous Colors of #dcb112

#dcb112 #a2dc12 #dc4c12

Monochromatic Colors of #dcb112

#dcb112

Complementary Color

#dcb112 #123ddc

#dcb112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb112 Color CSS Codes

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

#dcb112 Text Font Color

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

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


#dcb112 Background Color

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

This div background color is #dcb112


#dcb112 Border Color

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

This div border color is #dcb112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb112


Comments

No comments written yet.

Please login to write comment.