Color Hex Logo

#dcb414 Color Hex

#DCB414
(220,180,20)
0 Favorites   0 Comments

Color spaces of #dcb414

RGB 22018020
HSL0.130.830.47
HSV48°91°86°
CMYK 0.000.180.91   0.14
XYZ45.962747.90877.4866
Yxy47.90870.45350.4727
Hunter Lab69.2161-2.595942.0383
CIE-Lab74.76731.218974.5600

#dcb414 color RGB value is (220,180,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 00010100
Octal 334 264 24
Decimal 220 180 20
Hex DC B4 14

RGB Percentages of Color #dcb414

%52.38
%42.86
%4.76

CMYK Percentages of Color #dcb414

%0
%18
%91
%14

Triadic Colors of #dcb414

#dcb414 #14dcb4 #b414dc

Analogous Colors of #dcb414

#dcb414 #a0dc14 #dc5014

Monochromatic Colors of #dcb414

#dcb414

Complementary Color

#dcb414 #143cdc

#dcb414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb414 Color CSS Codes

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

#dcb414 Text Font Color

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

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


#dcb414 Background Color

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

This div background color is #dcb414


#dcb414 Border Color

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

This div border color is #dcb414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb414


Comments

No comments written yet.

Please login to write comment.