Color Hex Logo

#dcb713 Color Hex

#DCB713
(220,183,19)
0 Favorites   0 Comments

Color spaces of #dcb713

RGB 22018319
HSL0.140.840.47
HSV49°91°86°
CMYK 0.000.170.91   0.14
XYZ46.566249.12967.6448
Yxy49.12960.45060.4754
Hunter Lab70.0925-4.074842.5982
CIE-Lab75.5319-0.366575.3051

#dcb713 color RGB value is (220,183,19).

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

The process color (four color CMYK) of #dcb713 color hex is 0.00, 0.17, 0.91, 0.14. Web safe color of #dcb713 is #cccc00. Color #dcb713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 00010011
Octal 334 267 23
Decimal 220 183 19
Hex DC B7 13

RGB Percentages of Color #dcb713

%52.13
%43.36
%4.50

CMYK Percentages of Color #dcb713

%0
%17
%91
%14

Triadic Colors of #dcb713

#dcb713 #13dcb7 #b713dc

Analogous Colors of #dcb713

#dcb713 #9ddc13 #dc5213

Monochromatic Colors of #dcb713

#dcb713

Complementary Color

#dcb713 #1338dc

#dcb713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb713 Color CSS Codes

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

#dcb713 Text Font Color

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

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


#dcb713 Background Color

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

This div background color is #dcb713


#dcb713 Border Color

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

This div border color is #dcb713


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,183,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 #dcb713">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb713


Comments

No comments written yet.

Please login to write comment.