Color Hex Logo

#dcb613 Color Hex

#DCB613
(220,182,19)
0 Favorites   0 Comments

Color spaces of #dcb613

RGB 22018219
HSL0.140.840.47
HSV49°91°86°
CMYK 0.000.170.91   0.14
XYZ46.360748.71867.5762
Yxy48.71860.45160.4746
Hunter Lab69.7987-3.587042.4236
CIE-Lab75.27590.156175.1113

#dcb613 color RGB value is (220,182,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 00010011
Octal 334 266 23
Decimal 220 182 19
Hex DC B6 13

RGB Percentages of Color #dcb613

%52.26
%43.23
%4.51

CMYK Percentages of Color #dcb613

%0
%17
%91
%14

Triadic Colors of #dcb613

#dcb613 #13dcb6 #b613dc

Analogous Colors of #dcb613

#dcb613 #9edc13 #dc5113

Monochromatic Colors of #dcb613

#dcb613

Complementary Color

#dcb613 #1339dc

#dcb613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb613 Color CSS Codes

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

#dcb613 Text Font Color

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

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


#dcb613 Background Color

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

This div background color is #dcb613


#dcb613 Border Color

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

This div border color is #dcb613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb613


Comments

No comments written yet.

Please login to write comment.