Color Hex Logo

#dcb113 Color Hex

#DCB113
(220,177,19)
0 Favorites   0 Comments

Color spaces of #dcb113

RGB 22017719
HSL0.130.840.47
HSV47°91°86°
CMYK 0.000.200.91   0.14
XYZ45.354946.70697.2410
Yxy46.70690.45670.4703
Hunter Lab68.3424-1.139241.5578
CIE-Lab74.00192.780474.1463

#dcb113 color RGB value is (220,177,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 00010011
Octal 334 261 23
Decimal 220 177 19
Hex DC B1 13

RGB Percentages of Color #dcb113

%52.88
%42.55
%4.57

CMYK Percentages of Color #dcb113

%0
%20
%91
%14

Triadic Colors of #dcb113

#dcb113 #13dcb1 #b113dc

Analogous Colors of #dcb113

#dcb113 #a3dc13 #dc4d13

Monochromatic Colors of #dcb113

#dcb113

Complementary Color

#dcb113 #133edc

#dcb113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb113 Color CSS Codes

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

#dcb113 Text Font Color

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

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


#dcb113 Background Color

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

This div background color is #dcb113


#dcb113 Border Color

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

This div border color is #dcb113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb113


Comments

No comments written yet.

Please login to write comment.