Color Hex Logo

#dcb814 Color Hex

#DCB814
(220,184,20)
0 Favorites   0 Comments

Color spaces of #dcb814

RGB 22018420
HSL0.140.830.47
HSV49°91°86°
CMYK 0.000.160.91   0.14
XYZ46.782049.54717.7597
Yxy49.54710.44940.4760
Hunter Lab70.3897-4.548342.7367
CIE-Lab75.7904-0.873075.3396

#dcb814 color RGB value is (220,184,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 00010100
Octal 334 270 24
Decimal 220 184 20
Hex DC B8 14

RGB Percentages of Color #dcb814

%51.89
%43.40
%4.72

CMYK Percentages of Color #dcb814

%0
%16
%91
%14

Triadic Colors of #dcb814

#dcb814 #14dcb8 #b814dc

Analogous Colors of #dcb814

#dcb814 #9cdc14 #dc5414

Monochromatic Colors of #dcb814

#dcb814

Complementary Color

#dcb814 #1438dc

#dcb814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb814 Color CSS Codes

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

#dcb814 Text Font Color

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

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


#dcb814 Background Color

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

This div background color is #dcb814


#dcb814 Border Color

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

This div border color is #dcb814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb814


Comments

No comments written yet.

Please login to write comment.